mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01:00
Always correctly show sort order
This commit is contained in:
@@ -3581,7 +3581,7 @@ endfunction
|
||||
|
||||
" TagbarGenerateStatusline() {{{2
|
||||
function! TagbarGenerateStatusline() abort
|
||||
if g:tagbar_sort
|
||||
if get(s:compare_typeinfo, 'sort', g:tagbar_sort)
|
||||
let text = '[Name]'
|
||||
else
|
||||
let text = '[Order]'
|
||||
|
||||
Reference in New Issue
Block a user