]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1711: dead code in charset.c v9.0.1711
authorzeertzjq <zeertzjq@outlook.com>
Mon, 3 Jul 2023 14:00:04 +0000 (22:00 +0800)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Aug 2023 18:00:14 +0000 (20:00 +0200)
commitd3515a1e88cf25c1d5eae8faa965b587a124e687
tree11065b68d96d08c92ddc5d0139755a52eaab6b75
parent4a8eb6e7a9df10f79bf95301ced012f0d6a13088
patch 9.0.1711: dead code in charset.c

Problem: dead code in charset.c
Solution: remove it

linetabsize_col() calls init_chartabsize_arg() with 0 as "lnum", so
cts.cts_has_prop_with_text is always FALSE.

closes: #PR

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