commit | a3227e2b15600b2303e3aac070803021e76ed6d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 08 21:32:40 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 08 21:32:40 2006 +0000 |
tree | 28e62d3adfb3021ca3b92b6f86cb772d4a0ae9c8 | |
parent | 1f35bf9cab16d3f3a63c47894c69c9aa699d8145 [diff] [blame] |
updated for version 7.0218
diff --git a/src/vim.h b/src/vim.h index a58ce7c..93c9446 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1021,6 +1021,7 @@ #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'