Skip to content

Commit 35a1f59

Browse files
committed
patch 8.0.0052
Problem: Conceal test passes even without the bug fix. Solution: Add a redraw command. (Christian Brabandt)
1 parent 14207f4 commit 35a1f59

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/test_matchadd_conceal.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ function! Test_matchadd_and_syn_conceal()
281281
call assert_notequal(screenattr(1, 11) , screenattr(1, 12))
282282
call assert_equal(screenattr(1, 11) , screenattr(1, 32))
283283
call matchadd('CheckedByCoq', '\%<2l\%>9c\%<16c')
284+
redraw!
284285
call assert_equal(expect, s:screenline(1))
285286
call assert_notequal(screenattr(1, 10) , screenattr(1, 11))
286287
call assert_notequal(screenattr(1, 11) , screenattr(1, 12))

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
52,
767769
/**/
768770
51,
769771
/**/

0 commit comments

Comments
 (0)