Skip to content

Commit

Permalink
Fix closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikerov committed Jun 15, 2020
1 parent c7decf1 commit aa78a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ This function does nothing if `evil-ex-search-interactive' or
(unless (evil-ex-hl-active-p 'evil-ex-search)
(evil-ex-make-hl 'evil-ex-search :win (or (minibuffer-selected-window) (selected-window))))
(if pattern
(evil-ex-hl-change 'evil-ex-search pattern)))))
(evil-ex-hl-change 'evil-ex-search pattern))))))

(defun evil-ex-search (&optional count)
"Search forward or backward COUNT times for the current ex search pattern.
Expand Down

0 comments on commit aa78a71

Please sign in to comment.