0
0
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:
Bram Moolenaar
2007-07-10 11:28:55 +00:00
parent aec1179e5e
commit 7a42fa3cb7
3 changed files with 9 additions and 1 deletions

View File

@@ -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;