mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
feat(column)!: rework 'statuscolumn' %r/l items
Problem: A custom 'statuscolumn' needs to check a bunch of options and placed signs to replicate the default number column. Solution: Rework %l item to include the necessary logic to mimic the default number column. Remove now redundant %r item.
This commit is contained in:
@ -1532,9 +1532,9 @@ describe('float window', function()
|
||||
[2:----------------------------------------]|*6
|
||||
[3:----------------------------------------]|
|
||||
## grid 2
|
||||
{20:1}{19: }{20: }{22:^x}{21: }|
|
||||
{14:2}{19: }{14: }{22:y} |
|
||||
{14:3}{19: }{14: }{22: } |
|
||||
{20: 1}{19: }{22:^x}{21: }|
|
||||
{14: 2}{19: }{22:y} |
|
||||
{14: 3}{19: }{22: } |
|
||||
{0:~ }|*3
|
||||
## grid 3
|
||||
|
|
||||
@ -1545,9 +1545,9 @@ describe('float window', function()
|
||||
]], float_pos={[4] = {1001, "NW", 1, 4, 10, true}}}
|
||||
else
|
||||
screen:expect{grid=[[
|
||||
{20:1}{19: }{20: }{22:^x}{21: }|
|
||||
{14:2}{19: }{14: }{22:y} |
|
||||
{14:3}{19: }{14: }{22: } {15:x } |
|
||||
{20: 1}{19: }{22:^x}{21: }|
|
||||
{14: 2}{19: }{22:y} |
|
||||
{14: 3}{19: }{22: } {15:x } |
|
||||
{0:~ }{15:y }{0: }|
|
||||
{0:~ }{15: }{0: }|*2
|
||||
|
|
||||
|
Reference in New Issue
Block a user