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
@@ -5604,7 +5604,7 @@ win_copy_options(win_T *wp_from, win_T *wp_to)
|
||||
* After copying window options: update variables depending on options.
|
||||
*/
|
||||
void
|
||||
after_copy_winopt(win_T *wp UNUSED)
|
||||
after_copy_winopt(win_T *wp)
|
||||
{
|
||||
#ifdef FEAT_LINEBREAK
|
||||
briopt_check(wp);
|
||||
|
Reference in New Issue
Block a user