commit | ba9ea91beb8f687b0f61b28319c1dbdced2f46ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 07 22:10:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 07 22:10:50 2019 +0200 |
tree | 34c50c15c94aa61ddacca08581143b67799dd2d1 | |
parent | 1063f3d2008f22d02ccfa9dab83a23db52febbdc [diff] [blame] |
patch 8.1.1292: invalid command line arguments not tested Problem: Invalid command line arguments not tested. Solution: Add a test. (Dominique Pelle, closes #4346)
diff --git a/src/version.c b/src/version.c index 09bb1be..5eeec1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1292, +/**/ 1291, /**/ 1290,