comparison src/globals.h @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents a209672376fd
children af7afd2bb4c2
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
935 = {NULL, NULL} 935 = {NULL, NULL}
936 #endif 936 #endif
937 ; 937 ;
938 #ifdef FEAT_EX_EXTRA 938 #ifdef FEAT_EX_EXTRA
939 EXTERN int ex_normal_busy INIT(= 0); /* recursivenes of ex_normal() */ 939 EXTERN int ex_normal_busy INIT(= 0); /* recursivenes of ex_normal() */
940 EXTERN int ex_normal_lock INIT(= 0); /* forbid use of ex_normal() */
940 #endif 941 #endif
941 EXTERN int stop_insert_mode; /* for ":stopinsert" and 'insertmode' */ 942 EXTERN int stop_insert_mode; /* for ":stopinsert" and 'insertmode' */
942 943
943 EXTERN int KeyTyped; /* TRUE if user typed current char */ 944 EXTERN int KeyTyped; /* TRUE if user typed current char */
944 EXTERN int KeyStuffed; /* TRUE if current char from stuffbuf */ 945 EXTERN int KeyStuffed; /* TRUE if current char from stuffbuf */