commit | c7d2a57b3a076f6ecb16f93c0b09280c4b3b4175 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 21:16:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 21:16:06 2019 +0100 |
tree | 0af2e4cceb9e0764dfec04ebf174d6792affb444 | |
parent | 31ff2e1b43f5c85fdabfcfce93192405e6e559e2 [diff] [blame] |
patch 8.1.2355: test with "man" fails on FreeBSD Problem: Test with "man" fails on FreeBSD. Solution: Use "-P" instead of "--pager".
diff --git a/src/version.c b/src/version.c index b3b48d4..4ca5c0f 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2355, +/**/ 2354, /**/ 2353,