aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2023-01-14 23:21:29 -0700
committerJosh Rahm <joshuarahm@gmail.com>2023-01-14 23:21:29 -0700
commit451985e92c56f09f50ac5bc6a056965f8c254fc5 (patch)
treeff2f71bc356e433fa9aa621e024f0b827263c89c /test/functional/ui/highlight_spec.lua
parent3e0218e7a0c47e2ce0aad11b635944cdd9b75c65 (diff)
parent9cd203045963095d16e17504aad76d3518d8d826 (diff)
downloadrneovim-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.lua7
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)