mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
api: allow nvim_buf_attach from lua using callbacks
This commit is contained in:
@@ -760,7 +760,7 @@ describe('API: buffer events:', function()
|
||||
it('returns a proper error on nonempty options dict', function()
|
||||
clear()
|
||||
local b = editoriginal(false)
|
||||
expect_err("dict isn't empty", buffer, 'attach', b, false, {builtin="asfd"})
|
||||
expect_err("unexpected key: builtin", buffer, 'attach', b, false, {builtin="asfd"})
|
||||
end)
|
||||
|
||||
it('nvim_buf_attach returns response after delay #8634', function()
|
||||
|
||||
Reference in New Issue
Block a user