vim-patch:8.2.3433: :delcommand does not take a -buffer option

Problem:    :delcommand does not take a -buffer option.
Solution:   Add the -buffer option.
bdcba24d85
This commit is contained in:
Sean Dewar
2022-01-29 17:00:37 +00:00
parent a28a9aec63
commit f8f0f14db2
3 changed files with 47 additions and 6 deletions

View File

@@ -1241,6 +1241,10 @@ See |:verbose-cmd| for more information.
:delc[ommand] {cmd} *:delc* *:delcommand* *E184*
Delete the user-defined command {cmd}.
:delc[ommand] -buffer {cmd} *E1237*
Delete the user-defined command {cmd} that was defined
for the current buffer.
:comc[lear] *:comc* *:comclear*
Delete all user-defined commands.