Use new access functions for wiki-local variables -- part 1

Ref #256
This commit is contained in:
EinfachToll
2016-12-22 18:16:05 +01:00
parent 23ee20887a
commit 6221861957
7 changed files with 43 additions and 55 deletions

View File

@ -655,7 +655,7 @@ if VimwikiGet('auto_toc')
augroup END
endif
if VimwikiGet('auto_tags')
if vimwiki#vars#get_wikilocal('auto_tags')
" Automatically update tags metadata on page write.
augroup vimwiki
au BufWritePost <buffer> call vimwiki#tags#update_tags(0, '')