Include titlepage in TOC (#508)

This commit is contained in:
Karl Yngve Lervåg 2016-08-07 22:15:37 +02:00
parent 9f31070ab3
commit 774ca72270

View File

@ -82,6 +82,10 @@ function! vimtex#toc#init_script() " {{{1
\ 'title' : 'Alphabetical index',
\ 're' : '\v^\s*\\printindex\[?',
\ },
\ 'titlepage' : {
\ 'title' : 'Titlepage',
\ 're' : '\v^\s*\\begin{titlepage}',
\ },
\ 'bib' : {
\ 'title' : 'Bibliography',
\ 're' : '\v^\s*\\%('