commit | bfde0b482d25db43e9fc5a35c771b859b1eb8828 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 08 22:27:31 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 08 22:27:31 2018 +0200 |
tree | 72949612567980cb5f3178847a52153c6bcfc0bf | |
parent | 9fa9506853516c82851baec643aa47458cb8b3bc [diff] [blame] |
patch 8.1.0257: no test for pathshorten() Problem: No test for pathshorten(). Solution: Add a test. (Dominique Pelle, closes #3295)
diff --git a/src/version.c b/src/version.c index 8e21e98..36376e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 257, +/**/ 256, /**/ 255,