diff src/ex_cmds2.c @ 1485:6d95d8976b00 v7.1.200

updated for version 7.1-200
author vimboss
date Fri, 04 Jan 2008 15:01:07 +0000
parents ceaf71b15d81
children 29c09fa57168
line wrap: on
line diff
--- 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