Benjamin Fritz wrote: > Currently the MatchParen plugin distributed with Vim, will > automatically cycle through all windows with :windo, when you use the > :NoMatchParen or :DoMatchParen command. > > This causes problems with (for example) the LargeFile plugin from Dr. > Chip, since that plugin calls NoMatchParen *prior to* reading the > file, and then expects the window to remain unchanged. > > Should this command save the current window and jump back to it? > > Or should that be the responsibility of plugin authors? > > I glanced at LargeFile (v7c) -- its already saving the current window and jumping back to it (and it also saves and restores the alternate window, too). I think NoMatchParen probably should save and restore the current and alternate windows, myself.
Regards, Chip Campbell -- -- 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.
