forked from aniani/vim
updated for version 7.0-075
This commit is contained in:
parent
8f2ff9fc86
commit
9af1ba96e5
@ -16232,6 +16232,7 @@ f_winsaveview(argvars, rettv)
|
|||||||
#ifdef FEAT_VIRTUALEDIT
|
#ifdef FEAT_VIRTUALEDIT
|
||||||
dict_add_nr_str(dict, "coladd", (long)curwin->w_cursor.coladd, NULL);
|
dict_add_nr_str(dict, "coladd", (long)curwin->w_cursor.coladd, NULL);
|
||||||
#endif
|
#endif
|
||||||
|
update_curswant();
|
||||||
dict_add_nr_str(dict, "curswant", (long)curwin->w_curswant, NULL);
|
dict_add_nr_str(dict, "curswant", (long)curwin->w_curswant, NULL);
|
||||||
|
|
||||||
dict_add_nr_str(dict, "topline", (long)curwin->w_topline, NULL);
|
dict_add_nr_str(dict, "topline", (long)curwin->w_topline, NULL);
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
75,
|
||||||
/**/
|
/**/
|
||||||
74,
|
74,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user