comparison src/option.h @ 18574:8b0114ffde2b v8.1.2281

patch 8.1.2281: 'showbreak' cannot be set for one window Commit: https://github.com/vim/vim/commit/ee85702c10495041791f728e977b86005c4496e8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 9 23:26:40 2019 +0100 patch 8.1.2281: 'showbreak' cannot be set for one window Problem: 'showbreak' cannot be set for one window. Solution: Make 'showbreak' global-local.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Nov 2019 23:30:03 +0100
parents 334b1f897f3a
children 394abd397e15
comparison
equal deleted inserted replaced
18573:f18a4ae518f1 18574:8b0114ffde2b
1269 , WV_CUC 1269 , WV_CUC
1270 , WV_CUL 1270 , WV_CUL
1271 , WV_CULOPT 1271 , WV_CULOPT
1272 , WV_CC 1272 , WV_CC
1273 #endif 1273 #endif
1274 #ifdef FEAT_LINEBREAK
1275 , WV_SBR
1276 #endif
1274 #ifdef FEAT_STL_OPT 1277 #ifdef FEAT_STL_OPT
1275 , WV_STL 1278 , WV_STL
1276 #endif 1279 #endif
1277 , WV_WFH 1280 , WV_WFH
1278 , WV_WFW 1281 , WV_WFW