fixup: update test/functional/lua/vim_spec.lua

Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
This commit is contained in:
Lewis Russell
2022-05-17 14:25:56 +01:00
committed by GitHub
parent 5c41165c8e
commit 8a73e60eb9

View File

@@ -794,7 +794,7 @@ describe('lua stdlib', function()
pcall_err(exec_lua, "vim.fn.nvim_get_current_line()"))
end)
it('vim.fn can be called in fast events (if function is allowed)', function()
it('vim.fn is allowed in "fast" context by some functions #18306', function()
exec_lua([[
local timer = vim.loop.new_timer()
timer:start(0, 0, function()