commit | a6294955308fac1d14b9a8481e7f8581146c706c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 13:39:50 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 13:39:50 2020 +0100 |
tree | 3f349dc2dadbca535813298491f957e1201ee2c5 | |
parent | 07a65d26e7d76ad22d6ef23b50c0faa25e435e02 [diff] [blame] |
patch 8.2.2225: Vim9: error when using :import in legacy script twice Problem: Vim9: error when using :import in legacy script twice. Solution: Make it possible to redefine an import when reloading.
diff --git a/src/version.c b/src/version.c index 02e0757..20bf534 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2225, +/**/ 2224, /**/ 2223,