]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4147: E464 does not always include the offending command v8.2.4147
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Jan 2022 20:48:37 +0000 (20:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Jan 2022 20:48:37 +0000 (20:48 +0000)
commitbed34f0a8a4e38a72a080184881bc68254a8cdc6
treed41d7ae3339b2ada1cc155ce9010057c9c43fb43
parentf67c717e34e5553ab1c3b02b1861274cbcb78935
patch 8.2.4147: E464 does not always include the offending command

Problem:    E464 does not always include the offending command.
Solution:   Add another error message with "%s". (closes #9564)
src/errors.h
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c