1
0
forked from aniani/vim

patch 8.0.1819: swap file warning for file with non-existing directory

Problem:    Swap file warning for a file in a non-existing directory, if there
            is another with the same file name. (Juergen Weigert)
Solution:   When expanding the file name fails compare the file names.
This commit is contained in:
Bram Moolenaar
2018-05-12 17:04:12 +02:00
parent 3f1a53c434
commit 8c3169c58e
3 changed files with 23 additions and 5 deletions

View File

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