How can you put a list of files to Vim\'s -o -mode?
I have a list of files as Grep\'s output. I run unsuccessfully
grep -il
Sorry I'm late. Some of these options work for me but with weird side effects. Try this:
vim -o $(grep -il sid *)