mirror of https://github.com/akelge/zsh
Fixed path of ctags on OSX
This commit is contained in:
parent
42110f4589
commit
7730874dec
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue