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:
Jan Edmund Lazo
2020-10-04 18:50:00 -04:00
parent 8bd38863e6
commit b35b7222ee

View File

@@ -380,7 +380,7 @@ func Test_undofile_truncated()
endfor
bwipe!
" call delete('Xundofile')
call delete('Xundofile')
endfunc
func Test_rundo_errors()