commit | 77b642501ac4c84b4e6820d4e5636eb856faaea7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 21:14:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 21:14:27 2016 +0200 |
tree | 36794dd820ca3f605d3af41a1c555c91a12a01e7 | |
parent | df0db16cf74281a83a9ea3388a2ef9aedccd013c [diff] [blame] |
patch 7.4.2337 Problem: taglist() is still slow. (Luc Hermitte) Solution: Check for CTRL-C less often when finding duplicates.
diff --git a/src/version.c b/src/version.c index 1dbd6aa..3331ee3 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2337, +/**/ 2336, /**/ 2335,