mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
test: typing for helpers.meths
This commit is contained in:
@@ -28,8 +28,8 @@ describe('ext_hlstate detailed highlights', function()
|
||||
insert([[
|
||||
these are some lines
|
||||
with colorful text]])
|
||||
meths.buf_add_highlight(0, -1, 'String', 0, 10, 14)
|
||||
meths.buf_add_highlight(0, -1, 'Statement', 1, 5, -1)
|
||||
meths.nvim_buf_add_highlight(0, -1, 'String', 0, 10, 14)
|
||||
meths.nvim_buf_add_highlight(0, -1, 'Statement', 1, 5, -1)
|
||||
command('/th co')
|
||||
|
||||
screen:expect(
|
||||
|
||||
Reference in New Issue
Block a user