Friday, October 22, 2010

RE: WinXP - E484 Can't open file

aki y wrote:
> "C:\Program Files\Vim\vim72\gvim" -u NONE -U NONE
>
> And then on the Vim command line:
> :echo system('echo foo')
>
> Then the error I get is
>
> E484: Can't open file C:\DOCUME~1\michiaki\Local
> Settings\Temp \VIo2669.tmp

What is output from (not sure if this is relevant):
:set shell?

For testing, what happens when you do this:
:exec 'e '.tempname()

That calls tempname() to generate the name of a temp file, and
appends it to 'e ' so it will edit a temp file. Can you type
some text and save that temp file?

John

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: