commit | e3caa1109072b9655f8d5103c92efd73177f8577 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 22:07:42 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 22:07:42 2017 +0100 |
tree | 20aa481c16e2b5df851d2be94ac46e11918855d9 | |
parent | 070b33da93ad3a191664bb61f5ccc50781460c03 [diff] [blame] |
patch 8.0.0275: the screen may be updated at the wrong time Problem: When checking for CTRL-C typed the GUI may detect a screen resize and redraw the screen, causing trouble. Solution: Set updating_screen in ui_breakcheck().
diff --git a/src/version.c b/src/version.c index 5814b20..d8b82a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 275, +/**/ 274, /**/ 273,