mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
feature/evil: comment fix #519
This commit is contained in:
@ -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."
|
||||||
|
Reference in New Issue
Block a user