Function exec

Source
pub fn exec(src: &str, output: bool) -> Result<Option<String>, Error>
👎Deprecated since 0.5.0: use exec2 instead
Expand description

Binding to nvim_exec().

Executes a multiline block of Ex commands. If output is true the output is captured and returned.