]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1770: Vim9: wrong behaviour with trailing comments in command blocks v9.1.1770
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 18 Sep 2025 19:40:22 +0000 (19:40 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 18 Sep 2025 19:40:22 +0000 (19:40 +0000)
commit6bea1241378a1cbdd50ce2a91c96469fea470510
tree4962a2d20de55ad1fd90d63aa2b578e1ca415a80
parent6fd9dac9927caf390c97c61ca5143fb7a190dd15
patch 9.1.1770: Vim9: wrong behaviour with trailing comments in command blocks

Problem:  Vim9: wrong behaviour with trailing comments in command blocks
          (balki)
Solution: Correctly skip over trailing comments (Yegappan Lakshmanan).

fixes: #18268
closes: #18327

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c