1
0
forked from aniani/vim

patch 8.2.1286: Vim9: No error when using a type to a window variable

Problem:    Vim9: No error when using a type to a window variable
Solution:   Recognize the syntax and give an error. (closes #6521)
This commit is contained in:
Bram Moolenaar
2020-07-23 21:14:43 +02:00
parent b8070e3173
commit 43e969d3f9
3 changed files with 19 additions and 0 deletions

View File

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