commit | 159563b439d1b2a61d1003430b6c9f2a8509b5c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 17:21:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 17:21:26 2020 +0100 |
tree | 69152b72a123d492291d239243e257e03662d230 | |
parent | 171fb923b8f8da9fb0db1c8c86e35cf4e1339000 [diff] [blame] |
patch 8.2.1917: no test for improved Man command Problem: No test for improved Man command. Solution: Test that shell arguments are properly escaped.
diff --git a/src/version.c b/src/version.c index f1beb91..32c42a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1917, +/**/ 1916, /**/ 1915,