From 443399c27d63fea7b837af700a6f3142e96adb22 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Fri, 5 May 2017 10:40:32 +0200 Subject: options: consolidate updates for window string options affected by copy_winopt update note at options.c head about window options --- src/nvim/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/window.c') diff --git a/src/nvim/window.c b/src/nvim/window.c index 69c0a838ea..85f3667b6b 100644 --- a/src/nvim/window.c +++ b/src/nvim/window.c @@ -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); } /* -- cgit