1
0
forked from aniani/vim

patch 8.2.2660: Vim9: no error for declaration with trailing text

Problem:    Vim9: no error for declaration with trailing text.
Solution:   Give an error. (closes #8014)
This commit is contained in:
Bram Moolenaar
2021-03-26 21:27:52 +01:00
parent c61cb8bfe1
commit ccc25aa285
3 changed files with 15 additions and 3 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2660,
/**/
2659,
/**/