Command history completion for ddc.vim
This source collects items from histget()
. It is useful for command line
completion.
https://github.com/vim-denops/denops.vim
https://github.com/Shougo/ddc.vim
call ddc#custom#patch_global('sources', ['cmdline-history'])
call ddc#custom#patch_global('sourceOptions', #{
\ cmdline-history: #{ mark: 'history' },
\ })