diff --git a/modules/editor/evil/autoload/unimpaired.el b/modules/editor/evil/autoload/unimpaired.el index 4104bc621..9caeb03af 100644 --- a/modules/editor/evil/autoload/unimpaired.el +++ b/modules/editor/evil/autoload/unimpaired.el @@ -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)