commit | 3180fe6c6dc0728d21c6318b957022b029c234f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 13:47:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 13:47:06 2020 +0100 |
tree | 0217a018ee9c4011810e988396e775fe3ef9ecaa | |
parent | 3c01c4a02897163996639f6f2604c68eab2bd18b [diff] [blame] |
patch 8.2.0195: some tests fail when run in the GUI Problem: Some tests fail when run in the GUI. Solution: Make sure the window width is enough. In the GUI run terminal Vim in the terminal, if possible.
diff --git a/src/testdir/check.vim b/src/testdir/check.vim index 6efa348..6876101 100644 --- a/src/testdir/check.vim +++ b/src/testdir/check.vim
@@ -1,4 +1,5 @@ source shared.vim +source term_util.vim command -nargs=1 MissingFeature throw 'Skipped: ' .. <args> .. ' feature missing'