in vim, how to set “args” to the result of a “grep -l”?

前端 未结 2 1903
遇见更好的自我
遇见更好的自我 2021-02-14 06:08

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

2条回答
提交回复
热议问题