mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
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:
@@ -1271,6 +1271,9 @@ enum
|
||||
, WV_CULOPT
|
||||
, WV_CC
|
||||
#endif
|
||||
#ifdef FEAT_LINEBREAK
|
||||
, WV_SBR
|
||||
#endif
|
||||
#ifdef FEAT_STL_OPT
|
||||
, WV_STL
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user