forked from aniani/vim
patch 7.4.2335
Problem: taglist() is slow. (Luc Hermitte) Solution: Check for CTRL-C less often when doing a linear search. (closes #1044)
This commit is contained in:
@@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2335,
|
||||
/**/
|
||||
2334,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user