commit | a0d072ef8203b225bd46bcd826cb3d2e3c3b941a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 20:19:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 20:19:37 2020 +0200 |
tree | 7abea799c760bdc79b80198695f1fb2052f072a4 | |
parent | 5f195938d4d489aa288bdb54ee6112a34aed1df9 [diff] [blame] |
patch 8.2.1113: no test for verbose output of :call Problem: No test for verbose output of :call. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index bb7c318..81cf2c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1113, +/**/ 1112, /**/ 1111,