commit | 8c34aa09a449a5c1c2d1141b6fafa90f29b3fc12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:52:32 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:52:32 2017 +0100 |
tree | c8f6eb725fffad7567d6484c61a00ad28e3c8acd | |
parent | c537947100d4a73754ad4b4c9228c6c439655e5d [diff] [blame] |
patch 8.0.0473: no test covering arg_all() Problem: No test covering arg_all(). Solution: Add a test expanding ##.
diff --git a/src/version.c b/src/version.c index e4a40f2..8237679 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 473, +/**/ 472, /**/ 471,