comparison src/option.h @ 15713:ad8b2c109b22 v8.1.0864

patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' commit https://github.com/vim/vim/commit/375e3390078e740d3c83b0c118c50d9a920036c7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 31 18:26:10 2019 +0100 patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' Problem: Cannot have a local value for 'scrolloff' and 'sidescrolloff'. (Gary Holloway) Solution: Make 'scrolloff' and 'sidescrolloff' global-local. (mostly by Aron Widforss, closes #3539)
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Jan 2019 18:30:08 +0100
parents 6f1c7e9a6393
children a3e2e7948ee4
comparison
equal deleted inserted replaced
15712:bc1989f9bd37 15713:ad8b2c109b22
1150 , WV_RL 1150 , WV_RL
1151 , WV_RLC 1151 , WV_RLC
1152 #endif 1152 #endif
1153 , WV_SCBIND 1153 , WV_SCBIND
1154 , WV_SCROLL 1154 , WV_SCROLL
1155 , WV_SISO
1156 , WV_SO
1155 #ifdef FEAT_SPELL 1157 #ifdef FEAT_SPELL
1156 , WV_SPELL 1158 , WV_SPELL
1157 #endif 1159 #endif
1158 #ifdef FEAT_SYN_HL 1160 #ifdef FEAT_SYN_HL
1159 , WV_CUC 1161 , WV_CUC