aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/float_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-17 06:33:15 +0800
committerGitHub <noreply@github.com>2024-06-17 06:33:15 +0800
commit7746c54e108ebfccde5fa8748deab31e996d412d (patch)
tree8003189cf17f40eb2f299ed278f7426554341990 /test/functional/ui/float_spec.lua
parentc3cb56d8ec2cab6842a8678c84d7fed4776822ca (diff)
parentad70c9892d5b5ebcc106742386c99524f074bcea (diff)
downloadrneovim-7746c54e108ebfccde5fa8748deab31e996d412d.tar.gz
rneovim-7746c54e108ebfccde5fa8748deab31e996d412d.tar.bz2
rneovim-7746c54e108ebfccde5fa8748deab31e996d412d.zip
Merge pull request #29357 from luukvbaal/statuscol
feat(column)!: rework 'statuscolumn' %r/l items
Diffstat (limited to 'test/functional/ui/float_spec.lua')
-rw-r--r--test/functional/ui/float_spec.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/functional/ui/float_spec.lua b/test/functional/ui/float_spec.lua
index cdaae6cfee..7aff47e50e 100644
--- a/test/functional/ui/float_spec.lua
+++ b/test/functional/ui/float_spec.lua
@@ -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
|