comparison src/testdir/test_alot.vim @ 14754:d4db9adc8642 v8.1.0389

patch 8.1.0389: :behave command is not tested commit https://github.com/vim/vim/commit/da1f71d75f0bf5d5ef876a09aa08fb19f6f24b3b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 14 20:10:32 2018 +0200 patch 8.1.0389: :behave command is not tested Problem: :behave command is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3429)
author Christian Brabandt <cb@256bit.org>
date Fri, 14 Sep 2018 20:15:05 +0200
parents 0a3b9ecf7cb8
children d6752747348a
comparison
equal deleted inserted replaced
14753:cb742b188eea 14754:d4db9adc8642
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 source test_assign.vim 4 source test_assign.vim
5 source test_backup.vim 5 source test_backup.vim
6 source test_behave.vim
6 source test_bufline.vim 7 source test_bufline.vim
7 source test_cd.vim 8 source test_cd.vim
8 source test_changedtick.vim 9 source test_changedtick.vim
9 source test_compiler.vim 10 source test_compiler.vim
10 source test_cursor_func.vim 11 source test_cursor_func.vim