1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-06-10 13:12:28 +02:00
parent 517f00f788
commit 0e390f40e9
3 changed files with 9 additions and 6 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
942,
/**/
941,
/**/