Cache: Update vimtasks from taskwarrior as a part of updating whole cache buffer

This commit is contained in:
Tomas Babej 2015-03-16 00:39:39 +01:00
parent 0d860e276c
commit 5cf17abc63

View file

@ -67,6 +67,7 @@ class TaskCache(object):
for task in self.vimwikitask_cache.values():
if task is None:
continue
task.update_from_task()
task.update_in_buffer()
def save_tasks(self):