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 / hp_acc.vim < prev    next >
Encoding:
Text File  |  2003-05-11  |  512 b   |  19 lines

  1. " Vim compiler file
  2. " Compiler:    HP aCC
  3. " Maintainer:    Matthias Ulrich <matthias-ulrich@web.de>
  4. " URL:        http://www.subhome.de/vim/hp_acc.vim
  5. " Last Change:    2003 May 11
  6. "
  7. "  aCC --version says: "HP ANSI C++ B3910B A.03.13"
  8. "  This compiler has been tested on:
  9. "       hp-ux 10.20, hp-ux 11.0 and hp-ux 11.11 (64bit)
  10.  
  11. if exists("current_compiler")
  12.   finish
  13. endif
  14. let current_compiler = "hp_acc"
  15.  
  16.  
  17. setlocal errorformat=%trror\ %n\:\ \"%f\"\\,\ line\ %l\ \#\ %m\ %#,
  18.      \%tarning\ %n\:\ \"%f\"\\,\ line\ %l\ \#\ %m\ %#
  19.