mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-24 14:46:42 +02:00
Reset cache after entering a new buffer
This commit is contained in:
parent
7ca18a4137
commit
d360f67b80
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ augroup taskwiki
|
|||
execute "autocmd BufWinEnter *.".expand('%:e')." silent! loadview"
|
||||
execute "autocmd BufWinEnter *.".expand('%:e')." silent! doautocmd SessionLoadPost *.".expand('%:e')
|
||||
endif
|
||||
execute "autocmd BufEnter *.".expand('%:e')." :py cache.reset()"
|
||||
augroup END
|
||||
|
||||
" Global update commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue