mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-26 18:33:36 +08:00
Always correctly show sort order
This commit is contained in:
parent
dacf4f273e
commit
f36e0d3d39
|
@ -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]'
|
||||
|
|
Loading…
Reference in New Issue
Block a user