commit | 02795104442764cd162c2213c7d942a8ddc0a691 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 03 21:40:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 03 21:40:26 2021 +0200 |
tree | 159a709c9d3338f775980387e6ebb8dbbb48ade4 | |
parent | ad431995721b2a886f789e2ea7db4c84b732eb18 [diff] [blame] |
patch 8.2.2831: Vim9: expandcmd() not tested Problem: Vim9: expandcmd() not tested. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 63ede84..d9868ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2831, +/**/ 2830, /**/ 2829,