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. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
