update tests for new resize behavior (resize at pager, but not at :!cmd)

This commit is contained in:
Björn Linse
2019-09-08 14:57:45 +02:00
parent 19993bca4a
commit c705e3fb0b
3 changed files with 127 additions and 9 deletions

View File

@@ -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)