icc.vim 585 B

12345678910111213141516171819
  1. " Vim compiler file
  2. " Compiler: icc - Intel C++
  3. " Maintainer: Peter Puck <PtrPck@netscape.net>
  4. " Last Change: 2004 Mar 27
  5. if exists("current_compiler")
  6. finish
  7. endif
  8. let current_compiler = "icc"
  9. if exists(":CompilerSet") != 2 " older Vim always used :setlocal
  10. command -nargs=* CompilerSet setlocal <args>
  11. endif
  12. " I think that Intel is calling the compiler icl under Windows
  13. CompilerSet errorformat=%-Z%p^,%f(%l):\ remark\ #%n:%m,%f(%l)\ :\ (col.\ %c)\ remark:\ %m,%E%f(%l):\ error:\ %m,%E%f(%l):\ error:\ #%n:\ %m,%W%f(%l):\ warning\ #%n:\ %m,%W%f(%l):\ warning:\ %m,%-C%.%#