]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-200 v7.1.200
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2008 15:01:07 +0000 (15:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2008 15:01:07 +0000 (15:01 +0000)
src/ex_cmds2.c
src/ex_docmd.c
src/version.c

index 884220ef35e0736e2f682936ad51b825a7821c0b..dbbd8eca68e17566f837bd7cc16bf6a725455c67 100644 (file)
@@ -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
index c6a4bafacd58a0fa101983e521eeda9d5bbb1fd7..4c16b083f7146604faa0d65d3c65fe87179d066a 100644 (file)
@@ -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 */
index 42138ca9b057db3d7863f083676261bb277732ff..c8c8834f4394e4d2e75931bbd4b5de2db3e69312 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    200,
 /**/
     199,
 /**/