]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1619: Incorrect E535 error message v9.1.1619
authorzeertzjq <zeertzjq@outlook.com>
Sun, 10 Aug 2025 07:41:50 +0000 (09:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 10 Aug 2025 07:41:50 +0000 (09:41 +0200)
commitb362995430ee809f866d74930897bc158a4eb4ca
treec61a8caed397e9349c12f82ebbf7ba5c9f7ed4df
parentfc3c204bbe48d34bded70d2b190c3b1e1f9f89b7
patch 9.1.1619: Incorrect E535 error message

Problem:  Incorrect E535 error message (after 9.1.1603).
Solution: Don't use transchar(), as the character is always printable
          (zeertzjq).

closes: #17948

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/optionstr.c
src/testdir/test_ins_complete.vim
src/testdir/test_options.vim
src/version.c