neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

modelsim_vcom.vim (793B)


      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 
      9 if exists("current_compiler")
     10  finish
     11 endif
     12 let current_compiler = "modelsim_vcom"
     13 
     14 CompilerSet makeprg=vcom
     15 
     16 "setlocal errorformat=\*\*\ %tRROR:\ %f(%l):\ %m,%tRROR:\ %f(%l):\ %m,%tARNING\[%*[0-9]\]:\ %f(%l):\ %m,\*\*\ %tRROR:\ %m,%tRROR:\ %m,%tARNING\[%*[0-9]\]:\ %m
     17 "setlocal errorformat=%tRROR:\ %f(%l):\ %m,%tARNING\[%*[0-9]\]:\ %m
     18 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