Added test files for #643
This commit is contained in:
parent
de61b31cf8
commit
62340124d1
1
test/issues/643/run_test.sh
Executable file
1
test/issues/643/run_test.sh
Executable file
@ -0,0 +1 @@
|
||||
time vim -Nu test.vim
|
1110
test/issues/643/test.tex
Normal file
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
15
test/issues/643/test.vim
Normal 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!
|
Loading…
x
Reference in New Issue
Block a user