commit | f8a79fc3468645019532331bf8b36d1f7b403ef4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 12:06:16 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 12:06:16 2021 +0000 |
tree | 33a4264d26e261e707ac11e01e78f97a50e91ea8 | |
parent | c2958585f6c7ce4d822d3191ba501c0757b3ffff [diff] [blame] |
patch 8.2.3807: Vim9: can call import with star directly Problem: Vim9: can call import with star directly. Solution: Check that the import used star.
diff --git a/src/version.c b/src/version.c index 3098c59..08bfba1 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3807, +/**/ 3806, /**/ 3805,