commit | 15d0a8c77dad867b69822e2fd8f9f6bbcf765c48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 06 17:44:46 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 06 17:44:46 2004 +0000 |
tree | e84faedc007f9c2b81b9056a400dccade2b947e5 | |
parent | d4755bb0e04fca334675f1503bd6474b017a9bba [diff] [blame] |
updated for version 7.0015
diff --git a/src/vim.h b/src/vim.h index dadb17e..3796561 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -985,6 +985,7 @@ #define OPT_GLOBAL 2 /* use global value */ #define OPT_LOCAL 4 /* use local value */ #define OPT_MODELINE 8 /* option in modeline */ +#define OPT_WINONLY 16 /* only set window-local options */ /* Magic chars used in confirm dialog strings */ #define DLG_BUTTON_SEP '\n'