home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / unix / vim-6.2.tar.bz2 / vim-6.2.tar / vim62 / runtime / compiler / mipspro_cpp.vim < prev    next >
Encoding:
Text File  |  2002-02-26  |  508 b   |  18 lines

  1. " Vim compiler file
  2. " Compiler:    SGI IRIX 6.5 MIPSPro C++ (CC)
  3. " Maintainer:    David Harrison <david_jr@users.sourceforge.net>
  4. " Last Change:    2002 Feb 26
  5.  
  6. if exists("current_compiler")
  7.   finish
  8. endif
  9. let current_compiler = "mipspro_cpp"
  10.  
  11. setlocal errorformat=%Ecc\-%n\ %.%#:\ ERROR\ File\ =\ %f\%\\,\ Line\ =\ %l,
  12.             \%Wcc\-%n\ %.%#:\ WARNING\ File\ =\ %f\%\\,\ Line\ =\ %l,
  13.             \%Icc\-%n\ %.%#:\ REMARK\ File\ =\ %f\%\\,\ Line\ =\ %l,
  14.             \%+C\ \ %m.,
  15.             \%-Z\ \ %p^,
  16.             \%-G\\s%#,
  17.             \%-G%.%#
  18.