diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-18 12:49:50 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-18 13:07:59 -0400 |
commit | abeb2f020fe5cd265b8098d5fe000ca0ec20dcfe (patch) | |
tree | 3f43059e07bad1645712f3355e182dc278f0b779 /test/functional/ui/highlight_spec.lua | |
parent | 86b138b25de6b0699329fab25df152bbf7ddab63 (diff) | |
download | rneovim-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.lua | 1 |
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') |