commit | 37db642083398da7d04ed45767cc46daf40bf72b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 28 21:26:23 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 28 21:26:23 2019 +0100 |
tree | e424daff07fce29a9444dd9ea319c411e2b548aa | |
parent | a16123a666b4656543614cb5bdaa69ea69f35d30 [diff] [blame] |
patch 8.1.1063: insufficient testing for wildmenu completion Problem: Insufficient testing for wildmenu completion. Solution: Extend the test case. (Dominique Pelle, closes #4182)
diff --git a/src/version.c b/src/version.c index 3880b7e..1fa7429 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1063, +/**/ 1062, /**/ 1061,