feature/evil: comment fix #519

This commit is contained in:
Henrik Lissner 2018-05-07 21:57:00 +02:00
parent 8451c4519c
commit f943e3442c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -264,7 +264,9 @@
(map! [remap evil-jump-item] #'evilmi-jump-items
:textobj "%" #'evilmi-inner-text-object #'evilmi-outer-text-object)
:config
;; Fixes #519 where d% wouldn't leave a dangling end-parenthesis
(evil-set-command-properties 'evilmi-jump-items :type 'inclusive :jump t)
(defun +evil|simple-matchit ()
"A hook to force evil-matchit to favor simple bracket jumping. Helpful when
the new algorithm is confusing, like in python or ruby."