commit | 54948183d210f5117271bb5710752da24054fade | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 28 18:32:56 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 28 18:32:56 2018 +0100 |
tree | 608e73ab074fb6e9a6baf927e13e3535032c6317 | |
parent | b7a7e039b4362ac9e35b37896e7a736bd4c35e2c [diff] [blame] |
patch 8.1.0650: command line argument -q [errorfile] is not tested Problem: Command line argument -q [errorfile] is not tested. Solution: Add a test. (Dominique Pelle, closes #3730)
diff --git a/src/version.c b/src/version.c index 870ea89..cbb0e70 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 650, +/**/ 649, /**/ 648,