mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Fix compare bug.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user