Skip to content

Commit

Permalink
test(statuscolumn): %l should follow default wrap behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoropoff authored and zeertzjq committed Jan 16, 2023
1 parent 9ccc6de commit a325c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/ui/statuscolumn_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a325c68

Please sign in to comment.