feature/evil: comment fix #519
This commit is contained in:
parent
8451c4519c
commit
f943e3442c
1 changed files with 2 additions and 0 deletions
|
@ -264,7 +264,9 @@
|
||||||
(map! [remap evil-jump-item] #'evilmi-jump-items
|
(map! [remap evil-jump-item] #'evilmi-jump-items
|
||||||
:textobj "%" #'evilmi-inner-text-object #'evilmi-outer-text-object)
|
:textobj "%" #'evilmi-inner-text-object #'evilmi-outer-text-object)
|
||||||
:config
|
:config
|
||||||
|
;; Fixes #519 where d% wouldn't leave a dangling end-parenthesis
|
||||||
(evil-set-command-properties 'evilmi-jump-items :type 'inclusive :jump t)
|
(evil-set-command-properties 'evilmi-jump-items :type 'inclusive :jump t)
|
||||||
|
|
||||||
(defun +evil|simple-matchit ()
|
(defun +evil|simple-matchit ()
|
||||||
"A hook to force evil-matchit to favor simple bracket jumping. Helpful when
|
"A hook to force evil-matchit to favor simple bracket jumping. Helpful when
|
||||||
the new algorithm is confusing, like in python or ruby."
|
the new algorithm is confusing, like in python or ruby."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue