Test files for #557
This commit is contained in:
parent
0a22e6d46d
commit
5816eb882e
9
test/issues/557/minivimrc
Normal file
9
test/issues/557/minivimrc
Normal file
@ -0,0 +1,9 @@
|
||||
set nocompatible
|
||||
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
|
||||
let &rtp .= ',~/.vim/bundle/vimtex/after'
|
||||
filetype plugin indent on
|
||||
syntax enable
|
||||
|
||||
set conceallevel=2
|
||||
let g:tex_conceal="abdgm"
|
||||
let g:tex_fast= "bcmprsSvV"
|
7
test/issues/557/test.tex
Normal file
7
test/issues/557/test.tex
Normal file
@ -0,0 +1,7 @@
|
||||
\documentclass{minimal}
|
||||
\begin{document}
|
||||
|
||||
\textbf{foo}
|
||||
$\mathbf{foo}$
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user