File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ " Vim compiler file
2+
3+ if exists (" current_compiler" )
4+ finish
5+ endif
6+
7+ CompilerSet errorformat = % D (in \ % f ),
8+ \% \\ s % #from\ % f :% l: % m ,
9+ \% \\ s % #from\ % f :% l: ,
10+ \% \\ s % ##\ % f :% l: % m ,
11+ \% \\ s % ##\ % f :% l ,
12+ \% \\ s % #[% f :% l: \ % #% m ,
13+ \% \\ s % #% f :% l: \ % #% m ,
14+ \% \\ s % #% f :% l: ,
15+ \% m \ [% f :% l ]:,
16+ \% + Erake\ aborted! ,
17+ \% + EDon't \ know\ how\ to \ build\ task\ % .% #,
18+ \% + Einvalid\ option :% .% #,
19+ \% + Irake\ % \\ S % \\ +% \\ s % \\ + #\ % .% #
20+
21+ runtime ! compiler /rake.vim
22+
23+ let current_compiler = " rails"
24+
25+ CompilerSet makeprg = rails
26+
27+ CompilerSet errorformat ^=
28+ \% \\ S % \\ + \ \ % #% [cefi]% [rxod]% [eir]% [a - z]% #% \\ x1b[0 m\ % \\ +% \\ S % \\ +% $
29+ \% \\ & % \\ x1b% \\ S % \\ + \ \ % #% m % \\ >% \\ x1b[0 m\ \ % #% f ,
30+ \% \\ s \ % #% [cefi]% [rxod]% [eir]% [a - z]% #\ % \\ +% \\ S % \\ +% $
31+ \% \\ & % \\ s \ % #% m % \\ >\ \ % #% f ,
32+ \O verwrite% .% #% \\ S % \\ + \ \ % #% m % \\ x1b[0 m\ \ % #% f ,
33+ \% - GOverwrite% .% #\" h \" % .% #,
34+ \% + EUsage:\ rails\ % .% #,
35+ \% + EType\ ' rails' \ for \ help .
36+
37+ " -complete=customlist,rails#complete_rails
You can’t perform that action at this time.
0 commit comments