comparison src/version.c @ 10132:9a13895ee8d7 v7.4.2337

commit https://github.com/vim/vim/commit/77b642501ac4c84b4e6820d4e5636eb856faaea7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 21:14:27 2016 +0200 patch 7.4.2337 Problem: taglist() is still slow. (Luc Hermitte) Solution: Check for CTRL-C less often when finding duplicates.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 21:15:06 +0200
parents de20f2434807
children 95e9be4bc490
comparison
equal deleted inserted replaced
10131:b314d98c3088 10132:9a13895ee8d7
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2337,
766 /**/ 768 /**/
767 2336, 769 2336,
768 /**/ 770 /**/
769 2335, 771 2335,
770 /**/ 772 /**/