0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 8.1.1184: undo file left behind after running test

Problem:    Undo file left behind after running test.
Solution:   Delete the undo file. (Dominique Pelle, closes #4279)
This commit is contained in:
Bram Moolenaar
2019-04-18 20:30:55 +02:00
parent b49e3563b9
commit 137c14bb4f
2 changed files with 3 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ func Test_FileChangedShell_reload()
au! testreload au! testreload
bwipe! bwipe!
call delete(undofile('Xchanged_r'))
call delete('Xchanged_r') call delete('Xchanged_r')
endfunc endfunc

View File

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