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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user