On Feb 7, 1:43 pm, Ben Fritz <[email protected]> wrote: > On Feb 6, 2:51 pm, niva <[email protected]> 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 >
Oops, that last one should be :exec "make" | copen because :make takes the | as an argument. See :help :\| -- 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
