commit | 73655cf0ca37a9aa8f56fc51bb853a8b1f7b43d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 13:45:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 13:45:55 2019 +0200 |
tree | 2068cee49d648ce30fd4496288a9de36d15a6818 | |
parent | 9d40128afd7fcd038ff6532722b55b1a8c189ce8 [diff] [blame] |
patch 8.1.1123: no way to avoid filtering for autocomplete function Problem: No way to avoid filtering for autocomplete function, causing flickering of the popup menu. Solution: Add the "equal" field to complete items. (closes #3887)
diff --git a/src/version.c b/src/version.c index 46b3b5d..d09ac29 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1123, +/**/ 1122, /**/ 1121,