Friday, December 6, 2013

Re: argdo does not execute macro on all args files

On 2013-12-06 11:26, Asis Hallab wrote:
> 1) In my ruby on rails project I opened Vim and set the argument
> list with :args `find . -name '*.rb'`

Just as a side note, Vim should be able to do this without relying on
"find" by using

:args **/*.rb

which you can read about at

:help starstar

I've been using that a LOT recently.

(re. your actual question, I suspect that LCD is right, that the
macro is failing on the files, so you'd want to tune/test your macro
on those files to make sure they aren't breaking)

-tim



--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: