]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/ctags.vim
HI flag
[dotfiles.git] / vim / .vim / plugin / ctags.vim
diff --git a/vim/.vim/plugin/ctags.vim b/vim/.vim/plugin/ctags.vim
deleted file mode 100644 (file)
index 644e50a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-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)