]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0485: not all windows commands are tested v8.0.0485
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Mar 2017 15:09:46 +0000 (16:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Mar 2017 15:09:46 +0000 (16:09 +0100)
commit4520d440c59034452d1450b27fcd56825c090687
treed2391f9fa0bc3da5960768bca6519de0c251feb6
parentee85df37634dfb0c40ae5de0b4f246aef460b392
patch 8.0.0485: not all windows commands are tested

Problem:    Not all windows commands are tested.
Solution:   Add more tests for windows commands. (Dominique Pelle,
            closes #1575) Run test_autocmd separately, it interferes with
            other tests.  Fix tests that depended on side effects.
src/testdir/Make_all.mak
src/testdir/test_alot.vim
src/testdir/test_autocmd.vim
src/testdir/test_delete.vim
src/testdir/test_fnamemodify.vim
src/testdir/test_functions.vim
src/testdir/test_window_cmd.vim
src/version.c