comparison src/eval.c @ 1311:b686fb4898d1 v7.1.025

updated for version 7.1-025
author vimboss
date Tue, 10 Jul 2007 11:28:55 +0000
parents 3ae106044109
children 45bae37de037
comparison
equal deleted inserted replaced
1310:a33e606ceea6 1311:b686fb4898d1
13923 } 13923 }
13924 13924
13925 /* If 'n' flag is used: restore cursor position. */ 13925 /* If 'n' flag is used: restore cursor position. */
13926 if (flags & SP_NOMOVE) 13926 if (flags & SP_NOMOVE)
13927 curwin->w_cursor = save_cursor; 13927 curwin->w_cursor = save_cursor;
13928 else
13929 curwin->w_set_curswant = TRUE;
13928 theend: 13930 theend:
13929 p_ws = save_p_ws; 13931 p_ws = save_p_ws;
13930 13932
13931 return retval; 13933 return retval;
13932 } 13934 }