• R/O
  • HTTP
  • SSH
  • HTTPS

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. 47c92fa04bdfe749611ef22e077bc691c162a827
大小 632 字节
时间 2023-05-09 15:34:22
作者 Markus Prepens
Log Message

latest files from Mercurial

Content

" Vim compiler file
" Compiler:   Greenhills - Compiler
" Maintainer: Markus Prepens (markus.prepens@gmail.com)
"
" Description: Use build.cmd to re-route STDERR to STDOUT. The script includes
" the gbuild call as this one: `gbuild %* 2>&1`
"
" Example: A Greenhills Warning
" "/AA/BB/CC/main.c", line 696: warning #550-D:
"           variable "dummy" was set but never used
"       uint32 dummy=0x0;
"              ^
"

set makeprg=make

" multi-line
set errorformat=%W\"%f\"\\,\ line\ %l:\ %t%*[^0-9]%n-%m,%Z%m
set errorformat+=%E\"%f\"\\,\ line\ %l:\ %t%*[^0-9]%n-%m,%Z%m

" single-line
set errorformat+=\"%f\"\\,\ line\ %l:\ %m