diff src/version.c @ 16095:4673f22da44d v8.1.1052

patch 8.1.1052: test for CTRL-C message sometimes fails commit https://github.com/vim/vim/commit/553e5a5c568e7d175b65b0472cd6d9843b25f4c8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 25 23:16:34 2019 +0100 patch 8.1.1052: test for CTRL-C message sometimes fails Problem: test for CTRL-C message sometimes fails Solution: Make sure there are no changed buffers.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Mar 2019 23:30:05 +0100
parents 3da6df816d8a
children d45e42b45470
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -776,6 +776,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1052,
+/**/
     1051,
 /**/
     1050,