]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4565: no command line completion for :breakadd and :breakdel v8.2.4565
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Mar 2022 19:24:46 +0000 (19:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Mar 2022 19:24:46 +0000 (19:24 +0000)
commit6e2e2cc95b913e33145047e0fade5193da6e4379
tree6f4755e77b8e86590b6313bdb89f52968894c11f
parent129e33e44bdbd91d6d7cd49d96268cbed4a05f07
patch 8.2.4565: no command line completion for :breakadd and :breakdel

Problem:    No command line completion for :breakadd and :breakdel.
Solution:   Add completion for :breakadd and :breakdel. (Yegappan Lakshmanan,
            closes #9950)
runtime/doc/builtin.txt
src/cmdexpand.c
src/spellsuggest.c
src/testdir/test_cmdline.vim
src/testdir/test_writefile.vim
src/usercmd.c
src/version.c
src/vim.h