]> granicus.if.org Git - vim/commitdiff
patch 7.4.2337 v7.4.2337
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Sep 2016 19:14:27 +0000 (21:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Sep 2016 19:14:27 +0000 (21:14 +0200)
Problem:    taglist() is still slow. (Luc Hermitte)
Solution:   Check for CTRL-C less often when finding duplicates.

src/tag.c
src/version.c

index b2d1f151afc125a6ae20fd7d02ff9f60979751e5..3f1dfa9f62a356d73b1f56e72c84acf2b80e7ee9 100644 (file)
--- a/src/tag.c
+++ b/src/tag.c
@@ -2401,7 +2401,7 @@ parse_line:
                                      && vim_memcmp(mfp2->match, mfp->match,
                                                       (size_t)mfp->len) == 0)
                                  break;
-                             line_breakcheck();
+                             fast_breakcheck();
                          }
                        if (i < 0)
                        {
index 1dbd6aaac8e84e33b2975c4f7f99b238eb2b6358..3331ee35846174b6f0093568a69115e34e6b9243 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2337,
 /**/
     2336,
 /**/