1
0
forked from aniani/vim

patch 8.2.3346: Vim9: no error for using "." for concatenation after ":vim9cmd"

Problem:    Vim9: no error for using "." for concatenation after ":vim9cmd".
            (Naohiro Ono)
Solution:   Check for Vim9 script syntax. (closes #8756)
This commit is contained in:
Bram Moolenaar
2021-08-14 21:35:40 +02:00
parent 6aa57295cf
commit 2596a4e763
3 changed files with 5 additions and 1 deletions

View File

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