summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-04 15:01:07 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-04 15:01:07 +0000
commit383c6f557991dc0fa9e8974f652bd5f6af3289b1 (patch)
tree6800ea0741fbe3c9fc30a13190e1f7c89199b764
parent066b62206fdcdef8a878c17f2921a4cf558a0b75 (diff)
updated for version 7.1-200v7.1.200
-rw-r--r--src/ex_cmds2.c2
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/version.c2
3 files changed, 4 insertions, 2 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 884220ef35..dbbd8eca68 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -94,7 +94,7 @@ do_debug(cmd)
int save_redir_off = redir_off;
tasave_T typeaheadbuf;
int typeahead_saved = FALSE;
- int save_ignore_script;
+ int save_ignore_script = 0;
# ifdef FEAT_EX_EXTRA
int save_ex_normal_busy;
# endif
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index c6a4bafacd..4c16b083f7 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -9765,7 +9765,7 @@ makeopens(fd, dirnow)
win_T *tab_firstwin;
frame_T *tab_topframe;
int cur_arg_idx = 0;
- int next_arg_idx;
+ int next_arg_idx = 0;
if (ssop_flags & SSOP_BUFFERS)
only_save_windows = FALSE; /* Save ALL buffers */
diff --git a/src/version.c b/src/version.c
index 42138ca9b0..c8c8834f43 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 */
/**/
+ 200,
+/**/
199,
/**/
198,