1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 12:00:23 +01:00

Fix getCurrent() call for kind headers, closes #185

This commit is contained in:
Jan Larres
2013-12-09 16:30:38 +13:00
parent 6d8770f949
commit dbc05b24a3
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -1403,6 +1403,7 @@ Jan Christoph Ebersbach
Vadim Fint
Leandro Freitas
Ingo Karkat
Audrius Kažukauskas
Michael McClimon
Seth Milliken
Kien N