index
:
evil.git
bugfix-1038-handle-vector-macros
master
release-1.14
stable
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-28
Fix 1482 addr wraparound (#1483)
Tom Dalziel
2021-06-24
Always return text from evil-yank-rectangle (#1480)
Tom Dalziel
2021-06-15
evil-core: refactored `evil-get-auxiliary-keymap` (#1478)
Lucius Hu
2021-06-15
Fix evil-find-char on empty line (#1475)
Axel Forsman
2021-06-15
Add info about `evil-symbol-word-search` to FAQ. (#1431)
Ilya Grigoriev
2021-06-14
Fix bug in C-r after evil-change (with specified register) (#1476)
Tom Dalziel
2021-06-14
Remove travis.yml, add test.yml github workflow (#1474)
Tom Dalziel
2021-05-29
Update IRC info
Vasilij Schneidermann
2021-05-27
Repeat when execute in normal state (#1467)
Tom Dalziel
2021-05-23
Execute in normal state should cancel insert count
Tom Dalziel
2021-05-22
Fix c-o at eol for cursor-forward commands, replace state, add tests (#1464)
Tom Dalziel
2021-05-15
Fix #1460 where cursor is misplaced after C-o at eol (#1461)
Tom Dalziel
2021-05-03
Check for empty input before evaluating expr
Tom Dalziel
2021-04-24
use `noerror` properly in `evil-get-register` (#1457)
Tom Dalziel
2021-04-24
Tidy up interactive R -> r
Tom Dalziel
2021-04-17
Fixup visual change commands (#1456)
Tom Dalziel
2021-04-11
Add :mark ex cmd, with test (#1455)
Tom Dalziel
2021-04-11
Add arg to :registers (#1454)
Tom Dalziel
2021-04-10
Add `:display` ex cmd
Tom Dalziel
2021-04-10
evil-show-registers: invoke evil-register-list within current buffer (#1325)
Brian Leung
2021-04-09
Fix `C-r` at evil ex search prompt (#1453)
Tom Dalziel
2021-04-07
evil-ex-put should insert empty string without error
Tom Dalziel
2021-04-07
Expression register should not output quoted strings
Tom Dalziel
2021-04-07
Store = register input for `evil-ex-put` too
Tom Dalziel
2021-04-07
Add bs-mode to evil-emacs-state-modes. (#1448)
daanturo
2021-04-07
Evil ex put (#1449)
Tom Dalziel
2021-04-05
Overahaul = register (#1447)
Tom Dalziel
2021-04-04
Add "gf" to visual mode (#1438)
rolag
2021-04-03
Add var to store last `=` result. Paste from it if no = input (#1446)
Tom Dalziel
2021-04-01
Save and restore `evil-last-find` when doing `evil-repeat` (#1445)
Tom Dalziel
2021-03-31
Add <home> & <end> motions, add test for visual block (#1444)
Tom Dalziel
2021-03-30
Fix visual paste from `=` register by memoizing `evil-get-register` (#1441)
Tom Dalziel
2021-03-30
escape `[` and `]` in evil--parse-delmarks (#1443)
Tom Dalziel
2021-03-25
Refactor evil-delete-marks code & add better errors (#1428)
tomdl89
2021-03-19
Merge pull request #1436 from Abdillah/fix/1435
tomdl89
2021-03-19
Change to `1-` to maintain consistency in evil-ex-start-search
Hernawan Faïz Abdillah
2021-03-18
Add another undo-tree hint
Vasilij Schneidermann
2021-03-17
Fix evil-ex-search-backward stuck on first match
Hernawan Fa'iz Abdillah
2021-03-05
Merge pull request #1405 from aaronjensen/evil-undo-abort-repeat
tomdl89
2021-02-28
Merge pull request #1427 from tomdl89/improve-evil-next-mark-line
tomdl89
2021-02-28
Fix goto-eol behaviour on failed next-mark line
Tom Dalziel
2021-02-28
Merge pull request #1424 from tomdl89/fix-evil-goto-char
tomdl89
2021-02-28
Fix evil-goto-char and add `go` keybinding
Tom Dalziel
2021-02-21
Fix bug in evil-find-file-at-point-with-line (#1421)
ngharrison
2021-02-14
Merge pull request #1364 from tomdl89/master
tomdl89
2021-02-14
Improve documentation, lowercase marks only, better tests
Tom Dalziel
2021-02-14
Add next+previous mark navigation and keybindings
Tom Dalziel
2021-01-10
Abort repeat with evil-undo and evil-redo
Aaron Jensen
2021-01-09
Add missing indent declaration to evil-define-key*
David Wilson
2021-01-09
Expand FAQ discussion of word vs. symbol text objects
Amir Yalon
[next]