view runtime/compiler/dot.vim @ 14454:946e148b8e63

Added tag v8.1.0240 for changeset 95a03484df2785021f9e8e88cd4b4012fc63770c
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Aug 2018 13:30:06 +0200
parents 3fc0f57ecb91
children 80a9b43d299b
line wrap: on
line source

" Vim compiler file
" Compiler:     ATT dot
" Maintainer:	Marcos Macedo <bar4ka@bol.com.br>
" Last Change:	2004 May 16

if exists("current_compiler")
  finish
endif
let current_compiler = "dot"

if exists(":CompilerSet") != 2		" older Vim always used :setlocal
  command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet makeprg=dot\ -T$*\ \"%:p\"\ -o\ \"%:p:r.$*\"