Fixed path of ctags on OSX

This commit is contained in:
Andrea Mistrali 2010-06-28 12:58:17 +00:00
parent 42110f4589
commit 7730874dec
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.i
" """"""""""""""" " """""""""""""""
" TagLIST support " TagLIST support
" """"""""""""""" " """""""""""""""
"let Tlist_Ctags_Cmd="/opt/local/bin/ctags" let Tlist_Ctags_Cmd="/opt/local/bin/ctags"
let Tlist_Exit_OnlyWindow = 1 let Tlist_Exit_OnlyWindow = 1
let Tlist_File_Fold_Auto_Close = 1 let Tlist_File_Fold_Auto_Close = 1
"let Tlist_Use_SingleClick = 0 "Do not use yet "let Tlist_Use_SingleClick = 0 "Do not use yet