mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01:00
Remove access info from currenttag()
This commit is contained in:
@@ -1270,12 +1270,7 @@ endfunction
|
||||
|
||||
" s:NormalTag.strshort() {{{3
|
||||
function! s:NormalTag.strshort(longsig) dict
|
||||
let str = ''
|
||||
if has_key(self.fields, 'access')
|
||||
let str .= get(s:access_symbols, self.fields.access, '')
|
||||
endif
|
||||
|
||||
let str .= self.name
|
||||
let str = self.name
|
||||
|
||||
if has_key(self.fields, 'signature')
|
||||
if a:longsig
|
||||
|
||||
Reference in New Issue
Block a user