From 3b30168f04b8a2a2f1bbaa2f90be546550463146 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 22 Sep 2018 21:37:39 +0200 Subject: patch 8.1.0428: the :suspend command is not tested Problem: The :suspend command is not tested. Solution: Add a test. (Dominique Pelle, closes #3472) --- 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 ea829e060d..3a0c6e0422 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -52,6 +52,7 @@ source test_set.vim source test_sort.vim source test_sha256.vim source test_statusline.vim +source test_suspend.vim source test_syn_attr.vim source test_tabline.vim source test_tabpage.vim -- cgit v1.2.3