aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-06-18 13:09:01 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-06-18 13:09:01 -0400
commit1e93e24f5e6e36fa89ebbc234b8c91a21ef0b788 (patch)
tree3f43059e07bad1645712f3355e182dc278f0b779 /test/functional/ui/highlight_spec.lua
parentcbda7d85f867d3786d7f2cc7dd5e22c3575285a4 (diff)
parentabeb2f020fe5cd265b8098d5fe000ca0ec20dcfe (diff)
downloadrneovim-1e93e24f5e6e36fa89ebbc234b8c91a21ef0b788.tar.gz
rneovim-1e93e24f5e6e36fa89ebbc234b8c91a21ef0b788.tar.bz2
rneovim-1e93e24f5e6e36fa89ebbc234b8c91a21ef0b788.zip
Merge #4851
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')