commit | eebd84eb94ed7f59a06a52cb4863563642f58899 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 17:57:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 17:57:44 2016 +0100 |
tree | 4bf2824f76e8a33efed47900b27d3c35f722dc51 | |
parent | 5a030a540f4157d5c9905e3564282c92b4dcec9a [diff] [blame] |
patch 8.0.0111 Problem: The :history command is not tested. Solution: Add tests. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index c9fc572..75e1222 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 111, +/**/ 110, /**/ 109,