Function exec

Source
pub fn exec(src: &str, output: bool) -> Result<Option<String>, Error>
Expand description

Binding to nvim_exec.

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