0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.1-200

This commit is contained in:
Bram Moolenaar
2008-01-04 15:01:07 +00:00
parent 066b62206f
commit 383c6f5579
3 changed files with 4 additions and 2 deletions

View 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