commit | 21efc3633edb58809c5dd89b025d34d7002e731c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 14:05:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 14:05:49 2016 +0100 |
tree | eeb90f3e69564bc18872a1715e71104a3b2961f7 | |
parent | 99c5eb4fd755853a134471a63174cec71becbca7 [diff] [blame] |
patch 8.0.0119 Problem: No test for using CTRL-R on the command line. Solution: Add a test. (Dominique Pelle) And some more.
diff --git a/src/version.c b/src/version.c index cf91feb..eaf4a38 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 119, +/**/ 118, /**/ 117,