]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-091 v7.0.091
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Sep 2006 20:16:42 +0000 (20:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Sep 2006 20:16:42 +0000 (20:16 +0000)
src/eval.c
src/version.c

index 5b5bfbc75b29e24ca32d113b3bf26976246918b2..8dc74b9a49f4b62f8ce6f86313f65f0b51d3cac9 100644 (file)
@@ -16225,7 +16225,7 @@ f_winrestview(argvars, rettv)
        curwin->w_curswant = get_dict_number(dict, (char_u *)"curswant");
        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
        curwin->w_topfill = get_dict_number(dict, (char_u *)"topfill");
 #endif
index 0f604a25fb4539a9d5e9c9f910757fbedb25d9fb..71a14a7dbe195da4a806ec31ed9afa40e2ffead7 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    91,
 /**/
     90,
 /**/