diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-01-29 17:00:37 +0000 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2022-01-30 22:25:08 +0000 |
commit | f8f0f14db2e8096e77ed60171d360ac2605b7c80 (patch) | |
tree | 45411434005647922f9241a1940cef78938a07b5 /runtime | |
parent | a28a9aec635676873e18e1ffe8d2334dd00a7ad3 (diff) | |
download | rneovim-f8f0f14db2e8096e77ed60171d360ac2605b7c80.tar.gz rneovim-f8f0f14db2e8096e77ed60171d360ac2605b7c80.tar.bz2 rneovim-f8f0f14db2e8096e77ed60171d360ac2605b7c80.zip |
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.
https://github.com/vim/vim/commit/bdcba24d8597abd5af509c2fb9206e64e713c711
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/map.txt | 4 |
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. |