On Monday, September 30, 2013 6:01:58 PM UTC+2, Christian Brabandt wrote: > On Mon, September 30, 2013 17:53, eckes wrote: > > > +1 have this demand too:http://stackoverflow.com/q/19097216/520162 > > > > While I like the idea of having a :cdo and :ldo command, for the time > > being, you can script yourself something similar, e.g. > > http://article.gmane.org/gmane.editors.vim/92691
There's also qargs [1] which adds the command `:Qargs` to populate the arglist with the quickfix list. Afterwards you can use `:argdo` to emulate `:cdo`. +1 for the patch [1] https://github.com/nelstrom/vim-qargs -- -- 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/groups/opt_out.
