commit | cb574f415486adff645ce384979bfecf27f5be8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 25 22:29:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 25 22:29:57 2019 +0100 |
tree | 7e3ffdb38c38d7b8c1c2c30bfbd9c86e369749ff | |
parent | 970f5d39f27717b1a529b7b250a8ed7c3f791949 [diff] [blame] |
patch 8.1.0822: peeking and flushing output slows down execution Problem: Peeking and flushing output slows down execution. Solution: Do not update the mode message when global_busy is set. Do not flush when only peeking for a character. (Ken Takata)
diff --git a/src/version.c b/src/version.c index ad2f5e7..4d7730c 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 822, +/**/ 821, /**/ 820,