quit_on_open and other functionality is present for implementations e.g. open tab_drop.
Oversights during migration:
- Those parameters are missing from the meta documentation and should be added as a second
opts parameter nvim_tree.api.node.open.Opts
opts is not passed through to all functions in impl.lua
node.open.drop is not present in meta/doc
An audit of api impl and meta should be done to ensure that all parameters are present and all functions are documented.
quit_on_openand other functionality is present for implementations e.g.opentab_drop.Oversights during migration:
optsparameternvim_tree.api.node.open.Optsoptsis not passed through to all functions inimpl.luanode.open.dropis not present in meta/docAn audit of api impl and meta should be done to ensure that all parameters are present and all functions are documented.