Fix postadd file type plugins not being called

This commit is contained in:
Kovid Goyal 2016-01-18 10:35:12 +05:30
parent 8a61e16244
commit 24ca02f569

View File

@ -115,6 +115,7 @@ def reread_filetype_plugins():
global _on_postimport
global _on_preprocess
global _on_postprocess
global _on_postadd
_on_import = defaultdict(list)
_on_postimport = defaultdict(list)
_on_preprocess = defaultdict(list)