comparison src/proto/option.pro @ 25380:ac88cd21ae88 v8.2.3227

patch 8.2.3227: 'virtualedit' can only be set globally Commit: https://github.com/vim/vim/commit/53ba05b09075f14227f9be831a22ed16f7cc26b2 Author: Gary Johnson <garyjohn@spocom.com> Date: Mon Jul 26 22:19:10 2021 +0200 patch 8.2.3227: 'virtualedit' can only be set globally Problem: 'virtualedit' can only be set globally. Solution: Make 'virtualedit' global-local. (Gary Johnson, closes https://github.com/vim/vim/issues/8638)
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Jul 2021 22:30:05 +0200
parents 02fa8d72e4e3
children 6b4f017d7005
comparison
equal deleted inserted replaced
25379:549ff81ccdfe 25380:ac88cd21ae88
71 void fill_breakat_flags(void); 71 void fill_breakat_flags(void);
72 int can_bs(int what); 72 int can_bs(int what);
73 long get_scrolloff_value(void); 73 long get_scrolloff_value(void);
74 long get_sidescrolloff_value(void); 74 long get_sidescrolloff_value(void);
75 unsigned int get_bkc_value(buf_T *buf); 75 unsigned int get_bkc_value(buf_T *buf);
76 unsigned int get_ve_flags(void);
76 char_u *get_showbreak_value(win_T *win); 77 char_u *get_showbreak_value(win_T *win);
77 dict_T *get_winbuf_options(int bufopt); 78 dict_T *get_winbuf_options(int bufopt);
78 int fill_culopt_flags(char_u *val, win_T *wp); 79 int fill_culopt_flags(char_u *val, win_T *wp);
79 int magic_isset(void); 80 int magic_isset(void);
80 /* vim: set ft=c : */ 81 /* vim: set ft=c : */