From d833242de7f0e6c5cc33df45b7403347ceb5f0cb Mon Sep 17 00:00:00 2001 From: "7ym0n.q6e" <7ym0n@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:07:16 +0800 Subject: [PATCH] fix(evil): +evil/next-preproc-statement -> +evil/next-preproc-directive +evil/next-preproc-statement does not exist. Ref: 83387d89e99b --- modules/editor/evil/autoload/unimpaired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)