1
0
forked from aniani/vim

patch 9.0.1355: no error when declaring a class twice

Problem:    No error when declaring a class twice. (Ernie Rael)
Solution:   Pass different flags when declaring the class. (closes #12057)
This commit is contained in:
Bram Moolenaar
2023-02-25 19:59:31 +00:00
parent d6a4ea3aa0
commit 83ae6150bf
3 changed files with 29 additions and 4 deletions

View File

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