comparison src/globals.h @ 1900:d608343d25e6 v7.2.197

updated for version 7.2-197
author vimboss
date Wed, 10 Jun 2009 16:15:40 +0000
parents 720a59d79bcd
children 4c02214d1465
comparison
equal deleted inserted replaced
1899:d92ac5a199fe 1900:d608343d25e6
958 = {{NULL, {NUL}}, NULL, 0, 0} 958 = {{NULL, {NUL}}, NULL, 0, 0}
959 #endif 959 #endif
960 ; 960 ;
961 EXTERN typebuf_T typebuf /* typeahead buffer */ 961 EXTERN typebuf_T typebuf /* typeahead buffer */
962 #ifdef DO_INIT 962 #ifdef DO_INIT
963 = {NULL, NULL} 963 = {NULL, NULL, 0, 0, 0, 0, 0, 0, 0}
964 #endif 964 #endif
965 ; 965 ;
966 #ifdef FEAT_EX_EXTRA 966 #ifdef FEAT_EX_EXTRA
967 EXTERN int ex_normal_busy INIT(= 0); /* recursiveness of ex_normal() */ 967 EXTERN int ex_normal_busy INIT(= 0); /* recursiveness of ex_normal() */
968 EXTERN int ex_normal_lock INIT(= 0); /* forbid use of ex_normal() */ 968 EXTERN int ex_normal_lock INIT(= 0); /* forbid use of ex_normal() */