commit | 0f7ff851cb721bb3c07261adbf82b591229f530d | [log] [tgz] |
---|---|---|
author | Sean Dewar <seandewar@users.noreply.github.com> | Sat Feb 12 11:51:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 11:51:25 2022 +0000 |
tree | 561e17d067e0b1d91619829c4c1375758ea97e4a | |
parent | d68b2fc034fa3c824e0d4d53745cfe9eb8c5ecd6 [diff] [blame] |
patch 8.2.4355: unnecessary call to check_colorcolumn() Problem: Unnecessary call to check_colorcolumn(). Solution: Remove the call. (Sean Dewar, closes #9748)
diff --git a/src/version.c b/src/version.c index 2476818..1fc3bc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4355, +/**/ 4354, /**/ 4353,