comparison src/globals.h @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents c8680debe1cc
children 45fad0f590d0
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
593 593
594 EXTERN int textlock INIT(= 0); 594 EXTERN int textlock INIT(= 0);
595 /* non-zero when changing text and jumping to 595 /* non-zero when changing text and jumping to
596 * another window or buffer is not allowed */ 596 * another window or buffer is not allowed */
597 597
598 #ifdef FEAT_AUTOCMD
599 EXTERN int curbuf_lock INIT(= 0);
600 /* non-zero when the current buffer can't be
601 * changed. Used for FileChangedRO. */
602 #endif
598 #ifdef FEAT_EVAL 603 #ifdef FEAT_EVAL
599 # define HAVE_SANDBOX 604 # define HAVE_SANDBOX
600 EXTERN int sandbox INIT(= 0); 605 EXTERN int sandbox INIT(= 0);
601 /* Non-zero when evaluating an expression in a 606 /* Non-zero when evaluating an expression in a
602 * "sandbox". Several things are not allowed 607 * "sandbox". Several things are not allowed