]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1574: Dead code in mbyte.c v9.1.1574
authorDamien Lejay <damien@lejay.be>
Mon, 21 Jul 2025 18:25:33 +0000 (20:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 21 Jul 2025 18:25:33 +0000 (20:25 +0200)
commitb2013396d47d03309eb9e280c1e3f41b15b971f7
tree55fd1620fa98c05d0fd980a1ec50a2a3c1fe1697
parent1f6faff9126dde38029bd5a1eed279c294b72dca
patch 9.1.1574: Dead code in mbyte.c

Problem:  Dead code in mbyte.c
Solution: Delete the dead wcwidth()/iswprint() code
          (Damien Lejay)

These library calls have been disabled since patch 6.2.446 (2002) due to
display issues with Hebrew. They are also non-portable: wcwidth() is a
POSIX function and not available on MSVC or other non-POSIX platforms.
Keeping this code path adds complexity without benefit.

closes: #17811

Signed-off-by: Damien Lejay <damien@lejay.be>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/mbyte.c
src/version.c