aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/functional/ui/highlight_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua
index 87c632c6e0..1cfbd09852 100644
--- a/test/functional/ui/highlight_spec.lua
+++ b/test/functional/ui/highlight_spec.lua
@@ -856,14 +856,14 @@ describe('CursorLine and CursorLineNr highlights', function()
|
]])
- command('set fillchars=colorc:|')
+ command('set fillchars=colorc:.')
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)