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 1154aa85e..2a4ffbaf6 100644 --- a/src/option.h +++ b/src/option.h @@ -1271,6 +1271,9 @@ enum , WV_CULOPT , WV_CC #endif +#ifdef FEAT_LINEBREAK + , WV_SBR +#endif #ifdef FEAT_STL_OPT , WV_STL #endif |