소스 검색

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

Emmanuel Bouthenot 14 년 전
부모
커밋
7f977f8d14
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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