]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1223: wrong translation used for encoding failures v9.1.1223
authorChristian Brabandt <cb@256bit.org>
Tue, 18 Mar 2025 19:55:42 +0000 (20:55 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 18 Mar 2025 19:55:42 +0000 (20:55 +0100)
commitd5afc744033dbdb1340705808782dc97596b336d
tree1481460ef15df29ce222b211647d45228fdaaec2
parent8ac0f73eb1e0e6128dd21eb294d12b83b615f05a
patch 9.1.1223: wrong translation used for encoding failures

Problem:  wrong translation for encoding failures because of using
          literal "from" and "to" in the resulting error message
          (RestorerZ)
Solution: use separate error messages for errors "from" and "to"
          encoding errors.

fixes: #16898
closes: #16918

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/doc/tags
src/errors.h
src/strings.c
src/testdir/test_functions.vim
src/version.c