commit | cfe435d7feacf123ac060747b885f7c4328062ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 20:02:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 20:02:55 2020 +0200 |
tree | f97da740c86f5fb5e9c7cedeb7b48c26ebf5ac47 | |
parent | 49b2fb36ca94be14b98caf86420863d9bbe81a24 [diff] [blame] |
patch 8.2.0640: Vim9: expanding does not work Problem: Vim9: expanding does not work. Solution: Find wildcards in not compiled commands. Reorganize test files.
diff --git a/src/version.c b/src/version.c index 70af7b0..233106b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 640, +/**/ 639, /**/ 638,