Added test files for #643

This commit is contained in:
Karl Yngve Lervåg 2017-01-10 23:50:24 +01:00
parent de61b31cf8
commit 62340124d1
3 changed files with 1126 additions and 0 deletions

1
test/issues/643/run_test.sh Executable file
View File

@ -0,0 +1 @@
time vim -Nu test.vim

1110
test/issues/643/test.tex Normal file

File diff suppressed because it is too large Load Diff

15
test/issues/643/test.vim Normal file
View File

@ -0,0 +1,15 @@
set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
filetype plugin indent on
syntax enable
" let g:vimtex_indent_delims_type = 'complex'
silent edit test.tex
profile start test.log
profile func *
profile file *
silent! normal! gg=G
profile pause
quit!