mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
cache: Stress loading the line is the important part in load_buffer
This commit is contained in:
parent
cf61e9c001
commit
8862963521
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class TaskCache(object):
|
|||
|
||||
def load_buffer(self):
|
||||
for i in range(len(vim.current.buffer)):
|
||||
task = self[i]
|
||||
self[i] # Loads the line into the cache
|
||||
|
||||
def update_buffer(self):
|
||||
for task in self.vimwikitask_cache.values():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue