forked from aniani/vim
patch 8.2.1943: Vim9: wrong error message when colon is missing
Problem: Vim9: wrong error message when colon is missing. Solution: Check for a missing colon. (issue #7239)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1943,
|
||||
/**/
|
||||
1942,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user