On Tue, January 12, 2010 3:31 pm, Steven Woody wrote:
> I still want to see the error list and want to really browse on it,
> just don't want window switching. :)

Well, the brutal method would be to issue an autocommand on window leave.
So if you issue in your quickfix window this command:
:au WinLeave <buffer> :call feedkeys("copen\n")
you won't be able to leave the window. Use :au! WinLeave to delete this
autocommand.

But I doubt this is really a good idea. :cclose won't be able to close
the window then. You would need to exit the quickfix window by using :q

regards,
Christian

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to