2 " Compiler: Intel C++ 7.1
3 " Maintainer: David Harrison <david_jr@users.sourceforge.net>
4 " Last Change: 2004 May 16
6 if exists("current_compiler")
9 let current_compiler = "intel"
11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
12 command -nargs=* CompilerSet setlocal <args>
15 CompilerSet errorformat=%E%f(%l):\ error:\ %m,
16 \%W%f(%l):\ warning:\ %m,
17 \%I%f(%l):\ remark\ #%n:\ %m,