mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:9.1.0806: tests: no error check when setting global 'briopt'
Problem: tests: no error check when setting global 'briopt'
Solution: also parse and check global 'briopt' value (Milly)
closes: vim/vim#15911
b38700ac81
Co-authored-by: Milly <milly.ca@gmail.com>
This commit is contained in:
@@ -5112,7 +5112,7 @@ void didset_window_options(win_T *wp, bool valid_cursor)
|
||||
wp->w_skipcol = 0;
|
||||
}
|
||||
check_colorcolumn(NULL, wp);
|
||||
briopt_check(wp);
|
||||
briopt_check(NULL, wp);
|
||||
fill_culopt_flags(NULL, wp);
|
||||
set_chars_option(wp, wp->w_p_fcs, kFillchars, true, NULL, 0);
|
||||
set_chars_option(wp, wp->w_p_lcs, kListchars, true, NULL, 0);
|
||||
|
Reference in New Issue
Block a user