1
0
forked from aniani/vim

patch 9.0.0463: command line test leaves directory behind

Problem:    Command line test leaves directory behind.
Solution:   Use the "R" flag on the first mkdir(). (Dominique Pellé,
            closes #11127)
This commit is contained in:
Dominique Pelle
2022-09-14 12:51:49 +01:00
committed by Bram Moolenaar
parent 98b373075e
commit febe13892e
2 changed files with 4 additions and 2 deletions

View File

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