commit | 917e32bda5a93941fbbccab09ae3960114b67188 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 17:38:41 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 17:38:41 2018 +0200 |
tree | cb6ca0ec9d5f36da3a40d4efafd080d9830b7d47 | |
parent | 5db7eec42337f0eecdc332f582eecf37278044e8 [diff] [blame] |
patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONT Problem: No redraw when using a STOP signal on Vim and then a CONT signal. Solution: Catch the CONT signal and force a redraw. (closes #3285)
diff --git a/src/version.c b/src/version.c index 46125c0..0834540 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 244, +/**/ 243, /**/ 242,