annotate runtime/compiler/neato.vim @ 35626:35f452cbbe0c

runtime(htmlangular): correct comment Commit: https://github.com/vim/vim/commit/a3a14d5469681676310d39c19e110a57cd8ac7c6 Author: Christian Brabandt <cb@256bit.org> Date: Wed Jul 10 19:33:33 2024 +0200 runtime(htmlangular): correct comment related: https://github.com/vim/vim/issues/15190 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Jul 2024 19:45:08 +0200
parents e1df51f68736
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Vim compiler file
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 " Compiler: ATT neato
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 " Maintainer: Marcos Macedo <bar4ka@bol.com.br>
34629
80a9b43d299b runtime(compiler): update errorformat for dot and neato compiler (#14257)
Christian Brabandt <cb@256bit.org>
parents: 7
diff changeset
4 " Last Change: 2024 March 21
34778
e1df51f68736 runtime: Remove fallback :CompilerSet definition from compiler plugins
Christian Brabandt <cb@256bit.org>
parents: 34629
diff changeset
5 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 if exists("current_compiler")
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 finish
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 let current_compiler = "neato"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 CompilerSet makeprg=neato\ -T$*\ \"%:p\"\ -o\ \"%:p:r.$*\"
34629
80a9b43d299b runtime(compiler): update errorformat for dot and neato compiler (#14257)
Christian Brabandt <cb@256bit.org>
parents: 7
diff changeset
13 " matches error messages as below skipping final part after line number
80a9b43d299b runtime(compiler): update errorformat for dot and neato compiler (#14257)
Christian Brabandt <cb@256bit.org>
parents: 7
diff changeset
14 " Error: ./file.dot: syntax error in line 1 near 'rankdir'
80a9b43d299b runtime(compiler): update errorformat for dot and neato compiler (#14257)
Christian Brabandt <cb@256bit.org>
parents: 7
diff changeset
15 CompilerSet errorformat=%trror:\ %f:\ %m\ in\ line\ %l%.%#