diff src/version.c @ 14461:65b222617852 v8.1.0244

patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONT commit https://github.com/vim/vim/commit/917e32bda5a93941fbbccab09ae3960114b67188 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 17:38:41 2018 +0200 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 https://github.com/vim/vim/issues/3285)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 17:45:05 +0200
parents ecf6c05d8ac3
children 3b87daa5c37a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    244,
+/**/
     243,
 /**/
     242,