diff options
author | luukvbaal <31730729+luukvbaal@users.noreply.github.com> | 2023-01-11 02:52:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 09:52:11 +0800 |
commit | 93d99aefd314bc4abfc54c0c29a4de84b6fcc823 (patch) | |
tree | 0caeded7109412c1f37b723fd62a73e6d0b7a495 /test/functional/ui/float_spec.lua | |
parent | 08d5b4275ecaae4d3329d4ed2469782f10dd463e (diff) | |
download | rneovim-93d99aefd314bc4abfc54c0c29a4de84b6fcc823.tar.gz rneovim-93d99aefd314bc4abfc54c0c29a4de84b6fcc823.tar.bz2 rneovim-93d99aefd314bc4abfc54c0c29a4de84b6fcc823.zip |
fix(statuscolumn): fix sign column highlights (#21727)
Resolve #21726.
Diffstat (limited to 'test/functional/ui/float_spec.lua')
-rw-r--r-- | test/functional/ui/float_spec.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/functional/ui/float_spec.lua b/test/functional/ui/float_spec.lua index 038b9739a5..6759510ad1 100644 --- a/test/functional/ui/float_spec.lua +++ b/test/functional/ui/float_spec.lua @@ -1373,9 +1373,9 @@ describe('float window', function() [2:----------------------------------------]| [3:----------------------------------------]| ## grid 2 - {20:1}{21: }{19: }{20: }{22:^x}{21: }| - {14:2 }{19: }{14: }{22:y} | - {14:3 }{19: }{14: }{22: } | + {20:1}{19: }{20: }{22:^x}{21: }| + {14:2}{19: }{14: }{22:y} | + {14:3}{19: }{14: }{22: } | {0:~ }| {0:~ }| {0:~ }| @@ -1389,9 +1389,9 @@ describe('float window', function() ]], float_pos={[4] = {{id = 1001}, "NW", 1, 4, 10, true}}} else screen:expect{grid=[[ - {20:1}{21: }{19: }{20: }{22:^x}{21: }| - {14:2 }{19: }{14: }{22:y} | - {14:3 }{19: }{14: }{22: } {15:x } | + {20:1}{19: }{20: }{22:^x}{21: }| + {14:2}{19: }{14: }{22:y} | + {14:3}{19: }{14: }{22: } {15:x } | {0:~ }{15:y }{0: }| {0:~ }{15: }{0: }| {0:~ }{15: }{0: }| |