mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
Cache: Update vimtasks from taskwarrior as a part of updating whole cache buffer
This commit is contained in:
parent
0d860e276c
commit
5cf17abc63
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue