pub fn append(name: &str, value: &str, opts: &OptionOpts)Expand description
Appends to a var named name the supplied value value.
The current value is read as a String and modified by appending the supplied one with a
comma.
Errors are notified to Nvim via ytil_noxi::notify::error.