From f943e3442c239707a3e26f39fe3c73cecadb9413 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 7 May 2018 21:57:00 +0200 Subject: [PATCH] feature/evil: comment fix #519 --- modules/feature/evil/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/feature/evil/config.el b/modules/feature/evil/config.el index b7a27fae3..03306e72c 100644 --- a/modules/feature/evil/config.el +++ b/modules/feature/evil/config.el @@ -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."