mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.1-025
This commit is contained in:
@@ -13925,6 +13925,8 @@ search_cmn(argvars, match_pos, flagsp)
|
||||
/* If 'n' flag is used: restore cursor position. */
|
||||
if (flags & SP_NOMOVE)
|
||||
curwin->w_cursor = save_cursor;
|
||||
else
|
||||
curwin->w_set_curswant = TRUE;
|
||||
theend:
|
||||
p_ws = save_p_ws;
|
||||
|
||||
|
Reference in New Issue
Block a user