mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +00:00
vim-patch:8.1.2024: delete call commented out for debugging
Problem: Delete call commented out for debugging.
Solution: Restore the delete call. (Christian Brabandt)
9283f92008
This commit is contained in:
@@ -380,7 +380,7 @@ func Test_undofile_truncated()
|
|||||||
endfor
|
endfor
|
||||||
|
|
||||||
bwipe!
|
bwipe!
|
||||||
" call delete('Xundofile')
|
call delete('Xundofile')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_rundo_errors()
|
func Test_rundo_errors()
|
||||||
|
Reference in New Issue
Block a user