commit | 0a84284e603e39c1288d71f8f96f66eb7eb1ca61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:41:19 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:41:19 2021 +0100 |
tree | 30e74f1291eff1209386c7852565b860592540cd | |
parent | 3f1e9f000f761406a94366383a2e4878e2c50547 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 1dfd0d6..d6065b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2556, +/**/ 2555, /**/ 2554,