commit | c0676bab92bd6488e17d05a4a70dfff993ef524e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 21:03:02 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 21:03:02 2018 +0100 |
tree | 58ae6afaec041a1d9c7ab7248bbae88e0122c887 | |
parent | 2f21fa8743404289f1410ba49dd711a622f45d81 [diff] [blame] |
patch 8.1.0668: no test for overstrike mode in the command line Problem: No test for overstrike mode in the command line. Solution: Add a test. (Dominique Pelle, closes #3742)
diff --git a/src/version.c b/src/version.c index 21a4956..486db73 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 668, +/**/ 667, /**/ 666,