diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-04 18:50:00 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-05 18:18:14 -0400 |
commit | b35b7222eeee407d8170914cc44247c6cd194160 (patch) | |
tree | 2ecafa3274322c00defd5a5e00cc44148fcb7dcf /src | |
parent | 8bd38863e61800ece97d88e4d1543d007a5055a6 (diff) | |
download | rneovim-b35b7222eeee407d8170914cc44247c6cd194160.tar.gz rneovim-b35b7222eeee407d8170914cc44247c6cd194160.tar.bz2 rneovim-b35b7222eeee407d8170914cc44247c6cd194160.zip |
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)
https://github.com/vim/vim/commit/9283f92008accd0b797d2c913ce191b490ce3c3d
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_undo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_undo.vim b/src/nvim/testdir/test_undo.vim index 4a5825a08f..1bdc9bfd4b 100644 --- a/src/nvim/testdir/test_undo.vim +++ b/src/nvim/testdir/test_undo.vim @@ -380,7 +380,7 @@ func Test_undofile_truncated() endfor bwipe! -" call delete('Xundofile') + call delete('Xundofile') endfunc func Test_rundo_errors() |