From c705e3fb0b70887aaebe4973ce02acc6be45eb97 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Sun, 8 Sep 2019 14:57:45 +0200 Subject: update tests for new resize behavior (resize at pager, but not at :!cmd) --- test/functional/helpers.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/helpers.lua') diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index d50ecd2e6f..131ce7ed0b 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -689,6 +689,7 @@ end module.funcs = module.create_callindex(module.call) module.meths = module.create_callindex(module.nvim) +module.async_meths = module.create_callindex(module.nvim_async) module.uimeths = module.create_callindex(ui) module.bufmeths = module.create_callindex(module.buffer) module.winmeths = module.create_callindex(module.window) -- cgit