diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-01-14 23:21:29 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-01-14 23:21:29 -0700 |
commit | 451985e92c56f09f50ac5bc6a056965f8c254fc5 (patch) | |
tree | ff2f71bc356e433fa9aa621e024f0b827263c89c /test/functional/ui/highlight_spec.lua | |
parent | 3e0218e7a0c47e2ce0aad11b635944cdd9b75c65 (diff) | |
parent | 9cd203045963095d16e17504aad76d3518d8d826 (diff) | |
download | rneovim-451985e92c56f09f50ac5bc6a056965f8c254fc5.tar.gz rneovim-451985e92c56f09f50ac5bc6a056965f8c254fc5.tar.bz2 rneovim-451985e92c56f09f50ac5bc6a056965f8c254fc5.zip |
Merge branch 'colorcolchar' into HEAD
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-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) |