Pārlūkot izejas kodu

vim+ctags-exuberant: make possible to use other languages than PHP.

Emmanuel Bouthenot 13 gadi atpakaļ
vecāks
revīzija
7f977f8d14
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      .vim/bin/ctags-exuberant

+ 2 - 0
.vim/bin/ctags-exuberant

@@ -2,4 +2,6 @@
 
 if echo $@|grep -- "--language-force=php" >/dev/null 2>&1 ; then
     ctags-exuberant $(echo $@ | sed 's/--language-force=php//' | sed 's/--php-types=[^ ]*//')
+else
+    ctags-exuberant $@
 fi