# HG changeset patch # User vimboss # Date 1199458867 0 # Node ID 6d95d8976b00540c053d11fff36e20556d125152 # Parent fd68db1a72b5f05cc5e586ffe89a10ec6930005d updated for version 7.1-200 diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c --- 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 --- 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 --- 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,