From a9209b43675b333451e673774509c37eca0defae Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 5 Mar 2012 23:31:11 +1300 Subject: [PATCH] Remove access info from currenttag() --- autoload/tagbar.vim | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 424cba6..7d5edf6 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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