summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-08-29 19:55:53 +0000
committerBram Moolenaar <Bram@vim.org>2006-08-29 19:55:53 +0000
commit9af1ba96e544ec1325e55dac248dc49d2a4ea02a (patch)
tree1805c3a1c7d0e390ff0ef019cd14fa9fc29afb98
parent8f2ff9fc869299d29f42d2c05ef0b8a364e55e52 (diff)
downloadvim-git-9af1ba96e544ec1325e55dac248dc49d2a4ea02a.tar.gz
updated for version 7.0-075v7.0.075
-rw-r--r--src/eval.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 76a3ff4ff..231197351 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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);
diff --git a/src/version.c b/src/version.c
index c84bb8e3e..13bd39456 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 75,
+/**/
74,
/**/
73,