mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
committed by
Justin M. Keyes
parent
a9c94f7bb0
commit
8d5a46e77b
@@ -99,5 +99,14 @@ describe('highlight api',function()
|
||||
eq(false, err)
|
||||
eq('Invalid highlight name: ',
|
||||
string.match(emsg, 'Invalid.*'))
|
||||
|
||||
-- Test "standout" attribute. #8054
|
||||
eq({ underline = true, },
|
||||
meths.get_hl_by_name('cursorline', 0));
|
||||
command('hi CursorLine cterm=standout,underline term=standout,underline gui=standout,underline')
|
||||
command('set cursorline')
|
||||
eq({ underline = true, standout = true, },
|
||||
meths.get_hl_by_name('cursorline', 0));
|
||||
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user