Implement :VimwikiRebuildTags to rebuild metadata for all pages in current wiki

This commit is contained in:
Ivan Tishchenko
2015-01-06 22:30:28 +03:00
parent 4f639cebee
commit df91772d7e
3 changed files with 29 additions and 14 deletions

View File

@ -302,6 +302,9 @@ command! -buffer VimwikiTableMoveColumnRight call vimwiki#tbl#move_column_right(
command! -buffer VimwikiDiaryNextDay call vimwiki#diary#goto_next_day()
command! -buffer VimwikiDiaryPrevDay call vimwiki#diary#goto_prev_day()
" tags commands
command! -buffer VimwikiRebuildTags call vimwiki#base#update_tags(1)
" COMMANDS }}}
" KEYBINDINGS {{{