From 8a73e60eb97a0402caf57986ece1e87b7365ae00 Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Tue, 17 May 2022 14:25:56 +0100 Subject: fixup: update test/functional/lua/vim_spec.lua Co-authored-by: Justin M. Keyes --- test/functional/lua/vim_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional') diff --git a/test/functional/lua/vim_spec.lua b/test/functional/lua/vim_spec.lua index 1b9bdd147c..fd05e6ec0b 100644 --- a/test/functional/lua/vim_spec.lua +++ b/test/functional/lua/vim_spec.lua @@ -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() -- cgit