]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0942: expanding to local dir after homedir keeps "~/" v8.2.0942
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 11:12:28 +0000 (13:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 11:12:28 +0000 (13:12 +0200)
commit0e390f40e944036fb558a63b91238cfda128d95f
treea0cfb553a4eb3b22df2f70bb5196cebe304a07d4
parent517f00f78893087d2f9d45768a5ba4dc48cb6856
patch 8.2.0942: expanding to local dir after homedir keeps "~/"

Problem:    Expanding to local dir after homedir keeps "~/".
Solution:   Adjust modify_fname(). (Christian Brabandt, closes #6205,
            closes #5979)
src/filepath.c
src/testdir/test_fnamemodify.vim
src/version.c