]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1505: not possible to return completion type for :ex command v9.1.1505
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Thu, 3 Jul 2025 17:57:00 +0000 (19:57 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 3 Jul 2025 17:57:00 +0000 (19:57 +0200)
commit5d2354fc07b642f8835bef27e6dd46ee705726b5
tree07d5b6ea8b8c673a1889d3cb8d2934a2c6614587
parent20eb68a8f29008fe9041e60b920246f64ee29335
patch 9.1.1505: not possible to return completion type for :ex command

Problem:  not possible to return command-line completion type for :ex
          command
Solution: make getcmdcompltype() accept an optional and return the
          command-line completion for that arg (Shougo Matsushita).

closes: #17606

Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/doc/usr_41.txt
runtime/doc/version9.txt
src/evalfunc.c
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c