1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Fix file update bug

This commit is contained in:
Jan Larres
2011-04-08 03:12:00 +12:00
parent fe4acfb1fb
commit c9b43b665a

View File

@@ -1136,6 +1136,8 @@ function! s:FileInfo.reset() dict
let self._tagfolds_old = self.tagfolds
let self.tagfolds = {}
let typeinfo = s:known_types[self.ftype]
for kind in typeinfo.kinds
let self.tagfolds[kind.short] = {}
endfor