fix(evil): +evil/next-preproc-statement -> +evil/next-preproc-directive

+evil/next-preproc-statement does not exist.

Ref: 83387d89e9
This commit is contained in:
7ym0n.q6e 2022-02-10 11:07:16 +08:00 committed by GitHub
parent 4cabedf94c
commit d833242de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ By default, this only recognizes C preproc directives. To change this see
See `+evil/next-preproc-directive' for details."
(interactive "p")
(+evil/next-preproc-statement (- count)))
(+evil/next-preproc-directive (- count)))
;;;###autoload
(defun +evil/next-comment (count)