1
0
forked from aniani/vim

patch 8.2.2556: Vim9: :import with "as" not fully supported

Problem:    Vim9: :import with "as" not fully supported.
Solution:   Implement "as" for more cases.
This commit is contained in:
Bram Moolenaar
2021-02-27 22:41:19 +01:00
parent 3f1e9f000f
commit 0a84284e60
3 changed files with 98 additions and 66 deletions

View File

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