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