Hello Andreas, It worked .Thanks :)
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andreas Bernauer Sent: Thursday, February 26, 2009 2:35 PM To: [email protected] Subject: Re: External compiler linking in vim Abhi wrote: > Hi, > I want to enable compile feature of modelsim tool in Gvim . Please > guide me in this regard as how any external compiler is linked to vim > editor? I'm not sure if I understood you correctly, but if you want to call some compiler from within vim and collect its errors, you can use the :make command. :make usually calls the 'make' program, but this can be set with the makeprg option. See :help make_makeprg for details -- Andreas. 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 -~----------~----~----~----~------~----~------~--~---
