]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-075 v7.0.075
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Aug 2006 19:55:53 +0000 (19:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Aug 2006 19:55:53 +0000 (19:55 +0000)
src/eval.c
src/version.c

index 76a3ff4ff602df684b419f2cc8ea23df75d9b5e0..23119735128ea2f435b6fe5a50bcd0c4cc9f4ba0 100644 (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);
index c84bb8e3eaa90465707ec51cca2b518f79520385..13bd39456712625a4ab3eb09f786075663076e4f 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    75,
 /**/
     74,
 /**/