aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after
diff options
context:
space:
mode:
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!