patch 8.2.3411: Vim9: crash when using base name of import

Problem:    Vim9: crash when using base name of import. (Naohiro Ono)
Solution:   Check the import flags. (closes #8843)
This commit is contained in:
Bram Moolenaar
2021-09-07 22:12:19 +02:00
parent 89a54b413a
commit 6853c38b78
4 changed files with 25 additions and 0 deletions

View File

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