To: vim_dev@googlegroups.com Subject: Patch 7.4.2337 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///