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

Merge pull request #423 from jolan78/master

compatibility with phpctags
This commit is contained in:
Caleb Maclennan
2019-10-21 16:10:49 +03:00
committed by GitHub

View File

@@ -511,6 +511,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 tagbar#debug#log("Found development version, assuming compatibility")
return 1