vim9script if exists("*ctags#Do") | finish | endif command! -nargs=1 Ctags silent call ctags#Do(, false, false) command! -nargs=1 Ctagsv silent call ctags#Do(, true, false) command! -nargs=1 Ctagscmd call ctags#Do(, true, true)