commit | ceb06194337f1a9d30cd12edb7b0dc51830b9cb7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 04 15:05:22 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 04 15:05:22 2021 +0200 |
tree | 7828bc72ee281ca049a7ff205251452941aed621 | |
parent | a7511c0f4f779140e8b893be506ecffd0ededf04 [diff] [blame] |
patch 8.2.2707: adding a lot of completions can still be a bit slow Problem: Adding a lot of completions can still be a bit slow. Solution: Add the check for CP_FAST. (Ben Jackson)
diff --git a/src/version.c b/src/version.c index 92e3b4c..754e607 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2707, +/**/ 2706, /**/ 2705,