mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
SelectedTask: Push the buffer after stopping a task
This commit is contained in:
parent
cda27d960e
commit
f4c314e8cc
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,8 @@ class SelectedTasks(object):
|
|||
vimwikitask.update_in_buffer()
|
||||
print("Task \"{0}\" stopped.".format(vimwikitask['description']))
|
||||
|
||||
cache.buffer.push()
|
||||
|
||||
def sort(self, sortstring):
|
||||
sort.TaskSorter(cache, self.tasks, sortstring).execute()
|
||||
cache.buffer.push()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue