mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.2-321
This commit is contained in:
@@ -5602,6 +5602,7 @@ nv_ident(cap)
|
||||
STRCAT(buf, "\\>");
|
||||
#ifdef FEAT_CMDHIST
|
||||
/* put pattern in search history */
|
||||
init_history();
|
||||
add_to_history(HIST_SEARCH, buf, TRUE, NUL);
|
||||
#endif
|
||||
normal_search(cap, cmdchar == '*' ? '/' : '?', buf, 0);
|
||||
|
Reference in New Issue
Block a user