Files
dotfiles/dot_vim/plugged/vimtex/test/test-syntax/test-dockerfile.vim

10 lines
162 B
VimL

source common.vim
silent edit test-dockerfile.tex
if empty($INMAKE) | finish | endif
call assert_notequal('# %s', &commentstring)
call vimtex#test#finished()