Function set_vvar

Source
pub fn set_vvar<Var>(name: &str, value: Var) -> Result<(), Error>
where Var: ToObject,
Expand description

Binding to nvim_set_vvar().

Sets a v: variable, if it’s not readonly.