Remove two undocumented and probably buggy features

This commit is contained in:
EinfachToll
2017-01-04 22:10:10 +01:00
parent 203fb5b430
commit 4a96eb4d32
2 changed files with 0 additions and 115 deletions

View File

@ -666,8 +666,3 @@ endif
command! -buffer VimwikiPasteUrl call vimwiki#html#PasteUrl(expand('%:p'))
command! -buffer VimwikiCatUrl call vimwiki#html#CatUrl(expand('%:p'))
" }}}
" DEBUGGING {{{
command! VimwikiPrintWikiState call vimwiki#base#print_wiki_state()
command! VimwikiReadLocalOptions call vimwiki#base#read_wiki_options(1)
" }}}