summaryrefslogtreecommitdiffstats
path: root/src/testdir/check.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-02 13:47:06 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-02 13:47:06 +0100
commit3180fe6c6dc0728d21c6318b957022b029c234f0 (patch)
tree0217a018ee9c4011810e988396e775fe3ef9ecaa /src/testdir/check.vim
parent3c01c4a02897163996639f6f2604c68eab2bd18b (diff)
patch 8.2.0195: some tests fail when run in the GUIv8.2.0195
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.
Diffstat (limited to 'src/testdir/check.vim')
-rw-r--r--src/testdir/check.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/check.vim b/src/testdir/check.vim
index 6efa348e5a..687610195b 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'