]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/ctags/plugin/ctags.vim
Move to vim9script
[dotfiles.git] / vim / .vim / pack / stargrave / start / ctags / plugin / ctags.vim
index 644e50a7618fd4f6691213016f8e07039bfaf9de..0f63d9e54cfe6cf2528b27c90dab13a07663f961 100644 (file)
@@ -1,4 +1,4 @@
-if exists("*ctags#do") | finish | endif
-command! -nargs=1 Ctags silent call ctags#do(<f-args>, v:false, v:false)
-command! -nargs=1 Ctagsv silent call ctags#do(<f-args>, v:true, v:false)
-command! -nargs=1 Ctagscmd call ctags#do(<f-args>, v:true, v:true)
+if exists("*ctags#Do") | finish | endif
+command! -nargs=1 Ctags silent call ctags#Do(<f-args>, v:false, v:false)
+command! -nargs=1 Ctagsv silent call ctags#Do(<f-args>, v:true, v:false)
+command! -nargs=1 Ctagscmd call ctags#Do(<f-args>, v:true, v:true)