1
0
forked from aniani/vim

patch 8.2.2169: Vim9: test leaves file behind

Problem:    Vim9: test leaves file behind.
Solution:   Rename script files. (Dominique Pellé, closes #7511)
            Use try/finally.
This commit is contained in:
Bram Moolenaar
2020-12-20 15:43:31 +01:00
parent d24602f43c
commit 090728ad4d
3 changed files with 50 additions and 22 deletions

View File

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