commit | 9e81db9742a35cc972ce5cae204e837093987692 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 22:37:31 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 22:37:31 2018 +0200 |
tree | 3ab1d894f43949aaef43de263abdc121841b9149 | |
parent | 664323e7c82c35eabb9056efca0df6cc8d6cfd60 [diff] [blame] |
patch 8.1.0406: several command line arguments are not tested Problem: Several command line arguments are not tested. Solution: Add tests for -A, -F, -H, -p and -V. (Dominique Pelle, closes #3446)
diff --git a/src/version.c b/src/version.c index bfebd24..d14f0d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 406, +/**/ 405, /**/ 404,