]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0579: Ex command is still executed after giving E1247 v9.1.0579
authorzeertzjq <zeertzjq@outlook.com>
Sat, 13 Jul 2024 17:04:10 +0000 (19:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Jul 2024 17:04:10 +0000 (19:04 +0200)
commitd1b5ea984d41102d253ecdd9a76124cd4c58b97d
treea5120625d52b230672dcfd802bbd946c8c99ecdd
parent360c51208eb36a527191cc5fe3f9c4f4cae1131a
patch 9.1.0579: Ex command is still executed after giving E1247

Problem:  Ex command is still executed after giving E1247.
Solution: Indicate the error properly and set cmd to NULL.
          (zeertzjq)

closes: #15241

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