From da1f71d75f0bf5d5ef876a09aa08fb19f6f24b3b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 14 Sep 2018 20:10:32 +0200 Subject: patch 8.1.0389: :behave command is not tested Problem: :behave command is not tested. Solution: Add a test. (Dominique Pelle, closes #3429) --- src/testdir/test_alot.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/test_alot.vim') diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 7d300a4dac..ea829e060d 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -3,6 +3,7 @@ source test_assign.vim source test_backup.vim +source test_behave.vim source test_bufline.vim source test_cd.vim source test_changedtick.vim -- cgit v1.2.3