mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 18:44:32 +00:00
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: vim/vim#17606
5d2354fc07
Co-authored-by: Shougo Matsushita <Shougo.Matsu@gmail.com>