3 " Maintainer: Marcos Macedo <bar4ka@bol.com.br>
4 " Last Change: 2004 May 16
6 if exists("current_compiler")
9 let current_compiler = "dot"
11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
12 command -nargs=* CompilerSet setlocal <args>
15 CompilerSet makeprg=dot\ -T$*\ \"%:p\"\ -o\ \"%:p:r.$*\"