pub fn call_function<Args, Ret>(func: &str, args: Args) -> Result<Ret, Error>
Expand description
Binding to nvim_call_function()
.
Calls a VimL function with the given arguments, returning the result of the funtion call.
pub fn call_function<Args, Ret>(func: &str, args: Args) -> Result<Ret, Error>
Binding to nvim_call_function()
.
Calls a VimL function with the given arguments, returning the result of the funtion call.