Skip to content

Commit

Permalink
patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal f…
Browse files Browse the repository at this point in the history
…eature

Problem:    Test_popup_atcursor_pos() fails without the conceal feature.
Solution:   Add a check for the conceal feature. (Dominique Pellé,
            closes #8505)
  • Loading branch information
dpelle authored and brammool committed Jul 3, 2021
1 parent fb773a3 commit c60e959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test_popupwin.vim
Expand Up @@ -1437,6 +1437,7 @@ endfunc

func Test_popup_atcursor_pos()
CheckScreendump
CheckFeature conceal

let lines =<< trim END
call setline(1, repeat([repeat('-', 60)], 15))
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -755,6 +755,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3094,
/**/
3093,
/**/
Expand Down

0 comments on commit c60e959

Please sign in to comment.