diff --git a/evil-commands.el b/evil-commands.el index f1efbd84..42c50f4c 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -4205,7 +4205,7 @@ Use `evil-flush-lines' if INVERT is nil, or `evil-keep-lines' if not." (eq flag 'update)) (condition-case err (let ((pattern (car (evil-ex-parse-global (or arg ""))))) - (when (length> pattern 0) + (when (> (length pattern) 0) (evil-ex-hl-change 'evil-ex-global (evil-ex-make-pattern pattern evil-ex-search-case nil)))) (user-error (evil-ex-echo (error-message-string err))))))))