forked from aniani/vim
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)
This commit is contained in:
@@ -1152,6 +1152,8 @@ enum
|
||||
#endif
|
||||
, WV_SCBIND
|
||||
, WV_SCROLL
|
||||
, WV_SISO
|
||||
, WV_SO
|
||||
#ifdef FEAT_SPELL
|
||||
, WV_SPELL
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user