aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17newdocs (#1531)Tom Dalziel
2021-11-17Fix #1518: "custom functions bound to '0' break motion parsing" in a saner wa...jmmathena
2021-11-16Fix #1538: prefer vim behavior of opening in same window (#1540)Evan Carlin
2021-11-16Refactor `evil-visual-update-x-selection`, remove docstringTom Dalziel
2021-11-16Add option to stop updating X PRIMARY selection with the current visual regionChen Bin
2021-11-15Overhaul gn and gN + add tests (#1539)Tom Dalziel
2021-10-21Fix for #1518 custom functions bound to "0" break motion parsing (#1519)jmmathena
2021-10-16Pull temporary goal column normalization into let (#1533)Tom Dalziel
2021-10-12Use `point-max` rather than `end-of-buffer` for G with no count (#1530)Tom Dalziel
2021-10-11Mention that `evil-search-module` doesn't affect keybindingsTom Dalziel
2021-10-11Add docs for evil-start-of-lineTom Dalziel
2021-10-11Improve evil-ensure-column and use with evil-goto-line (#1529)Tom Dalziel
2021-10-06<insert> in replace state should append, not insert (#1527)Tom Dalziel
2021-10-06Add keybindings for [insert] (#1526)Tom Dalziel
2021-10-04Fix compiler warnings (#1525)Tom Dalziel
2021-10-04Add evil-start-of-line, evil-ensure-column, and use them (#1524)Tom Dalziel
2021-09-02Add `evil-search-wrap-ring-bell` customization variable (#1509)Johannes Neyer
2021-09-02Exit search prompt on mouse leave minibuffer (#1330)duianto
2021-08-10Do not try to switch file/buffer when jumping inside same file (#1506)Konstantin Kharlamov
2021-08-10Add NonGNU ELPA badgeVasilij Schneidermann
2021-08-09Merge pull request #1508 from emacs-evil/nongnu-elpa-mentionVasilij Schneidermann
2021-08-08Mention NonGNU ELPAVasilij Schneidermann
2021-07-27Add g-home g-end g-up & g-down motion bindings (#1503)Tom Dalziel
2021-07-25Add gI (evil-insert-0-line) (#1502)Tom Dalziel
2021-07-24Add `*` ex-range for last visual range (#1500)Tom Dalziel
2021-07-23Add i_ctrl-@ binding and function (#1498)Tom Dalziel
2021-07-23Revert "Scroll half of the visible screen respecting zoom level (#1490)"Tom Dalziel
2021-07-21Add test for ex-search-word when magic and vim-style regexpTom Dalziel
2021-07-21Fix evil-ex-search-word-forward with evil-ex-search-vim-style-regexpTroy Hinckley
2021-07-19Add [return] to evil-repeat-info when recording for evil-ex-search (#1495)Tom Dalziel
2021-07-15Scroll half of the visible screen respecting zoom level (#1490)Siddhartha Kasivajhula
2021-07-15evil-vars: reset evil-overriding-maps to an empty list (#1494)Youmu
2021-07-13evil-maybe-remove-spaces works for cc<escape> (#1493)Tom Dalziel
2021-07-12Fixes #1322: take tab-line height into account (#1323)sorawee
2021-07-05Allow switching direction on ex-search shorthand repeat (#1485)Tom Dalziel
2021-07-04Support `/` and `//` shorthand for repeated search motions (#1484)Tom Dalziel
2021-06-28Fix 1482 addr wraparound (#1483)Tom Dalziel
2021-06-24Always return text from evil-yank-rectangle (#1480)Tom Dalziel
2021-06-15evil-core: refactored `evil-get-auxiliary-keymap` (#1478)Lucius Hu
2021-06-15Fix evil-find-char on empty line (#1475)Axel Forsman
2021-06-15Add info about `evil-symbol-word-search` to FAQ. (#1431)Ilya Grigoriev
2021-06-14Fix bug in C-r after evil-change (with specified register) (#1476)Tom Dalziel
2021-06-14Remove travis.yml, add test.yml github workflow (#1474)Tom Dalziel
2021-05-29Update IRC infoVasilij Schneidermann
2021-05-27Repeat when execute in normal state (#1467)Tom Dalziel
2021-05-23Execute in normal state should cancel insert countTom Dalziel
2021-05-22Fix c-o at eol for cursor-forward commands, replace state, add tests (#1464)Tom Dalziel
2021-05-15Fix #1460 where cursor is misplaced after C-o at eol (#1461)Tom Dalziel
2021-05-03Check for empty input before evaluating exprTom Dalziel
2021-04-24use `noerror` properly in `evil-get-register` (#1457)Tom Dalziel