updated for version 7.1-200
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 884220e..dbbd8ec 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -94,7 +94,7 @@
     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