> > > > 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. >
Yes maybe it it cwindow I need because another example base on ctags proposal results. I am using ctags and when I CTRL+ leftclick on word to jump to its reference, I would like the cwindow open automatically. In order to avoid me to type :ts and choose 1 2 3 etc.. > -- > 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 > -- 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
