modelsim_vcom.vim 793 B

1234567891011121314151617181920
  1. " Vim Compiler File
  2. " Compiler: Modelsim Vcom
  3. " Maintainer: Paul Baleme <pbaleme@mail.com>
  4. " Contributors: Enno Nagel
  5. " Last Change: 2024 Mar 29
  6. " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
  7. " Thanks to: allanherriman@hotmail.com
  8. if exists("current_compiler")
  9. finish
  10. endif
  11. let current_compiler = "modelsim_vcom"
  12. CompilerSet makeprg=vcom
  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