Skip to content

Commit

Permalink
Fix getCurrent() call for kind headers, closes #185
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Dec 9, 2013
1 parent 6d8770f commit dbc05b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/tagbar.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ endfunction

" s:KindheaderTag.toggleFold() {{{3
function! s:KindheaderTag.toggleFold() abort dict
let fileinfo = s:known_files.getCurrent()
let fileinfo = s:known_files.getCurrent(0)

let fileinfo.kindfolds[self.short] = !fileinfo.kindfolds[self.short]
endfunction
Expand Down
1 change: 1 addition & 0 deletions doc/tagbar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,7 @@ Jan Christoph Ebersbach
Vadim Fint
Leandro Freitas
Ingo Karkat
Audrius Kažukauskas
Michael McClimon
Seth Milliken
Kien N
Expand Down

0 comments on commit dbc05b2

Please sign in to comment.