diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-18 21:40:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-18 21:40:56 +0000 |
commit | 97b2ad35425fd589c4ff816d1f1161f2f7f6a93d (patch) | |
tree | a0fed79e1bd28b00c32554c62110903d49ac9b20 /src/option.h | |
parent | 658b74a7360cff23939dbf5075b8e18e38c77a81 (diff) | |
download | vim-git-97b2ad35425fd589c4ff816d1f1161f2f7f6a93d.tar.gz |
updated for version 7.0228
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h index b4782abb2..b1e6f8241 100644 --- a/src/option.h +++ b/src/option.h @@ -1044,6 +1044,9 @@ enum #ifdef FEAT_WINDOWS , WV_WFH #endif +#ifdef FEAT_VERTSPLIT + , WV_WFW +#endif , WV_WRAP , WV_COUNT /* must be the last one */ }; |