mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-23 10:41:49 +08:00
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:
parent
387bbadda9
commit
5acba55275
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user