mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
options: consolidate updates for window string options affected by copy_winopt
update note at options.c head about window options
This commit is contained in:
@@ -1043,7 +1043,7 @@ static void win_init(win_T *newp, win_T *oldp, int flags)
|
||||
|
||||
win_init_some(newp, oldp);
|
||||
|
||||
check_colorcolumn(newp);
|
||||
didset_window_options(newp);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user