neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 8a73e60eb97a0402caf57986ece1e87b7365ae00
parent 5c41165c8e89356bdb7d1b5835d1f79725b62d2c
Author: Lewis Russell <me@lewisr.dev>
Date:   Tue, 17 May 2022 14:25:56 +0100

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

Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat:
Mtest/functional/lua/vim_spec.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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()