1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-04-20 13:11:24 +02:00

Fix compare bug.

This commit is contained in:
Jan Larres
2011-01-17 17:09:55 +13:00
parent dda2103363
commit e5e761b64a
+1 -1
View File
@@ -482,7 +482,7 @@ function! s:GetChildTags(tags, pscopetype, pscope, pname, typeinfo)
" Script-local variable needed since compare functions can't
" take extra arguments
let s:compare_typeinfo = typeinfo
let s:compare_typeinfo = a:typeinfo
if g:tagbar_sort
call sort(childtags, 's:CompareByKind')