mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
test: normalise nvim bridge functions
- remove helpers.cur*meths - remove helpers.nvim
This commit is contained in:
@@ -5,7 +5,7 @@ local feed, command, insert = helpers.feed, helpers.command, helpers.insert
|
||||
local eq = helpers.eq
|
||||
local funcs = helpers.funcs
|
||||
local meths = helpers.meths
|
||||
local curwin = helpers.curwin
|
||||
local curwin = helpers.meths.nvim_get_current_win
|
||||
local poke_eventloop = helpers.poke_eventloop
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user