mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: add some tests for SafeState autocommand
This commit is contained in:
@@ -17,7 +17,6 @@ describe('state() function', function()
|
||||
function _G.Get_state_mode()
|
||||
_G.res = { vim.fn.state(), vim.api.nvim_get_mode().mode:sub(1, 1) }
|
||||
end
|
||||
|
||||
function _G.Run_timer()
|
||||
local timer = vim.uv.new_timer()
|
||||
timer:start(0, 0, function()
|
||||
|
||||
Reference in New Issue
Block a user