summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-09-12 20:58:02 +0200
committerBram Moolenaar <Bram@vim.org>2021-09-12 20:58:02 +0200
commitbdcba24d8597abd5af509c2fb9206e64e713c711 (patch)
tree22c00c9bdf6106cb95483c667759b0c846c68203 /runtime/doc/map.txt
parentca0627df69c29508f6f797bef27a1f5fa9a447d3 (diff)
patch 8.2.3433: :delcommand does not take a -buffer optionv8.2.3433
Problem: :delcommand does not take a -buffer option. Solution: Add the -buffer option.
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 952abd6a02..38687043b1 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1368,6 +1368,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.