I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
nnoremap q :qall!<cr>
|
||||
|
||||
call vimtex#log#set_silent()
|
||||
|
||||
silent edit test_parse_documentclass.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
call assert_equal('article', b:vimtex.documentclass)
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user