mirror of
https://github.com/akelge/zsh
synced 2025-07-03 21:19:06 +00:00
Fixed path of ctags on OSX
This commit is contained in:
@ -101,7 +101,7 @@ set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.i
|
||||
" """""""""""""""
|
||||
" 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_File_Fold_Auto_Close = 1
|
||||
"let Tlist_Use_SingleClick = 0 "Do not use yet
|
||||
|
Reference in New Issue
Block a user