pub fn del_user_command(name: &str) -> Result<(), Error>Expand description
Binding to nvim_del_user_command().
Deletes a global user-defined command. Use Buffer::del_user_command to
delete a buffer-local command.
pub fn del_user_command(name: &str) -> Result<(), Error>Binding to nvim_del_user_command().
Deletes a global user-defined command. Use Buffer::del_user_command to
delete a buffer-local command.