Merge #7917 'API: buffer updates'

This commit is contained in:
Justin M. Keyes
2018-06-08 10:13:04 +02:00
18 changed files with 1337 additions and 74 deletions

View File

@@ -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,