Add evil-mc-has-cursors-p autoload to evil-mc
This commit is contained in:
parent
b447148a4a
commit
478eafa59b
1 changed files with 6 additions and 7 deletions
|
@ -288,13 +288,12 @@ the new algorithm is confusing, like in python or ruby."
|
||||||
evil-mc-resume-cursors evil-mc-make-and-goto-first-cursor
|
evil-mc-resume-cursors evil-mc-make-and-goto-first-cursor
|
||||||
evil-mc-make-and-goto-last-cursor evil-mc-make-cursor-here
|
evil-mc-make-and-goto-last-cursor evil-mc-make-cursor-here
|
||||||
evil-mc-make-cursor-move-next-line
|
evil-mc-make-cursor-move-next-line
|
||||||
evil-mc-make-cursor-move-prev-line
|
evil-mc-make-cursor-move-prev-line evil-mc-make-cursor-at-pos
|
||||||
evil-mc-make-cursor-at-pos
|
evil-mc-has-cursors-p evil-mc-make-and-goto-next-cursor
|
||||||
evil-mc-make-and-goto-next-cursor evil-mc-skip-and-goto-next-cursor
|
evil-mc-skip-and-goto-next-cursor evil-mc-make-and-goto-prev-cursor
|
||||||
evil-mc-make-and-goto-prev-cursor evil-mc-skip-and-goto-prev-cursor
|
evil-mc-skip-and-goto-prev-cursor evil-mc-make-and-goto-next-match
|
||||||
evil-mc-make-and-goto-next-match evil-mc-skip-and-goto-next-match
|
evil-mc-skip-and-goto-next-match evil-mc-skip-and-goto-next-match
|
||||||
evil-mc-skip-and-goto-next-match evil-mc-make-and-goto-prev-match
|
evil-mc-make-and-goto-prev-match evil-mc-skip-and-goto-prev-match)
|
||||||
evil-mc-skip-and-goto-prev-match)
|
|
||||||
:init
|
:init
|
||||||
(defvar evil-mc-key-map (make-sparse-keymap))
|
(defvar evil-mc-key-map (make-sparse-keymap))
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue