comparison src/testdir/check.vim @ 19273:a4b65930a0dc v8.2.0195

patch 8.2.0195: some tests fail when run in the GUI Commit: https://github.com/vim/vim/commit/3180fe6c6dc0728d21c6318b957022b029c234f0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 2 13:47:06 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Feb 2020 14:00:05 +0100
parents 77cce0439714
children 810eee1b42e3
comparison
equal deleted inserted replaced
19272:4bebe4172547 19273:a4b65930a0dc
1 source shared.vim 1 source shared.vim
2 source term_util.vim
2 3
3 command -nargs=1 MissingFeature throw 'Skipped: ' .. <args> .. ' feature missing' 4 command -nargs=1 MissingFeature throw 'Skipped: ' .. <args> .. ' feature missing'
4 5
5 " Command to check for the presence of a feature. 6 " Command to check for the presence of a feature.
6 command -nargs=1 CheckFeature call CheckFeature(<f-args>) 7 command -nargs=1 CheckFeature call CheckFeature(<f-args>)