pub fn del_user_command(name: &str) -> Result<()>
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.