comparison src/globals.h @ 190:a1f18bd133d6

updated for version 7.0057
author vimboss
date Mon, 07 Mar 2005 23:20:08 +0000
parents 7e70fc748752
children 80000fb16feb
comparison
equal deleted inserted replaced
189:504c627f7474 190:a1f18bd133d6
1066 #endif 1066 #endif
1067 1067
1068 #ifdef FEAT_SEARCH_EXTRA 1068 #ifdef FEAT_SEARCH_EXTRA
1069 /* don't use 'hlsearch' temporarily */ 1069 /* don't use 'hlsearch' temporarily */
1070 EXTERN int no_hlsearch INIT(= FALSE); 1070 EXTERN int no_hlsearch INIT(= FALSE);
1071 #endif
1072
1073 #ifdef FEAT_BEVAL
1074 EXTERN BalloonEval *balloonEval INIT(= NULL);
1075 EXTERN int bevalServers INIT(= 0);
1076 # define BEVAL_NETBEANS 0x01
1077 # define BEVAL_WORKSHOP 0x02
1071 #endif 1078 #endif
1072 1079
1073 #ifdef CURSOR_SHAPE 1080 #ifdef CURSOR_SHAPE
1074 /* the table is in misc2.c, because of initializations */ 1081 /* the table is in misc2.c, because of initializations */
1075 extern cursorentry_T shape_table[SHAPE_IDX_COUNT]; 1082 extern cursorentry_T shape_table[SHAPE_IDX_COUNT];
1410 EXTERN char_u e_nbreadonly[] INIT(=N_("E744: NetBeans does not allow changes in read-only files")); 1417 EXTERN char_u e_nbreadonly[] INIT(=N_("E744: NetBeans does not allow changes in read-only files"));
1411 #endif 1418 #endif
1412 #if defined(FEAT_EVAL) || defined(FEAT_SYN_HL) || defined(PROTO) 1419 #if defined(FEAT_EVAL) || defined(FEAT_SYN_HL) || defined(PROTO)
1413 EXTERN char_u e_intern2[] INIT(=N_("E685: Internal error: %s")); 1420 EXTERN char_u e_intern2[] INIT(=N_("E685: Internal error: %s"));
1414 #endif 1421 #endif
1415 #if 0 1422 EXTERN char_u e_maxmempat[] INIT(=N_("E363: pattern uses more memory than 'maxmempattern'"));
1416 #if defined(HAVE_SETJMP_H) || defined(HAVE_TRY_EXCEPT) || defined(__MINGW32__)
1417 EXTERN char_u e_complex[] INIT(=N_("E361: Crash intercepted; regexp too complex?"));
1418 #endif
1419 #endif
1420 EXTERN char_u e_outofstack[] INIT(=N_("E363: pattern caused out-of-stack error"));
1421 EXTERN char_u e_emptybuf[] INIT(=N_("E749: empty buffer")); 1423 EXTERN char_u e_emptybuf[] INIT(=N_("E749: empty buffer"));
1422 1424
1423 #ifdef MACOS_X_UNIX 1425 #ifdef MACOS_X_UNIX
1424 EXTERN short disallow_gui INIT(= FALSE); 1426 EXTERN short disallow_gui INIT(= FALSE);
1425 #endif 1427 #endif