]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0768: too many delete() calls in tests v9.0.0768
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 20:35:56 +0000 (21:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 20:35:56 +0000 (21:35 +0100)
commit5b148ef2628251b2d79f78c65a614f8aca404329
tree73fa81a9f7091799d9de2e5cfa0fd8b6434ae1de
parentc4860bdd2832feb7ab054c6dc14f68abe24c2373
patch 9.0.0768: too many delete() calls in tests

Problem:    Too many delete() calls in tests.
Solution:   Use deferred delete where possible.
src/testdir/test_undo.vim
src/testdir/test_user_func.vim
src/testdir/test_usercommands.vim
src/testdir/test_viminfo.vim
src/testdir/test_vimscript.vim
src/testdir/test_visual.vim
src/version.c