Test files for #557

This commit is contained in:
Karl Yngve Lervåg 2016-09-17 22:44:28 +02:00
parent 0a22e6d46d
commit 5816eb882e
2 changed files with 16 additions and 0 deletions

View 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
View File

@ -0,0 +1,7 @@
\documentclass{minimal}
\begin{document}
\textbf{foo}
$\mathbf{foo}$
\end{document}