forked from aniani/vim
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291)
This commit is contained in:
@@ -90,7 +90,7 @@ func Test_win_execute()
|
||||
let line = win_execute(otherwin, 'echo getline(1)')
|
||||
call assert_match('the new window', line)
|
||||
|
||||
if has('textprop')
|
||||
if has('popupwin')
|
||||
let popupwin = popup_create('the popup win', {'line': 2, 'col': 3})
|
||||
redraw
|
||||
let line = 'echo getline(1)'->win_execute(popupwin)
|
||||
|
||||
Reference in New Issue
Block a user