Remove option 2 of 'auto_toc'

It doesn't really work for :VimwikiAll2HTML
This commit is contained in:
EinfachToll
2014-08-18 09:35:52 +02:00
parent 502212b58d
commit 2dd9a153bc
3 changed files with 8 additions and 16 deletions

View File

@ -1328,11 +1328,6 @@ endfunction " }}}
function! vimwiki#html#Wiki2HTML(path_html, wikifile) "{{{
if VimwikiGet('auto_toc') >= 1
call vimwiki#base#table_of_contents(0)
noautocmd update
endif
let starttime = reltime() " start the clock
let done = 0