Wanted to have compiler option in vim itself makeprg=vcom/vlog/vcs (in .vimrc) any compiler command I wish to link is working with error messages displaying on command line. :make <file_name>
thanks --Abhi -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ben Fritz Sent: Thursday, February 26, 2009 9:33 PM To: vim_use Subject: Re: External compiler linking in vim On Feb 26, 3:04 am, Andreas Bernauer <[email protected]> wrote: > > :make usually calls the 'make' program, but this can be set with the makeprg > option. > > See > :help make_makeprg > for details > See also :help :compiler This will allow you to also use the quickfix window to see errors after the compiling is done. There is a "modelsim_vcom.vim" included in $VIMRUNTIME/compiler, at least for my distribution. Is this what you're looking for? http://www.mindtree.com/email/disclaimer.html --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
