aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorAlejandro Exojo <suy@badopi.org>2021-12-10 20:28:25 +0100
committerGitHub <noreply@github.com>2021-12-10 12:28:25 -0700
commit8ad60154099678b23b78bc8142a168753f53648c (patch)
treef58cea0e3ce1643d43f0966416e95f9f2c6d73bd /runtime
parent22d7dd2aec9053028cc033e4c68335a81f845e06 (diff)
downloadrneovim-8ad60154099678b23b78bc8142a168753f53648c.tar.gz
rneovim-8ad60154099678b23b78bc8142a168753f53648c.tar.bz2
rneovim-8ad60154099678b23b78bc8142a168753f53648c.zip
feat: add autocommand event when search wraps around (#8487)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 879a34bcaa..242631d98c 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -824,6 +824,10 @@ RemoteReply When a reply from a Vim that functions as
Note that even if an autocommand is defined,
the reply should be read with |remote_read()|
to consume it.
+ *SearchWrapped*
+SearchWrapped After making a search with |n| or |N| if the
+ search wraps around the document back to
+ the start/finish respectively.
*SessionLoadPost*
SessionLoadPost After loading the session file created using
the |:mksession| command.