comparison src/testdir/test_alot.vim @ 11197:7f355d8cd634 v8.0.0485

patch 8.0.0485: not all windows commands are tested commit https://github.com/vim/vim/commit/4520d440c59034452d1450b27fcd56825c090687 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 19 16:09:46 2017 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Mar 2017 16:15:04 +0100
parents ae45d497868f
children 290f5f6a2bac
comparison
equal deleted inserted replaced
11196:38c23a67011d 11197:7f355d8cd634
1 " A series of tests that can run in one Vim invocation. 1 " A series of tests that can run in one Vim invocation.
2 " This makes testing go faster, since Vim doesn't need to restart. 2 " This makes testing go faster, since Vim doesn't need to restart.
3 3
4 set belloff=all 4 set belloff=all
5 source test_assign.vim 5 source test_assign.vim
6 source test_autocmd.vim
7 source test_changedtick.vim 6 source test_changedtick.vim
8 source test_cursor_func.vim 7 source test_cursor_func.vim
9 source test_delete.vim 8 source test_delete.vim
10 source test_ex_undo.vim 9 source test_ex_undo.vim
11 source test_execute_func.vim 10 source test_execute_func.vim