mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -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:
committed by
Bram Moolenaar
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,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user