mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +00:00
Merge #7917 'API: buffer updates'
This commit is contained in:
@@ -5,7 +5,7 @@ local eq, eval = helpers.eq, helpers.eval
|
||||
local command = helpers.command
|
||||
local meths = helpers.meths
|
||||
|
||||
describe('highlight api',function()
|
||||
describe('API: highlight',function()
|
||||
local expected_rgb = {
|
||||
background = Screen.colors.Yellow,
|
||||
foreground = Screen.colors.Red,
|
||||
|
||||
Reference in New Issue
Block a user