commit | 375e3390078e740d3c83b0c118c50d9a920036c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 31 18:26:10 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 31 18:26:10 2019 +0100 |
tree | 34f565d4a9351b58d48d8d06e4a84b07effdb3fd | |
parent | b3051ce82f2e8af95ce3b6a41867f70aee5ecc82 [diff] [blame] |
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)
diff --git a/src/option.h b/src/option.h index c282da3..90c0508 100644 --- a/src/option.h +++ b/src/option.h
@@ -1152,6 +1152,8 @@ #endif , WV_SCBIND , WV_SCROLL + , WV_SISO + , WV_SO #ifdef FEAT_SPELL , WV_SPELL #endif