modelsim_vcom.vim 799 B

123456789101112131415161718192021
  1. " Vim Compiler File
  2. " Compiler: Modelsim Vcom
  3. " Maintainer: Paul Baleme <pbaleme@mail.com>
  4. " Last Change: September 8, 2003
  5. " Thanks to: allanherriman@hotmail.com
  6. if exists("current_compiler")
  7. finish
  8. endif
  9. let current_compiler = "modelsim_vcom"
  10. if exists(":CompilerSet") != 2 " older Vim always used :setlocal
  11. command -nargs=* CompilerSet setlocal <args>
  12. endif
  13. "setlocal errorformat=\*\*\ %tRROR:\ %f(%l):\ %m,%tRROR:\ %f(%l):\ %m,%tARNING\[%*[0-9]\]:\ %f(%l):\ %m,\*\*\ %tRROR:\ %m,%tRROR:\ %m,%tARNING\[%*[0-9]\]:\ %m
  14. "setlocal errorformat=%tRROR:\ %f(%l):\ %m,%tARNING\[%*[0-9]\]:\ %m
  15. CompilerSet errorformat=\*\*\ %tRROR:\ %f(%l):\ %m,\*\*\ %tRROR:\ %m,\*\*\ %tARNING:\ %m,\*\*\ %tOTE:\ %m,%tRROR:\ %f(%l):\ %m,%tARNING\[%*[0-9]\]:\ %f(%l):\ %m,%tRROR:\ %m,%tARNING\[%*[0-9]\]:\ %m