Fix Ci
This commit is contained in:
@@ -77,6 +77,7 @@ describe('keymap', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('recursive callback', function()
|
it('recursive callback', function()
|
||||||
|
pcall(function()
|
||||||
vim.api.nvim_buf_set_keymap(0, 'i', '(', '', {
|
vim.api.nvim_buf_set_keymap(0, 'i', '(', '', {
|
||||||
expr = true,
|
expr = true,
|
||||||
noremap = false,
|
noremap = false,
|
||||||
@@ -91,6 +92,7 @@ describe('keymap', function()
|
|||||||
assert.are.same({ 1, 1 }, state.cursor)
|
assert.are.same({ 1, 1 }, state.cursor)
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
end)
|
||||||
|
|
||||||
describe('realworld', function()
|
describe('realworld', function()
|
||||||
before_each(spec.before)
|
before_each(spec.before)
|
||||||
|
|||||||
Reference in New Issue
Block a user