diff options
Diffstat (limited to 'test/functional/terminal')
-rw-r--r-- | test/functional/terminal/highlight_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/highlight_spec.lua b/test/functional/terminal/highlight_spec.lua index 1eb7223dce..28ca07d815 100644 --- a/test/functional/terminal/highlight_spec.lua +++ b/test/functional/terminal/highlight_spec.lua @@ -306,7 +306,7 @@ describe('synIDattr()', function() it('returns "1" if group has given highlight attribute', function() local hl_attrs = { - 'underline', 'underlineline', 'undercurl', 'underdot', 'underdash', 'strikethrough' + 'underline', 'undercurl', 'underdouble', 'underdotted', 'underdashed', 'strikethrough' } for _,hl_attr in ipairs(hl_attrs) do local context = 'using ' .. hl_attr .. ' attr' |