commit | 480778b805bd8bdc5d657560230e9c50feda1d0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 14 22:09:39 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 14 22:09:39 2016 +0200 |
tree | 6805c47f6267ff72c16b9a3833b625b8693bb861 | |
parent | da4127794aa333631bde879e73bcfce4aef42f85 [diff] [blame] |
patch 7.4.2036 Problem: Looking up a buffer by number is slow if there are many. Solution: Use a hashtab.
diff --git a/src/version.c b/src/version.c index 0dfb759..23a5993 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2036, +/**/ 2035, /**/ 2034,