mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
feat: add autocommand event when search wraps around (#8487)
This commit is contained in:
@@ -1354,6 +1354,10 @@ int do_search(oparg_T *oap, int dirc, int search_delim, char_u *pat, long count,
|
||||
}
|
||||
retval = 1; // pattern found
|
||||
|
||||
if (sia && sia->sa_wrapped) {
|
||||
apply_autocmds(EVENT_SEARCHWRAPPED, NULL, NULL, false, NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
* Add character and/or line offset
|
||||
*/
|
||||
|
Reference in New Issue
Block a user