Monday, February 7, 2011

Re: Opening automatically copen

On Feb 6, 2:51 pm, niva <nivaem...@gmail.com> wrote:
> Hi,
>
> I am using make command and set make-prg with mingw32;
>
> I would like that copen automatically open the bottom window with all
> errors when I launch my link make command.
>

When launching Vim:

vim -c "make" -c "copen"

From within Vim:

:make | copen

Or you cas use :cwindow instead of :copen if you only want to open the
quickfix window when there are errors.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: