mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-14 21:42:46 +08:00
compatibility with phpctags
This commit is contained in:
parent
f5792732de
commit
b7890e27ca
|
@ -1245,6 +1245,11 @@ function! s:CheckExCtagsVersion(output) abort
|
|||
return 1
|
||||
endif
|
||||
|
||||
if a:output =~ 'Exuberant Ctags compatiable PHP enhancement'
|
||||
call s:debug("Found phpctags, assuming compatibility")
|
||||
return 1
|
||||
endif
|
||||
|
||||
if a:output =~ 'Exuberant Ctags Development'
|
||||
call s:debug("Found development version, assuming compatibility")
|
||||
return 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user