mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
6b8a365465
commit
2f1e6ca773
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user