vimtex/test/issue/256/minivimrc
Karl Yngve Lervåg 5771ed00aa Added option to fix quickfix with noautochdir
- Use `let g:vimtex_quickfix_fix_paths = 1` to enable
- Also added test files.

Fixes #256
2015-11-20 09:47:51 +01:00

12 lines
263 B
Plaintext

set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
filetype plugin indent on
syntax enable
let g:vimtex_quickfix_autojump = 1
silent! edit test-dir/main.tex
silent! call vimtex#latexmk#errors_open(1)
normal! zz