aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-06-18 12:49:50 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-06-18 13:07:59 -0400
commitabeb2f020fe5cd265b8098d5fe000ca0ec20dcfe (patch)
tree3f43059e07bad1645712f3355e182dc278f0b779 /test/functional/ui/highlight_spec.lua
parent86b138b25de6b0699329fab25df152bbf7ddab63 (diff)
downloadrneovim-abeb2f020fe5cd265b8098d5fe000ca0ec20dcfe.tar.gz
rneovim-abeb2f020fe5cd265b8098d5fe000ca0ec20dcfe.tar.bz2
rneovim-abeb2f020fe5cd265b8098d5fe000ca0ec20dcfe.zip
test/highlight_spec: Test "gui" arg of synIDattr().
Also use less "regular" values for cterm colors.
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-rw-r--r--test/functional/ui/highlight_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua
index b156f13885..6ef40fff62 100644
--- a/test/functional/ui/highlight_spec.lua
+++ b/test/functional/ui/highlight_spec.lua
@@ -38,7 +38,6 @@ describe('manual syntax highlight', function()
os.remove('Xtest-functional-ui-highlight.tmp.vim')
end)
- -- test with "set hidden" even if the bug did not occur this way
it("works with buffer switch and 'hidden'", function()
execute('e tmp1.vim')
execute('e Xtest-functional-ui-highlight.tmp.vim')