summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index f6eab54..19a5ae2 100644
--- a/vimrc
+++ b/vimrc
@@ -94,7 +94,7 @@ if s:IsPluginEnabled('majutsushi/tagbar')
endif
if s:IsPluginEnabled('ctrlpvim/ctrlp.vim')
- let g:ctrlp_buftag_ctags_bin=$VIMHOME . '/bin/ctags'
+ let g:ctrlp_buftag_ctags_bin=$MYCTAGS
let g:ctrlp_extensions = ['buffertag']
let g:ctrlp_working_path_mode = 'a'
let g:ctrlp_use_caching = 1