pub fn exec(src: &str, output: bool) -> Result<Option<String>, Error>
Binding to nvim_exec().
nvim_exec()
Executes a multiline block of Ex commands. If output is true the output is captured and returned.
output