pub fn exec_vim_script( src: &str, opts: Option<ExecOpts>, ) -> Option<Option<String>>
Executes Vimscript source code and returns the output if any.
Errors are reported to Nvim via crate::notify::error.
crate::notify::error