diff options
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 */ }; |