1
0
forked from aniani/vim

patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."

Problem:    Fnamemodify() does not apply ":~" when followed by ":.".
Solution:   Don't let a failing ":." cause the ":~" to be skipped. (Yasuhiro
            Matsumoto, closes #5577)
This commit is contained in:
Bram Moolenaar
2020-02-04 22:23:09 +01:00
parent bfe1204312
commit d816cd94d8
4 changed files with 39 additions and 6 deletions

View File

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