commit | 3f39697b73f661d6900c7cf5430d967a129660d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 30 04:10:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 30 04:10:06 2019 +0100 |
tree | 2da749fd7cde4051bc15f9b35646d6526a0a2cdc | |
parent | 69bf634858a2a75f2984e42b1e4017bc529a040a [diff] [blame] |
patch 8.1.2234: get_short_pathname() fails depending on encoding Problem: get_short_pathname() fails depending on encoding. Solution: Use the wide version of the library function. (closes #5129)
diff --git a/src/version.c b/src/version.c index 0e92901..324f40d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2234, +/**/ 2233, /**/ 2232,