Christian Brabandt wrote: > On Di, 22 Dez 2015, Ben Fritz wrote: > > > Already discussed here: > > https://groups.google.com/d/topic/vim_dev/P8EyOpmNj5A/discussion > > Thanks for pointing that out. > > > Supposedly the latest unreleased version of LargeFile fixes it for > > LargeFile. I don't remember if I ever tried it. Regardless I'd support > > NoMatchParen restoring current window. But what about the alternate > > window as somebody pointed out in that other thread? > > Here is a test patch, that works for :tabdo! and :windo! > I did not invent a solution for :bufdo/cfdo/cdo, since those commands > already support the '!' and personally, it does not seem to be a problem > for those commands. > > Interestingly, :windo! is already supported. I don't know why or what it > is supposed to do differently from :windo
Hmm, I think it's confusing that adding ! means something different for :windo and :bufdo. A separate argument would be better. That's more work, but I'm sure you can handle it :-). -- Not too long ago, a program was something you watched on TV... /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" 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_dev" 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.
