commit | 55ba4b844f1b0e44f0f2e1bd14d26e7ad2df9ffc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 13 16:53:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 13 16:53:49 2020 +0200 |
tree | 0d546b2fee0ca7db2462008b82d51c90184f253d | |
parent | ef6b979bfae82f64781d8b0ce0194c57111243d4 [diff] [blame] |
patch 8.2.0749: TERM signal test fails on FreeBSD Problem: TERM signal test fails on FreeBSD. Solution: Do not check the messages, the may appear anywhere. (Dominique Pelle, closes #6075)
diff --git a/src/version.c b/src/version.c index 7881e32..dae9357 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 749, +/**/ 748, /**/ 747,