summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-09 23:26:40 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-09 23:26:40 +0100
commitee85702c10495041791f728e977b86005c4496e8 (patch)
treead3a4d7d4d477299da5349d8b9d234243ca33d66 /src/option.h
parentb0745b221d284e381f1bd4b591cd68ea54b6a51d (diff)
downloadvim-git-ee85702c10495041791f728e977b86005c4496e8.tar.gz
patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281
Problem: 'showbreak' cannot be set for one window. Solution: Make 'showbreak' global-local.
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h3
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