diff options
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1021,6 +1021,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname); #define OPT_LOCAL 4 /* use local value */ #define OPT_MODELINE 8 /* option in modeline */ #define OPT_WINONLY 16 /* only set window-local options */ +#define OPT_NOWIN 32 /* don't set window-local options */ /* Magic chars used in confirm dialog strings */ #define DLG_BUTTON_SEP '\n' |