]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2234: get_short_pathname() fails depending on encoding v8.1.2234
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Oct 2019 03:10:06 +0000 (04:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Oct 2019 03:10:06 +0000 (04:10 +0100)
commit3f39697b73f661d6900c7cf5430d967a129660d7
tree2da749fd7cde4051bc15f9b35646d6526a0a2cdc
parent69bf634858a2a75f2984e42b1e4017bc529a040a
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)
src/filepath.c
src/testdir/test_shortpathname.vim
src/version.c