]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0769: too many delete() calls in tests v9.0.0769
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 21:06:06 +0000 (22:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 21:06:06 +0000 (22:06 +0100)
commitdb4c94788ad70118fa1ccc5fbc821757350ac771
tree2e08a8a678c55470cb7239c0857678e7a5622ce8
parent5b148ef2628251b2d79f78c65a614f8aca404329
patch 9.0.0769: too many delete() calls in tests

Problem:    Too many delete() calls in tests.
Solution:   Use deferred delete where possible.
src/testdir/test_winbar.vim
src/testdir/test_winbuf_close.vim
src/testdir/test_window_cmd.vim
src/testdir/test_writefile.vim
src/testdir/test_xxd.vim
src/version.c