diff src/globals.h @ 1462:ceaf71b15d81 v7.1.177

updated for version 7.1-177
author vimboss
date Tue, 01 Jan 2008 13:17:56 +0000
parents cdd82acd75b4
children f0cfff4dcc2f
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -954,6 +954,9 @@ EXTERN typebuf_T typebuf		/* typeahead b
 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 */