mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-18 21:55:48 +08:00
6 lines
163 B
VimL
6 lines
163 B
VimL
|
augroup help_versions
|
||
|
autocmd! FileType vim,help call helpful#setup()
|
||
|
augroup END
|
||
|
|
||
|
command! -nargs=+ -complete=help HelpfulVersion call helpful#lookup(<q-args>)
|