Discover the universal-ctags binary

At least in the openSUSE package for `universal-ctags` it is not installed as `ctags`
This commit is contained in:
R. Tyler Croy 2019-03-28 08:36:39 -07:00 committed by GitHub
parent 387bbadda9
commit 5acba55275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,6 +398,7 @@ function! s:CheckForExCtags(silent) abort
let ctagsbins += ['ctags']
let ctagsbins += ['ctags.exe']
let ctagsbins += ['tags']
let ctagsbins += ['universal-ctags']
for ctags in ctagsbins
if executable(ctags)
let g:tagbar_ctags_bin = ctags