commit 77d6da9de8d90c227ea118d960608fbdcb2fbda6 parent 184de3839dff5b6a4ef6c8517e61f52d5b048e8f Author: Alex Balgavy <alex@balgavy.eu> Date: Fri, 25 Feb 2022 23:07:55 +0100 vim: makeprg for graphviz dot files Diffstat:
A | vim/after/ftplugin/dot.vim | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/after/ftplugin/dot.vim b/vim/after/ftplugin/dot.vim @@ -0,0 +1,3 @@ +setl makeprg=dot\ -Tsvg\ -O\ % +let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '') +let b:undo_ftplugin .= 'set makeprg<'