]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/pack/stargrave/start/ctags/plugin/ctags.vim
v: are not required in vim9script
[dotfiles.git] / vim / .vim / pack / stargrave / start / ctags / plugin / ctags.vim
1 vim9script
2 if exists("*ctags#Do") | finish | endif
3 command! -nargs=1 Ctags silent call ctags#Do(<f-args>, false, false)
4 command! -nargs=1 Ctagsv silent call ctags#Do(<f-args>, true, false)
5 command! -nargs=1 Ctagscmd call ctags#Do(<f-args>, true, true)