commit | 553e5a5c568e7d175b65b0472cd6d9843b25f4c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 25 23:16:34 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 25 23:16:34 2019 +0100 |
tree | 6fb99fd7b13e225f493462ff17648bfd6b748fa3 | |
parent | a4c2a24cc7772d882289a617104fe968a15969d7 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 13db401..1f0fb6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1052, +/**/ 1051, /**/ 1050,