]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4355: unnecessary call to check_colorcolumn() v8.2.4355
authorSean Dewar <seandewar@users.noreply.github.com>
Sat, 12 Feb 2022 11:51:25 +0000 (11:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Feb 2022 11:51:25 +0000 (11:51 +0000)
commit0f7ff851cb721bb3c07261adbf82b591229f530d
tree561e17d067e0b1d91619829c4c1375758ea97e4a
parentd68b2fc034fa3c824e0d4d53745cfe9eb8c5ecd6
patch 8.2.4355: unnecessary call to check_colorcolumn()

Problem:    Unnecessary call to check_colorcolumn().
Solution:   Remove the call. (Sean Dewar, closes #9748)
src/option.c
src/version.c
src/window.c