commit | 297610ba4b110c918ffe60c45eb4a1d6ea2daae5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 27 17:20:55 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 27 17:20:55 2019 +0100 |
tree | ee04b17c7069ce83dd0f7f19ec30d1a9d58b7298 | |
parent | 5c463a28fff1d82222d49bc7960da9e0c866b060 [diff] [blame] |
patch 8.2.0049: command line completion not fully tested Problem: Command line completion not fully tested. Solution: Add more test cases. Make help sorting stable. (Dominique Pelle, closes #5402)
diff --git a/src/version.c b/src/version.c index 0fc35dc..85c8462 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 49, +/**/ 48, /**/ 47,