comparison src/testdir/test_popupwin.vim @ 18070:873068e19e1f v8.1.2030

patch 8.1.2030: tests fail when build with normal features and terminal Commit: https://github.com/vim/vim/commit/997d42427eaab889058eb047e08d55de9e4a968a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 21:23:40 2019 +0200 patch 8.1.2030: tests fail when build with normal features and terminal Problem: Tests fail when build with normal features and terminal. (Dominique Pelle) Solution: Disable tests that won't work. (closes #4932)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 21:30:03 +0200
parents 56032a704448
children 687d08fee911
comparison
equal deleted inserted replaced
18069:1f52c157c2e9 18070:873068e19e1f
1134 bwipe! 1134 bwipe!
1135 endfunc 1135 endfunc
1136 1136
1137 func Test_popup_beval() 1137 func Test_popup_beval()
1138 CheckScreendump 1138 CheckScreendump
1139 CheckFeature balloon_eval
1139 1140
1140 let lines =<< trim END 1141 let lines =<< trim END
1141 call setline(1, range(1, 20)) 1142 call setline(1, range(1, 20))
1142 call setline(5, 'here is some text to hover over') 1143 call setline(5, 'here is some text to hover over')
1143 set balloonevalterm 1144 set balloonevalterm