cache: Stress loading the line is the important part in load_buffer

This commit is contained in:
Tomas Babej 2015-03-21 07:47:43 +01:00
parent cf61e9c001
commit 8862963521

View file

@ -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():