commit | 36e4d985f0e015b189351d612132d382da9d014d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 20 21:12:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 20 21:12:16 2019 +0200 |
tree | 7e32700b18aaa211abfc0d3b6305ffcd048f5cad | |
parent | 5843f5f37b0632e2d706abc9014bfd7d98f7b02e [diff] [blame] |
patch 8.1.1892: missing index entry and option menu for 'completepopup' Problem: Missing index entry and option menu for 'completepopup'. Solution: Add the entries. Adjust #ifdefs to avoid dead code.
diff --git a/src/version.c b/src/version.c index 895b4ff..5d802fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -766,6 +766,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1892, +/**/ 1891, /**/ 1890,