diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-01-25 18:46:56 +0000 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-01-25 18:46:56 +0000 |
commit | 726d6269a68a89ca79cb995492a5cc5e0361e721 (patch) | |
tree | 53ddb0645e09cce389d820c1c9de656efca4dd2f /test | |
parent | d6ccb60a1c75f49255940009abd3bb740bb461af (diff) | |
parent | 9837de570c5972f98e74848edc97c297a13136ea (diff) | |
download | rneovim-726d6269a68a89ca79cb995492a5cc5e0361e721.tar.gz rneovim-726d6269a68a89ca79cb995492a5cc5e0361e721.tar.bz2 rneovim-726d6269a68a89ca79cb995492a5cc5e0361e721.zip |
Merge branch 'colorcolchar' into 20230125_mix
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/ui/highlight_spec.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua index 288c2a214f..61abe341c7 100644 --- a/test/functional/ui/highlight_spec.lua +++ b/test/functional/ui/highlight_spec.lua @@ -859,13 +859,14 @@ describe('CursorLine and CursorLineNr highlights', function() | ]]) + command('set fillchars=colorcol:.') command('set colorcolumn=3') feed('i <esc>') screen:expect([[ - {1:{} {7: } | + {1:{} {7:.} | "{2:a}{7:"} : {3:abc} {3:// 10;} | - {1:}} {7: } | - {5: ^ }{7: }{5: }| + {1:}} {7:.} | + {5: ^ }{7:.}{5: }| | ]]) end) |