mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
Simpler handling for "always-on"/"always-off" options. #2002
'compatible' and 'edcompatible' are forced to be off. 'ttyfast' is forced to be on.
This commit is contained in:

committed by
Justin M. Keyes

parent
3e29231684
commit
0df6b9168e
@@ -630,6 +630,9 @@ EXTERN int p_wa; /* 'writeany' */
|
||||
EXTERN int p_wb; /* 'writebackup' */
|
||||
EXTERN long p_wd; /* 'writedelay' */
|
||||
|
||||
EXTERN int p_force_on; ///< options that cannot be turned off.
|
||||
EXTERN int p_force_off; ///< options that cannot be turned on.
|
||||
|
||||
/*
|
||||
* "indir" values for buffer-local opions.
|
||||
* These need to be defined globally, so that the BV_COUNT can be used with
|
||||
|
Reference in New Issue
Block a user