diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-01-15 06:20:01 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-01-15 07:59:45 +0800 |
commit | f2056e4045a667447392f5e17c27b0f72ec7b8e0 (patch) | |
tree | d9c9360f83f137e9429f0389084085b1129002c3 /runtime/doc | |
parent | 89f45dc155d24e797c144b32de109b64368f20ea (diff) | |
download | rneovim-f2056e4045a667447392f5e17c27b0f72ec7b8e0.tar.gz rneovim-f2056e4045a667447392f5e17c27b0f72ec7b8e0.tar.bz2 rneovim-f2056e4045a667447392f5e17c27b0f72ec7b8e0.zip |
vim-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 vim/vim#9950)
https://github.com/vim/vim/commit/6e2e2cc95b913e33145047e0fade5193da6e4379
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/builtin.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index cc1d1b568d..3dc21c0d73 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -2958,7 +2958,8 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()* arglist file names in argument list augroup autocmd groups buffer buffer names - behave :behave suboptions + behave |:behave| suboptions + breakpoint |:breakadd| and |:breakdel| suboptions cmdline |cmdline-completion| result color color schemes command Ex command @@ -2974,7 +2975,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()* function function name help help subjects highlight highlight groups - history :history suboptions + history |:history| suboptions locale locale names (as output of locale -a) mapclear buffer argument mapping mapping name |