commit | c5cf369e9543ff065e2e1da91da3218c223840e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 22:16:56 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 22:16:56 2021 +0100 |
tree | f220b0742f066099882f82e83758ddaba361243d | |
parent | a0c8aea479ca055ce43ba2984a9933f6c48e6161 [diff] [blame] |
patch 8.2.2632: not all command line arguments are tested Problem: Not all command line arguments are tested. Solution: Add tests for -D and -serverlist. (Dominique Pellé, closes #7992)
diff --git a/src/version.c b/src/version.c index 4204806..be2c759 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2632, +/**/ 2631, /**/ 2630,