diff options
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h index f0ebc8de7..489bdb2a9 100644 --- a/src/option.h +++ b/src/option.h @@ -1021,6 +1021,12 @@ enum #ifdef FEAT_ARABIC , WV_ARAB #endif +#ifdef FEAT_CONCEAL + , WV_CONCEAL +#endif +#ifdef FEAT_CURSORBIND + , WV_CRBIND +#endif #ifdef FEAT_DIFF , WV_DIFF #endif |