aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/ftplugin
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/ftplugin
parent8aa9df6189da355b52a94134ad1079e6b9bb2794 (diff)
Updates vim
Diffstat (limited to 'vim/.vim/ftplugin')
-rw-r--r--vim/.vim/ftplugin/nroff.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/.vim/ftplugin/nroff.vim b/vim/.vim/ftplugin/nroff.vim
index fd5afa6..87f4512 100644
--- a/vim/.vim/ftplugin/nroff.vim
+++ b/vim/.vim/ftplugin/nroff.vim
@@ -1,3 +1 @@
set spell
-
-autocmd BufWritePost * silent! execute "!grap % | pic | tbl | eqn | troff -ms | grops > %:r.ps" | redraw!