commit | 8f4499b81612568b4964e8445d86e34e6d644b13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 16:28:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 16:28:11 2018 +0200 |
tree | f010a6749a1fead94d323d5836ffe59fceee12eb | |
parent | e8fa05b5bc2d6d76bf5af50176a63655d00d1110 [diff] [blame] |
patch 8.1.0398: no test for -o and -O command line arguments Problem: No test for -o and -O command line arguments. Solution: Add a test. (Dominique Pelle, closes #3438)
diff --git a/src/version.c b/src/version.c index 726e102..adde06a 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 398, +/**/ 397, /**/ 396,