Fix #87: evil-matchit in visual mode

This commit is contained in:
Henrik Lissner 2017-06-04 02:21:52 +02:00
parent 48c97bcc7f
commit dd11477132
2 changed files with 1 additions and 8 deletions

View file

@ -2,12 +2,6 @@
(eval-when-compile (require 'subr-x))
;;;###autoload
(defun +evil/matchit ()
"Invoke `evil-matchit', but silently."
(interactive)
(ignore-errors (call-interactively #'evilmi-jump-items)))
;;;###autoload
(defun +evil/visual-indent ()
"vnoremap < <gv"