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

@ -1740,17 +1740,14 @@ This will keep your HTML files up to date.
*vimwiki-option-auto_toc*
------------------------------------------------------------------------------
Set this option to a value greater than 0 to automatically update the Table of
Contents: >
Key Default value Values~
auto_toc 0 0, 1
Description~
Set this option to 1 to automatically generate the table of contents when the
current wiki page is saved: >
let g:vimwiki_list = [{'path': '~/my_site/', 'auto_toc': 1}]
Value Description~
0 Don't update it automatically.
1 Update when the wiki file is converted to HTML.
2 Update when the wiki file is saved.
Default: 0
*vimwiki-option-index*
------------------------------------------------------------------------------