]> granicus.if.org Git - vim/commit
patch 8.2.3433: :delcommand does not take a -buffer option v8.2.3433
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Sep 2021 18:58:02 +0000 (20:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Sep 2021 18:58:02 +0000 (20:58 +0200)
commitbdcba24d8597abd5af509c2fb9206e64e713c711
tree22c00c9bdf6106cb95483c667759b0c846c68203
parentca0627df69c29508f6f797bef27a1f5fa9a447d3
patch 8.2.3433: :delcommand does not take a -buffer option

Problem:    :delcommand does not take a -buffer option.
Solution:   Add the -buffer option.
runtime/doc/map.txt
src/errors.h
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c