vim-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 vim/vim#4279)
137c14bb4f
This commit is contained in:
Jan Edmund Lazo 2021-12-25 17:59:30 -05:00
parent 6b8a365465
commit 2f1e6ca773

View File

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