comparison src/globals.h @ 119:e8f07016e34d

updated for version 7.0042
author vimboss
date Wed, 19 Jan 2005 22:18:32 +0000
parents 98435a8ddb09
children 56eb9755174b
comparison
equal deleted inserted replaced
118:45fd0ec37cf3 119:e8f07016e34d
277 #ifdef FEAT_EVAL 277 #ifdef FEAT_EVAL
278 EXTERN scid_T current_SID INIT(= 0); /* ID of script being sourced or 278 EXTERN scid_T current_SID INIT(= 0); /* ID of script being sourced or
279 was sourced to define the 279 was sourced to define the
280 current function. */ 280 current function. */
281 #endif 281 #endif
282
283 /* Magic number used for hashitem "hi_key" value indicating a deleted item.
284 * Only the address is used. */
285 EXTERN char_u hash_removed;
286
287
282 EXTERN int scroll_region INIT(= FALSE); /* term supports scroll region */ 288 EXTERN int scroll_region INIT(= FALSE); /* term supports scroll region */
283 EXTERN int t_colors INIT(= 0); /* int value of T_CCO */ 289 EXTERN int t_colors INIT(= 0); /* int value of T_CCO */
284 290
285 /* 291 /*
286 * When highlight_match is TRUE, highlight a match, starting at the cursor 292 * When highlight_match is TRUE, highlight a match, starting at the cursor
1388 #endif 1394 #endif
1389 #ifdef FEAT_NETBEANS_INTG 1395 #ifdef FEAT_NETBEANS_INTG
1390 EXTERN char_u e_guarded[] INIT(=N_("E463: Region is guarded, cannot modify")); 1396 EXTERN char_u e_guarded[] INIT(=N_("E463: Region is guarded, cannot modify"));
1391 EXTERN char_u e_nbreadonly[] INIT(=N_("E680: NetBeans does not allow changes in read-only files")); 1397 EXTERN char_u e_nbreadonly[] INIT(=N_("E680: NetBeans does not allow changes in read-only files"));
1392 #endif 1398 #endif
1399 EXTERN char_u e_intern2[] INIT(=N_("E685: Internal error: %s"));
1400
1401
1393 #ifdef MACOS_X_UNIX 1402 #ifdef MACOS_X_UNIX
1394 EXTERN short disallow_gui INIT(= FALSE); 1403 EXTERN short disallow_gui INIT(= FALSE);
1395 #endif 1404 #endif
1396 1405
1397 /* 1406 /*