commit | b513d3079bbe3f59a1f1a3d6931939a76cd7e54a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 02 14:55:08 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 02 14:55:08 2018 +0100 |
tree | 1683af0ef25f614588ca6ffb4ee9a12151763580 | |
parent | d2ec51f399607d2df6ed1155b0bd303e722d6978 [diff] [blame] |
patch 8.1.0559: command line completion not sufficiently tested Problem: Command line completion not sufficiently tested. Solution: Add more tests. (Dominique Pelle, closes #3622)
diff --git a/src/version.c b/src/version.c index b44f5b8..bbf32f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 559, +/**/ 558, /**/ 557,