aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-01-07 16:56:48 -0500
committerTucker Evans <tuckerevans24@gmail.com>2019-01-07 16:56:48 -0500
commitf391c9a87cb0b3e6acfb1d8cb64660f1fd2edc09 (patch)
tree63e50e2fd9d7576418c4475ca374a26560c2f27f /vim/.vim/after
parent8aa9df6189da355b52a94134ad1079e6b9bb2794 (diff)
Updates vim
Diffstat (limited to 'vim/.vim/after')
-rw-r--r--vim/.vim/after/ftplugin/nroff.vim1
-rw-r--r--vim/.vim/after/ftplugin/tex.vim~HEAD2
-rw-r--r--vim/.vim/after/ftplugin/tex.vim~HEAD_02
3 files changed, 4 insertions, 1 deletions
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!