commit | 036b09ca78c5516d2b914ebc9494bf7580b8fed8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 12:54:06 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 12:54:06 2018 +0200 |
tree | 47cde47ccb0ebf73126ec4b802a17292a029fa4c | |
parent | b0e982bf05feb27eddb5f809b052c1137f4d4add [diff] [blame] |
patch 8.1.0417: several command line arguments are not tested Problem: Several command line arguments are not tested. Solution: Add tests for -m, -M, -R and -Vfile. (Dominique Pelle, closes #3458)
diff --git a/src/version.c b/src/version.c index b76df9e..1a6b94d 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 417, +/**/ 416, /**/ 415,