ctags is more compatible with OSX and homebrew.

This commit is contained in:
Kyle West
2012-01-24 13:42:00 -05:00
parent c0d8c402c3
commit ed5e906906
2 changed files with 13 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
" set up automatic ctags
let Tlist_Ctags_Cmd='/opt/local/bin/ctags'
let Tlist_Ctags_Cmd='ctags'
" taglist defaults
" taglist defaults
let Tlist_Auto_Highlight_Tag=0
let Tlist_Auto_Open=0
let Tlist_Compact_Format = 1
let Tlist_Exist_OnlyWindow = 1
let Tlist_WinWidth = 40
let Tlist_Exist_OnlyWindow = 1
let Tlist_WinWidth = 40
let Tlist_GainFocus_On_ToggleOpen = 1
let Tlist_Show_Menu = 1
let Tlist_Use_Right_Window = 1
@@ -16,4 +16,3 @@ let Tlist_Show_One_File = 1
let Tlist_Enable_Fold_Column = 0
let Tlist_Display_Prototype = 0
let Tlist_Use_SingleClick = 1