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 / irix5_cpp.vim < prev    next >
Encoding:
Text File  |  2002-02-26  |  478 b   |  18 lines

  1. " Vim compiler file
  2. " Compiler:    SGI IRIX 5.3 CC or NCC
  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 = "irix5_cpp"
  10.  
  11. setlocal errorformat=%E\"%f\"\\,\ line\ %l:\ error(%n):\ ,
  12.             \%E\"%f\"\\,\ line\ %l:\ error(%n):\ %m,
  13.             \%W\"%f\"\\,\ line\ %l:\ warning(%n):\ %m,
  14.             \%+IC++\ prelinker:\ %m,
  15.               \%-Z\ \ %p%^,
  16.               \%+C\ %\\{10}%.%#,
  17.               \%-G%.%#
  18.