summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-22 21:37:39 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-22 21:37:39 +0200
commit3b30168f04b8a2a2f1bbaa2f90be546550463146 (patch)
tree5f68dbcf6c552fecf727836399f0be17216e1d14 /src/testdir/test_alot.vim
parent7ff8a3cfb6b029f9af1fdf3890e1320cafce5111 (diff)
patch 8.1.0428: the :suspend command is not testedv8.1.0428
Problem: The :suspend command is not tested. Solution: Add a test. (Dominique Pelle, closes #3472)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
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