1
0
forked from aniani/vim

updated for version 7.0-091

This commit is contained in:
Bram Moolenaar
2006-09-06 20:16:42 +00:00
parent 4395a71d2c
commit 6f11a4155c
2 changed files with 3 additions and 1 deletions

View File

@@ -16225,7 +16225,7 @@ f_winrestview(argvars, rettv)
curwin->w_curswant = get_dict_number(dict, (char_u *)"curswant"); curwin->w_curswant = get_dict_number(dict, (char_u *)"curswant");
curwin->w_set_curswant = FALSE; curwin->w_set_curswant = FALSE;
curwin->w_topline = get_dict_number(dict, (char_u *)"topline"); set_topline(curwin, get_dict_number(dict, (char_u *)"topline"));
#ifdef FEAT_DIFF #ifdef FEAT_DIFF
curwin->w_topfill = get_dict_number(dict, (char_u *)"topfill"); curwin->w_topfill = get_dict_number(dict, (char_u *)"topfill");
#endif #endif

View File

@@ -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 */
/**/
91,
/**/ /**/
90, 90,
/**/ /**/