mirror of
https://github.com/vim/vim.git
synced 2025-11-16 23:24:03 -05:00
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>
This commit is contained in:
committed by
Christian Brabandt
parent
6fd9dac992
commit
6bea124137
@@ -724,6 +724,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1770,
|
||||
/**/
|
||||
1769,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user