commit | 5842a748be8039fd6d267f5557fe391c6c95399d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 22:36:53 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 22:36:53 2017 +0100 |
tree | da91f132039cddc987034b22e30e816759fe2581 | |
parent | ffe010fa0363d1a04b15cc6af119a4af63ba9363 [diff] [blame] |
patch 8.0.1267: Test_swap_group may leave file behind Problem: Test_swap_group may leave file behind. Solution: Add a try/finally.
diff --git a/src/testdir/test_undo.vim b/src/testdir/test_undo.vim index bda7a44..4ea1c9b 100644 --- a/src/testdir/test_undo.vim +++ b/src/testdir/test_undo.vim
@@ -190,6 +190,7 @@ endfunc func Test_undo_write() + call delete('Xtest') split Xtest call feedkeys("ione one one\<Esc>", 'xt') w!