mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(statuscolumn): %l should follow default wrap behavior (#21766)
This commit is contained in:
parent
2302ca4700
commit
bbdded5cf7
@ -210,6 +210,8 @@ describe('statuscolumn', function()
|
||||
{1:10│ }aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{0:@@@}|
|
||||
|
|
||||
]])
|
||||
command("set stc=%C%s%=%l│\\ ")
|
||||
screen:expect_unchanged()
|
||||
command('set signcolumn=auto:2 foldcolumn=auto')
|
||||
command('sign define piet1 text=>> texthl=LineNr')
|
||||
command('sign define piet2 text=>! texthl=NonText')
|
||||
|
Loading…
Reference in New Issue
Block a user