summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-19 16:09:46 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-19 16:09:46 +0100
commit4520d440c59034452d1450b27fcd56825c090687 (patch)
treed2391f9fa0bc3da5960768bca6519de0c251feb6 /src/testdir/test_alot.vim
parentee85df37634dfb0c40ae5de0b4f246aef460b392 (diff)
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.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 8cbd60140d..33fba67c2a 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