commit | 383c6f557991dc0fa9e8974f652bd5f6af3289b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 15:01:07 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 15:01:07 2008 +0000 |
tree | 6800ea0741fbe3c9fc30a13190e1f7c89199b764 | |
parent | 066b62206fdcdef8a878c17f2921a4cf558a0b75 [diff] [blame] |
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