Function nvim_oxi_api::get_commands
source ยท pub fn get_commands(
opts: &GetCommandsOpts
) -> Result<impl SuperIterator<CommandInfos>, Error>Expand description
Binding to nvim_get_commands().
Returns an iterator over the infos of the global ex commands. Only user-defined commands are returned, not builtin ones.