On Wednesday, December 2, 2015 at 5:53:46 AM UTC-6, Jan wrote:
> I have two buffers open in a split window. I also have the quickfix window 
> open. I want to :diffthis on each of the non-quickfix buffers, by doing 
> ":windo diffthis", but it also does it on the quickfix window. Other than 
> doing "diffthis" twice, ie. going to each window and setting it manually, is 
> there a way to :windo "something" and have it not do it on the quickfix 
> window (or location list)?

You can check the &filetype or &buftype options in an "if" within the command. 
It's a little awkward, but I don't know any better ways.

-- 
-- 
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 because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to