diff 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
line wrap: on
line diff
--- 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