commit | ed5a9d661248a2160368f1b0ab3a1bf74831db04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 06 13:14:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 06 13:14:43 2018 +0200 |
tree | ff7d3eea0f440ae83569fa5f84a4b9a3c831ccc1 | |
parent | e67a7d690a53690eb3c99a1ca7a199e8da159146 [diff] [blame] |
patch 8.1.0349: crash when wiping buffer in a callback Problem: Crash when wiping buffer in a callback. Solution: Do not handle messages when only peeking for a character. (closes #2107) Add "redraw_flag" to test_override().
diff --git a/src/version.c b/src/version.c index ab77c13..9e399a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 349, +/**/ 348, /**/ 347,