Patch 7.4.2337
Problem:    taglist() is still slow. (Luc Hermitte)
Solution:   Check for CTRL-C less often when finding duplicates.
Files:      src/tag.c


*** ../vim-7.4.2336/src/tag.c   2016-09-06 20:24:47.208456105 +0200
--- src/tag.c   2016-09-06 21:13:03.832672791 +0200
***************
*** 2401,2407 ****
                                      && vim_memcmp(mfp2->match, mfp->match,
                                                       (size_t)mfp->len) == 0)
                                  break;
!                             line_breakcheck();
                          }
                        if (i < 0)
                        {
--- 2401,2407 ----
                                      && vim_memcmp(mfp2->match, mfp->match,
                                                       (size_t)mfp->len) == 0)
                                  break;
!                             fast_breakcheck();
                          }
                        if (i < 0)
                        {
*** ../vim-7.4.2336/src/version.c       2016-09-06 20:37:38.210149326 +0200
--- src/version.c       2016-09-06 21:13:58.936217183 +0200
***************
*** 765,766 ****
--- 765,768 ----
  {   /* Add new patch number below this line */
+ /**/
+     2337,
  /**/

-- 
Wizards had always known that the act of observation changed the thing that
was observed, and sometimes forgot that it also changed the observer too.
                        Terry Pratchett  -  Interesting times

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui