mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4355: unnecessary call to check_colorcolumn()
Problem: Unnecessary call to check_colorcolumn(). Solution: Remove the call. (Sean Dewar, closes #9748)
This commit is contained in:
committed by
Bram Moolenaar
parent
d68b2fc034
commit
0f7ff851cb
@@ -1414,10 +1414,6 @@ win_init(win_T *newp, win_T *oldp, int flags UNUSED)
|
||||
#endif
|
||||
|
||||
win_init_some(newp, oldp);
|
||||
|
||||
#ifdef FEAT_SYN_HL
|
||||
check_colorcolumn(newp);
|
||||
#endif
|
||||
#ifdef FEAT_TERMINAL
|
||||
term_update_wincolor(newp);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user