From 3e7f78b6cff7db8f100f2ceedf04ec70f8a9e073 Mon Sep 17 00:00:00 2001 From: lonerover Date: Mon, 19 Dec 2016 12:15:25 +0800 Subject: vim-patch:7.4.2335 Problem: taglist() is slow. (Luc Hermitte) Solution: Check for CTRL-C less often when doing a linear search. (closes vim/vim#1044) https://github.com/vim/vim/commit/72b4b870fcc445c14faf282e0595b5f9406b101d --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 8e7ad2199f..cd7b70b027 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -105,7 +105,7 @@ static int included_patches[] = { // 2338 NA 2337, // 2336, - // 2335, + 2335, // 2334, // 2333, // 2332 NA -- cgit