mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-13 01:23:59 +08:00
Add additional ctags binary name
This commit is contained in:
parent
804aa3b170
commit
1a77a1e9c6
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user