aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/ui/highlight_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua
index af6ae5bf46..2ec10d149f 100644
--- a/test/functional/ui/highlight_spec.lua
+++ b/test/functional/ui/highlight_spec.lua
@@ -31,7 +31,7 @@ describe('highlight: `:syntax manual`', function()
clear()
screen = Screen.new(20, 5)
screen:attach()
- --syntax highlight for vimcscripts "echo"
+ -- syntax highlight for vimscript's "echo"
screen:set_default_attr_ids({
[0] = { bold = true, foreground = Screen.colors.Blue },
[1] = { bold = true, foreground = Screen.colors.Brown },