]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0047: Vim9: Comment parsing error with lambda v9.2.0047
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 24 Feb 2026 20:56:06 +0000 (20:56 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 24 Feb 2026 20:56:06 +0000 (20:56 +0000)
commit1ec32291c7b9b8d5d0578bb92bd01bebccdb2b8b
treef939d75cd9fdaf09de697ff6c4a21b31d68006b6
parent29b5938d7917bdb97e22953e7daddb14049257c9
patch 9.2.0047: Vim9: Comment parsing error with lambda

Problem:  Vim9: Comment parsing error with lambda (Mao-Yining)
Solution: Drop the skipwhite() (Hirohito Higashi)

fixes:  #19484
closes: #19487

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_func.vim
src/version.c
src/vim9expr.c