comparison src/globals.h @ 14536:4caa51067cb8 v8.1.0281

patch 8.1.0281: parsing command modifiers is not separated commit https://github.com/vim/vim/commit/effed9315c6c5a35fc2824b90da4af753c7a02dc Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 14 13:38:17 2018 +0200 patch 8.1.0281: parsing command modifiers is not separated Problem: Parsing command modifiers is not separated. Solution: Move command modifier parsing to a separate function.
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Aug 2018 13:45:04 +0200
parents 3648e74dd523
children 27e814e21594
comparison
equal deleted inserted replaced
14535:2eecc8d1e8d9 14536:4caa51067cb8
676 EXTERN int allbuf_lock INIT(= 0); 676 EXTERN int allbuf_lock INIT(= 0);
677 /* non-zero when no buffer name can be 677 /* non-zero when no buffer name can be
678 * changed, no buffer can be deleted and 678 * changed, no buffer can be deleted and
679 * current directory can't be changed. 679 * current directory can't be changed.
680 * Used for SwapExists et al. */ 680 * Used for SwapExists et al. */
681 #ifdef FEAT_EVAL 681 #ifdef HAVE_SANDBOX
682 # define HAVE_SANDBOX
683 EXTERN int sandbox INIT(= 0); 682 EXTERN int sandbox INIT(= 0);
684 /* Non-zero when evaluating an expression in a 683 /* Non-zero when evaluating an expression in a
685 * "sandbox". Several things are not allowed 684 * "sandbox". Several things are not allowed
686 * then. */ 685 * then. */
687 #endif 686 #endif