]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0214: Duplicate condition in win_lbr_chartabsize() v9.1.0214
authorzeertzjq <zeertzjq@outlook.com>
Thu, 28 Mar 2024 09:04:25 +0000 (10:04 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 Mar 2024 09:04:25 +0000 (10:04 +0100)
commit5532d3b3f0c73d4e0fa07122ebbed3bf201870f9
treee1d340791c5d305a583b33e03592472e11daf967
parentb2e1fee72c456bdb2f14bd12e4c06887743ae3a2
patch 9.1.0214: Duplicate condition in win_lbr_chartabsize()

Problem:  Duplicate condition in win_lbr_chartabsize().
Solution: Remove the duplicate condition, as it's already checked above.
          (zeertzjq)

closes: #14320

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/charset.c
src/version.c