forked from aniani/vim
patch 8.2.2315: Vim9: "enddef" as dict key misintepreted as function end
Problem: Vim9: "enddef" as dict key misintepreted as function end. Solution: Check for following colon. (closes #7640)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2315,
|
||||
/**/
|
||||
2314,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user