On Fri,May 09 04:24:PM, Jean-Rene David wrote: > * Guy Gold [2014.05.09 15:43]: > > If," vim -c ':r /path/to/file' " is used, what happens in mutt > > is, vim gets two files to edit, "/path/to/file" and > > /tmp/mutt-muttfile.being.edited. > Not at all. Did you try it? > You would have two files to edit if you did: > vim -c ":e /path/to/file" > or > vim /path/to/file > But not with: > vim -c ":r /path/to/file"
Jean-Rene, you were right. I tried using just vim -c ":r /path/to/file" ,(with escaped quotes, just to be safe), and it worked fine. -- GG
