summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-15 16:52:51 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-15 16:52:51 +0100
commit810f9c361c83afb36b9f1cdadca2b93f1201d039 (patch)
treedf2c3926f3e1d6fcbeebf9c9b3cfd79539d9fb20 /src/version.c
parent296b1f28ca9cedeb55872f306808b2214b519ce7 (diff)
downloadvim-git-8.0.0190.tar.gz
patch 8.0.0190: finding duplicate tags uses a slow linear searchv8.0.0190
Problem: Detecting duplicate tags uses a slow linear search. Solution: Use a much faster hash table solution. (James McCoy, closes #1046) But don't add hi_keylen, it makes hash tables 50% bigger.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 368a984e3..2094db704 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 190,
+/**/
189,
/**/
188,