diff src/version.c @ 22385:770fe121ca64 v8.2.1741

patch 8.2.1741: pathshorten() only supports using one character Commit: https://github.com/vim/vim/commit/6a33ef0deb5c75c003a9f3bd1c57f3ca5e77327e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 22:42:48 2020 +0200 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 https://github.com/vim/vim/issues/7006)
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Sep 2020 22:45:06 +0200
parents 82d92f6c756c
children 36f13f35bd78
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1741,
+/**/
     1740,
 /**/
     1739,