On Dec 17, 6:11 am, "Jackie" <[email protected]> wrote:
> Hi all:
>
> I just compile my projects in vim like:
> :!make
> and after this step, there tips some warnings and errors, and then,
> I press the "return" key, and vim jump to the first warning's place in the
> projects. Absolutely, this is not my want. I hope it can jump to the
> first error's place of the code, so how can I implement?
>
> thanks!
Use :make instead of :!make.
:help :make
If you do this, you can also see a list of all the errors and warnings
with :copen.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---