1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Add additional ctags binary name

This commit is contained in:
Jan Larres
2011-05-07 18:06:29 +12:00
parent 804aa3b170
commit 1a77a1e9c6

View File

@@ -28,6 +28,8 @@ endif
if !exists('g:tagbar_ctags_bin')
if executable('ctags-exuberant')
let g:tagbar_ctags_bin = 'ctags-exuberant'
elseif executable('exuberant-ctags')
let g:tagbar_ctags_bin = 'exuberant-ctags'
elseif executable('exctags')
let g:tagbar_ctags_bin = 'exctags'
elseif executable('ctags')