diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2337,
+/**/
     2336,
 /**/
     2335,