2 " Compiler: SGI IRIX 5.3 CC or NCC
3 " Maintainer: David Harrison <david_jr@users.sourceforge.net>
4 " Last Change: 2012 Apr 30
6 if exists("current_compiler")
9 let current_compiler = "irix5_cpp"
13 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
14 command -nargs=* CompilerSet setlocal <args>
17 CompilerSet errorformat=%E\"%f\"\\,\ line\ %l:\ error(%n):\ ,
18 \%E\"%f\"\\,\ line\ %l:\ error(%n):\ %m,
19 \%W\"%f\"\\,\ line\ %l:\ warning(%n):\ %m,
20 \%+IC++\ prelinker:\ %m,