commit | 7a42fa3cb7b61dcfa63a9083f8840dd38ead272b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 11:28:55 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 11:28:55 2007 +0000 |
tree | 1221df8b00aad3ed6ddeafdfaa664f7ee8ce0604 | |
parent | aec1179e5e5e2b575547b0050dcf77a44af1c9f9 [diff] [blame] |
updated for version 7.1-025
diff --git a/src/eval.c b/src/eval.c index ac4dc1b..d55ba10 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -13925,6 +13925,8 @@ /* 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;