diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-08 14:57:45 +0200 |
|---|---|---|
| committer | Björn Linse <bjorn.linse@gmail.com> | 2019-09-08 15:24:14 +0200 |
| commit | c705e3fb0b70887aaebe4973ce02acc6be45eb97 (patch) | |
| tree | d09e86ecd2f61d8e93175bceefa1468df0c586e3 /test/functional/helpers.lua | |
| parent | 19993bca4afaade5d0fbaf132ff66064370bacb0 (diff) | |
| download | rneovim-c705e3fb0b70887aaebe4973ce02acc6be45eb97.tar.gz rneovim-c705e3fb0b70887aaebe4973ce02acc6be45eb97.tar.bz2 rneovim-c705e3fb0b70887aaebe4973ce02acc6be45eb97.zip | |
update tests for new resize behavior (resize at pager, but not at :!cmd)
Diffstat (limited to 'test/functional/helpers.lua')
| -rw-r--r-- | test/functional/helpers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
