From 97b2ad35425fd589c4ff816d1f1161f2f7f6a93d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 18 Mar 2006 21:40:56 +0000 Subject: updated for version 7.0228 --- src/option.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index b4782abb2..b1e6f8241 100644 --- a/src/option.h +++ b/src/option.h @@ -1043,6 +1043,9 @@ enum #endif #ifdef FEAT_WINDOWS , WV_WFH +#endif +#ifdef FEAT_VERTSPLIT + , WV_WFW #endif , WV_WRAP , WV_COUNT /* must be the last one */ -- cgit v1.2.1