vim-patch:8.0.0052 (#7057)

Problem:    Conceal test passes even without the bug fix.
Solution:   Add a redraw command. (Christian Brabandt)

35a1f59d63
This commit is contained in:
KunMing Xie 2017-07-23 00:59:14 +08:00 committed by Justin M. Keyes
parent 4bcc70b2b5
commit 962e8cc1dd
2 changed files with 2 additions and 1 deletions

View File

@ -277,6 +277,7 @@ function! Test_matchadd_and_syn_conceal()
call assert_notequal(screenattr(1, 11) , screenattr(1, 12))
call assert_equal(screenattr(1, 11) , screenattr(1, 32))
call matchadd('CheckedByCoq', '\%<2l\%>9c\%<16c')
redraw!
call assert_equal(expect, s:screenline(1))
call assert_notequal(screenattr(1, 10) , screenattr(1, 11))
call assert_notequal(screenattr(1, 11) , screenattr(1, 12))

View File

@ -677,7 +677,7 @@ static const int included_patches[] = {
// 55 NA
// 54 NA
53,
// 52,
52,
// 51 NA
// 50 NA
49,