vimtex/test/examples/book-multifile/minivimrc
Karl Yngve Lervåg 02768f5bad Fix #549: Ensure alternate buffer is untouched
Also fixed minor issue with bufwipeout.
2016-09-12 20:59:34 +02:00

6 lines
142 B
Plaintext

set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
filetype plugin indent on
syntax enable