1
0
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:
Jan Larres
2012-03-05 23:31:11 +13:00
parent 134207bc41
commit a9209b4367

View File

@@ -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