File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
" Vim compiler file
2
2
" Compiler: ATT dot
3
3
" Maintainer: Marcos Macedo <[email protected] >
4
- " Last Change: 2004 May 16
4
+ " Last Change: 2024 March 21
5
5
6
6
if exists (" current_compiler" )
7
7
finish
@@ -13,3 +13,6 @@ if exists(":CompilerSet") != 2 " older Vim always used :setlocal
13
13
endif
14
14
15
15
CompilerSet makeprg = dot\ - T$ * \ \" % :p \" \ - o \ \" % :p :r .$ * \"
16
+ " matches error messages as below skipping final part after line number
17
+ " Error: ./file.dot: syntax error in line 1 near 'rankdir'
18
+ CompilerSet errorformat = % trror:\ % f :\ % m \ in \ line \ % l % .% #
Original file line number Diff line number Diff line change 1
1
" Vim compiler file
2
2
" Compiler: ATT neato
3
3
" Maintainer: Marcos Macedo <[email protected] >
4
- " Last Change: 2004 May 16
4
+ " Last Change: 2024 March 21
5
5
6
6
if exists (" current_compiler" )
7
7
finish
@@ -13,3 +13,6 @@ if exists(":CompilerSet") != 2 " older Vim always used :setlocal
13
13
endif
14
14
15
15
CompilerSet makeprg = neato\ - T$ * \ \" % :p \" \ - o \ \" % :p :r .$ * \"
16
+ " matches error messages as below skipping final part after line number
17
+ " Error: ./file.dot: syntax error in line 1 near 'rankdir'
18
+ CompilerSet errorformat = % trror:\ % f :\ % m \ in \ line \ % l % .% #
You can’t perform that action at this time.
0 commit comments