mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -2644,7 +2644,8 @@ describe('plugin/shada.vim', function()
|
||||
wshada('\004\000\009\147\000\196\002ab\196\001a')
|
||||
wshada_tmp('\004\000\009\147\000\196\002ab\196\001b')
|
||||
|
||||
local bufread_commands = meths.get_autocmds({ group = 'ShaDaCommands', event = 'BufReadCmd' })
|
||||
local bufread_commands =
|
||||
meths.nvim_get_autocmds({ group = 'ShaDaCommands', event = 'BufReadCmd' })
|
||||
eq(2, #bufread_commands--[[, vim.inspect(bufread_commands) ]])
|
||||
|
||||
-- Need to set nohidden so that the buffer containing 'fname' is not unloaded
|
||||
|
||||
Reference in New Issue
Block a user