comparison src/proto/option.pro @ 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 55ccc2d353bd
children 5ef25fa57f71
comparison
equal deleted inserted replaced
15712:bc1989f9bd37 15713:ad8b2c109b22
74 long get_sw_value(buf_T *buf); 74 long get_sw_value(buf_T *buf);
75 long get_sw_value_indent(buf_T *buf); 75 long get_sw_value_indent(buf_T *buf);
76 long get_sw_value_pos(buf_T *buf, pos_T *pos); 76 long get_sw_value_pos(buf_T *buf, pos_T *pos);
77 long get_sw_value_col(buf_T *buf, colnr_T col); 77 long get_sw_value_col(buf_T *buf, colnr_T col);
78 long get_sts_value(void); 78 long get_sts_value(void);
79 long get_scrolloff_value(void);
80 long get_sidescrolloff_value(void);
79 void find_mps_values(int *initc, int *findc, int *backwards, int switchit); 81 void find_mps_values(int *initc, int *findc, int *backwards, int switchit);
80 unsigned int get_bkc_value(buf_T *buf); 82 unsigned int get_bkc_value(buf_T *buf);
81 int signcolumn_on(win_T *wp); 83 int signcolumn_on(win_T *wp);
82 dict_T *get_winbuf_options(int bufopt); 84 dict_T *get_winbuf_options(int bufopt);
83 /* vim: set ft=c : */ 85 /* vim: set ft=c : */