On 2/25/07, Pavel Shevaev <[EMAIL PROTECTED]> wrote:
> When vim is given 500 file arguments, it opens only
> the first one. Regarding the other 499 files,  it just
> remembers the names, for the beginning, so you see the first tfile very 
quicky.
> Only when you explicitly visit/open some of the other files, vim
> will actually read its contents. Just try it out. It works fast.

That sounds great but how to deal with dreadful "too many arguments"
bash error? Using something like "$ find -type f -name '*.txt' | xargs
vim --remote"?

Maybe this will work:
 vim
 :args **
or
 :args * */**
?

Yakov

Reply via email to