]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0638: E1510 may happen when formatting a message for smsg() v9.1.0638
authorzeertzjq <zeertzjq@outlook.com>
Mon, 29 Jul 2024 18:28:14 +0000 (20:28 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 29 Jul 2024 18:28:14 +0000 (20:28 +0200)
commit0dff31576a340b74cec81517912923c38cb28450
tree59622ca4e990f919f24233edbf55d9cc8d88f3f0
parent81a65000c5b478cbf88397f0ffd7f8833a9babe1
patch 9.1.0638: E1510 may happen when formatting a message for smsg()

Problem:  E1510 may happen when formatting a message
          (after 9.1.0181).
Solution: Only give E1510 when using typval. (zeertzjq)

closes: #15391

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