1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-02-01 13:35:45 +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