:VimwikiGenerateTags

This commit is contained in:
Ivan Tishchenko
2015-01-06 23:13:28 +03:00
parent a62bebceb2
commit e44b188a49
3 changed files with 40 additions and 0 deletions

View File

@ -306,6 +306,8 @@ command! -buffer VimwikiDiaryPrevDay call vimwiki#diary#goto_prev_day()
command! -buffer VimwikiRebuildTags call vimwiki#base#update_tags(1)
command! -buffer -nargs=* -complete=custom,vimwiki#base#complete_tags
\ VimwikiSearchTags VimwikiSearch /:<args>:/
command! -buffer -nargs=* -complete=custom,vimwiki#base#complete_tags
\ VimwikiGenerateTags call vimwiki#base#generate_tags(<f-args>)
" COMMANDS }}}