To illustrate, here\'s how to do it from the command-line:
vim `grep \"hello\" * -Rl`
This opens vim with all the files that have \"hello\" in
Well, this works for me:
:args `grep -Rl "hello" *`
Running vim 7.0.305.