Mercurial > vim
view runtime/compiler/dot.vim @ 10954:8ff62b4cffae v8.0.0366
patch 8.0.0366: build fails with tiny features
commit https://github.com/vim/vim/commit/92769c3928bb8a3faa43c533c07ef8476af32ade
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 25 15:41:37 2017 +0100
patch 8.0.0366: build fails with tiny features
Problem: Build fails with tiny features.
Solution: Add #ifdef.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 25 Feb 2017 15:45:03 +0100 |
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.$*\"