commit | 6a33ef0deb5c75c003a9f3bd1c57f3ca5e77327e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 22:42:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 22:42:48 2020 +0200 |
tree | 1c34b542dbc6768a7fe26ffadabf0657d6a3d291 | |
parent | 58dbef330c42511f9d7d3b3990c73387041f3f3f [diff] [blame] |
patch 8.2.1741: pathshorten() only supports using one character Problem: pathshorten() only supports using one character. Solution: Add an argument to control the length. (closes #7006)
diff --git a/src/version.c b/src/version.c index 4295f2f..2258be9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1741, +/**/ 1740, /**/ 1739,