mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
4bcc70b2b5
commit
962e8cc1dd
@ -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))
|
||||
|
@ -677,7 +677,7 @@ static const int included_patches[] = {
|
||||
// 55 NA
|
||||
// 54 NA
|
||||
53,
|
||||
// 52,
|
||||
52,
|
||||
// 51 NA
|
||||
// 50 NA
|
||||
49,
|
||||
|
Loading…
Reference in New Issue
Block a user