1
0
forked from aniani/vim

patch 8.2.2665: test failures

Problem:    Test failures.
Solution:   Check more specific feature.  Add missing change.
This commit is contained in:
Bram Moolenaar
2021-03-27 19:09:02 +01:00
parent 32105ae88f
commit 7b45d46cf7
3 changed files with 5 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ def Test_balloon_show()
enddef
def Test_balloon_split()
CheckFeature balloon_eval
CheckFeature balloon_eval_term
assert_fails('balloon_split(true)', 'E1174:')
enddef