summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-01 13:17:56 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-01 13:17:56 +0000
commitee3f7a51c8a2eadde419971cb5a9e01336752a52 (patch)
treefdb57286c8c7602a32f0b08c60c11cc3162c0031 /src/globals.h
parent4f246a9a2aa45b68644a3adb7cabe2eac18f483e (diff)
updated for version 7.1-177v7.1.177
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 7fec4e6435..a77f14b07d 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -954,6 +954,9 @@ EXTERN typebuf_T typebuf /* typeahead buffer */
EXTERN int ex_normal_busy INIT(= 0); /* recursiveness of ex_normal() */
EXTERN int ex_normal_lock INIT(= 0); /* forbid use of ex_normal() */
#endif
+#ifdef FEAT_EVAL
+EXTERN int ignore_script INIT(= FALSE); /* ignore script input */
+#endif
EXTERN int stop_insert_mode; /* for ":stopinsert" and 'insertmode' */
EXTERN int KeyTyped; /* TRUE if user typed current char */