Skip to content

Commit 106dc39

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents 77f2a92 + 35a1f59 commit 106dc39

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
@@ -779,6 +779,8 @@ static char *(features[]) =
779779

780780
static int included_patches[] =
781781
{ /* Add new patch number below this line */
782+
/**/
783+
52,
782784
/**/
783785
51,
784786
/**/

0 commit comments

Comments
 (0)