diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-01-31 21:13:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-01-31 21:13:42 +0100 |
commit | 705724e430abd10ffdd5f1a2bb5a8f9223ff5cdd (patch) | |
tree | 51489385f1e182edb46c39108fda58e4b118eea3 /src/testdir/test_highlight.vim | |
parent | a259d8d30bc289764925fc42db1dbe774f0bb3f8 (diff) | |
download | vim-git-705724e430abd10ffdd5f1a2bb5a8f9223ff5cdd.tar.gz |
patch 8.2.0186: a couple of tests may fail when features are missingv8.2.0186
Problem: A couple of tests may fail when features are missing.
Solution: Check for features. (Dominique Pelle, closes #5561)
Diffstat (limited to 'src/testdir/test_highlight.vim')
-rw-r--r-- | src/testdir/test_highlight.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_highlight.vim b/src/testdir/test_highlight.vim index f63abee49..f718e90df 100644 --- a/src/testdir/test_highlight.vim +++ b/src/testdir/test_highlight.vim @@ -622,6 +622,7 @@ endfunc func Test_wincolor_listchars() CheckScreendump + CheckFeature conceal let lines =<< trim END call setline(1, ["one","\t\tsome random text enough long to show 'extends' and 'precedes' includingnbsps, preceding tabs and trailing spaces ","three"]) |