aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2022-01-31 01:04:10 +0000
committerGitHub <noreply@github.com>2022-01-31 01:04:10 +0000
commit2870311a37314135b73e0ee54b41da86c9540a39 (patch)
tree8e1a1f1475b322c613a4886e37600b57824ef746 /runtime
parentd38f81849bac5cf8fb95643f4f01a45c68d5370c (diff)
parentc91fbc1b9e8b56e260555b14cd3bc4b9b4874037 (diff)
downloadrneovim-2870311a37314135b73e0ee54b41da86c9540a39.tar.gz
rneovim-2870311a37314135b73e0ee54b41da86c9540a39.tar.bz2
rneovim-2870311a37314135b73e0ee54b41da86c9540a39.zip
Merge pull request #17239 from seandewar/vim-8.2.3629
vim-patch:8.2.{3433,3629}
Diffstat (limited to 'runtime')
-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 9244638788..2d2795b1ca 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -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.