mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix: use nvim namespace convention #34010
This commit is contained in:
committed by
GitHub
parent
fed9069b8d
commit
62ba6e8a76
@ -2636,8 +2636,7 @@ 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 =
|
||||
api.nvim_get_autocmds({ group = 'ShaDaCommands', event = 'BufReadCmd' })
|
||||
local bufread_commands = api.nvim_get_autocmds({ group = 'nvim.shada', 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