mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4943: changing 'switchbuf' may have no effect
Problem: Changing 'switchbuf' may have no effect. Solution: Handle 'switchbuf' in didset_string_options(). (Sean Dewar, closes #10406)
This commit is contained in:
committed by
Bram Moolenaar
parent
de216732d4
commit
39c46b4378
@@ -125,6 +125,7 @@ didset_string_options(void)
|
||||
#if defined(FEAT_TOOLBAR) && defined(FEAT_GUI_GTK)
|
||||
(void)opt_strings_flags(p_tbis, p_tbis_values, &tbis_flags, FALSE);
|
||||
#endif
|
||||
(void)opt_strings_flags(p_swb, p_swb_values, &swb_flags, TRUE);
|
||||
}
|
||||
|
||||
#if defined(FEAT_EVAL)
|
||||
|
Reference in New Issue
Block a user