1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-05-03 04:10:55 +02:00

Fix file update bug

This commit is contained in:
Jan Larres
2011-04-08 03:12:00 +12:00
parent fe4acfb1fb
commit c9b43b665a
+2
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