From f391c9a87cb0b3e6acfb1d8cb64660f1fd2edc09 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Mon, 7 Jan 2019 16:56:48 -0500 Subject: Updates vim --- vim/.vim/after/ftplugin/nroff.vim | 1 - vim/.vim/after/ftplugin/tex.vim~HEAD | 2 ++ vim/.vim/after/ftplugin/tex.vim~HEAD_0 | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 vim/.vim/after/ftplugin/tex.vim~HEAD create mode 100644 vim/.vim/after/ftplugin/tex.vim~HEAD_0 (limited to 'vim/.vim/after') diff --git a/vim/.vim/after/ftplugin/nroff.vim b/vim/.vim/after/ftplugin/nroff.vim index 031c8d9..87f4512 100644 --- a/vim/.vim/after/ftplugin/nroff.vim +++ b/vim/.vim/after/ftplugin/nroff.vim @@ -1,2 +1 @@ set spell -autocmd BufWritePost * silent! !grap % | pic | tbl | eqn | troff -ms | grops > %:r.ps diff --git a/vim/.vim/after/ftplugin/tex.vim~HEAD b/vim/.vim/after/ftplugin/tex.vim~HEAD new file mode 100644 index 0000000..95e50d4 --- /dev/null +++ b/vim/.vim/after/ftplugin/tex.vim~HEAD @@ -0,0 +1,2 @@ +set spell +au BufWritePost * silent! execute "!pdflatex %" | redraw! diff --git a/vim/.vim/after/ftplugin/tex.vim~HEAD_0 b/vim/.vim/after/ftplugin/tex.vim~HEAD_0 new file mode 100644 index 0000000..95e50d4 --- /dev/null +++ b/vim/.vim/after/ftplugin/tex.vim~HEAD_0 @@ -0,0 +1,2 @@ +set spell +au BufWritePost * silent! execute "!pdflatex %" | redraw! -- cgit v1.1