1
0
forked from aniani/vim

patch 8.1.1724: too much overhead checking for CTRL-C while processing text

Problem:    Too much overhead checking for CTRL-C while processing text.
Solution:   Increase BREAKCHECK_SKIP.  Remove the difference for when built
            with the GUI. (suggested by Andy Massimino, closes #4708)
This commit is contained in:
Bram Moolenaar
2019-07-21 14:50:21 +02:00
parent 2458200729
commit b4fe0eb4b4
4 changed files with 8 additions and 10 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1724,
/**/
1723,
/**/