]> granicus.if.org Git - vim/commit
patch 8.1.1724: too much overhead checking for CTRL-C while processing text v8.1.1724
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Jul 2019 12:50:21 +0000 (14:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Jul 2019 12:50:21 +0000 (14:50 +0200)
commitb4fe0eb4b4fe52a68a1df05162c03fe51c2fce79
treeb51dac0c46871f62cfc202afd2b5835506108efc
parent24582007294b0db3be9669d3b583ea45fc4f19b8
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)
src/feature.h
src/misc1.c
src/screen.c
src/version.c