mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(evil): +evil/next-preproc-statement -> +evil/next-preproc-directive
+evil/next-preproc-statement does not exist.
Ref: 83387d89e9
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user