set nocompatible let &rtp = '../..,' . &rtp filetype plugin on setfiletype tex " F7 / Insert command (insert mode, normal mode and visual mode) call vimtex#test#keys("lla\}", 'foobar', '\foo{bar}') call vimtex#test#keys("llla\bar}", 'foo*', '\foo*{bar}') call vimtex#test#keys("llla\}", 'foo*bar', '\foo*{bar}') call vimtex#test#keys("fbve\emph\", 'foobar', 'foo\emph{bar}') call vimtex#test#keys("\emph\", 'foo', '\emph{foo}') call vimtex#test#finished()