commit | 72b4b870fcc445c14faf282e0595b5f9406b101d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 20:24:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 20:24:50 2016 +0200 |
tree | a1578b3d40655f3e0bfc63b1b416a2b2d0b20086 | |
parent | 1b0c2fcf6e85c9b85c24757ba970061e1f3e4e80 [diff] [blame] |
patch 7.4.2335 Problem: taglist() is slow. (Luc Hermitte) Solution: Check for CTRL-C less often when doing a linear search. (closes #1044)
diff --git a/src/version.c b/src/version.c index 4e76bc7..63ee919 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2335, +/**/ 2334, /**/ 2333,