commit | 3b30168f04b8a2a2f1bbaa2f90be546550463146 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 22 21:37:39 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 22 21:37:39 2018 +0200 |
tree | 5f68dbcf6c552fecf727836399f0be17216e1d14 | |
parent | 7ff8a3cfb6b029f9af1fdf3890e1320cafce5111 [diff] [blame] |
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)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index ea829e0..3a0c6e0 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -52,6 +52,7 @@ 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