forked from aniani/vim
patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayed
Problem: A "below" aligned text property gets 'showbreak' displayed. Solution: Do not use 'showbreak' before or in virtual text. (issue #10851)
This commit is contained in:
@@ -2311,6 +2311,7 @@ func Test_props_with_text_after()
|
||||
CheckRunVimInTerminal
|
||||
|
||||
let lines =<< trim END
|
||||
set showbreak=+++
|
||||
call setline(1, 'some text here and other text there')
|
||||
call prop_type_add('rightprop', #{highlight: 'ErrorMsg'})
|
||||
call prop_type_add('afterprop', #{highlight: 'Search'})
|
||||
|
||||
Reference in New Issue
Block a user