fix(evil): +evil/next-preproc-statement -> +evil/next-preproc-directive
+evil/next-preproc-statement does not exist.
Ref: 83387d89e9
This commit is contained in:
parent
4cabedf94c
commit
d833242de7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ By default, this only recognizes C preproc directives. To change this see
|
||||||
|
|
||||||
See `+evil/next-preproc-directive' for details."
|
See `+evil/next-preproc-directive' for details."
|
||||||
(interactive "p")
|
(interactive "p")
|
||||||
(+evil/next-preproc-statement (- count)))
|
(+evil/next-preproc-directive (- count)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +evil/next-comment (count)
|
(defun +evil/next-comment (count)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue