diff src/option.h @ 782:d20041a02ee5

updated for version 7.0228
author vimboss
date Sat, 18 Mar 2006 21:40:56 +0000
parents 8c9ef63b1ccc
children c8680debe1cc
line wrap: on
line diff
--- 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 */
 };