1
0
forked from aniani/vim

updated for version 7.0-075

This commit is contained in:
Bram Moolenaar 2006-08-29 19:55:53 +00:00
parent 8f2ff9fc86
commit 9af1ba96e5
2 changed files with 3 additions and 0 deletions

View File

@ -16232,6 +16232,7 @@ f_winsaveview(argvars, rettv)
#ifdef FEAT_VIRTUALEDIT
dict_add_nr_str(dict, "coladd", (long)curwin->w_cursor.coladd, NULL);
#endif
update_curswant();
dict_add_nr_str(dict, "curswant", (long)curwin->w_curswant, NULL);
dict_add_nr_str(dict, "topline", (long)curwin->w_topline, NULL);

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
75,
/**/
74,
/**/