diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-19 16:09:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-19 16:09:46 +0100 |
commit | 4520d440c59034452d1450b27fcd56825c090687 (patch) | |
tree | d2391f9fa0bc3da5960768bca6519de0c251feb6 /src/testdir/test_alot.vim | |
parent | ee85df37634dfb0c40ae5de0b4f246aef460b392 (diff) | |
download | vim-git-4520d440c59034452d1450b27fcd56825c090687.tar.gz |
patch 8.0.0485: not all windows commands are testedv8.0.0485
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.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 8cbd60140..33fba67c2 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -3,7 +3,6 @@ set belloff=all source test_assign.vim -source test_autocmd.vim source test_changedtick.vim source test_cursor_func.vim source test_delete.vim |