aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evil-search.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-search.el b/evil-search.el
index ec292a1..b81a7e2 100644
--- a/evil-search.el
+++ b/evil-search.el
@@ -739,6 +739,7 @@ the direcion is determined by `evil-ex-search-direction'."
((eq res 'wrapped) (setq wrapped t)))))
(if wrapped
(let (message-log-max)
+ (when evil-search-wrap-ring-bell (ding))
(message "Search wrapped")))
(goto-char (match-beginning 0))
(setq evil-ex-search-match-beg (match-beginning 0)