mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature
Problem: Test_popup_atcursor_pos() fails without the conceal feature. Solution: Add a check for the conceal feature. (Dominique Pellé, closes #8505)
This commit is contained in:
parent
fb773a3e0a
commit
c60e959cba
@ -1437,6 +1437,7 @@ endfunc
|
||||
|
||||
func Test_popup_atcursor_pos()
|
||||
CheckScreendump
|
||||
CheckFeature conceal
|
||||
|
||||
let lines =<< trim END
|
||||
call setline(1, repeat([repeat('-', 60)], 15))
|
||||
|
@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3094,
|
||||
/**/
|
||||
3093,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user