1
0
forked from aniani/vim

patch 8.1.2281: 'showbreak' cannot be set for one window

Problem:    'showbreak' cannot be set for one window.
Solution:   Make 'showbreak' global-local.
This commit is contained in:
Bram Moolenaar
2019-11-09 23:26:40 +01:00
parent b0745b221d
commit ee85702c10
16 changed files with 104 additions and 30 deletions

View File

@@ -1271,6 +1271,9 @@ enum
, WV_CULOPT
, WV_CC
#endif
#ifdef FEAT_LINEBREAK
, WV_SBR
#endif
#ifdef FEAT_STL_OPT
, WV_STL
#endif