On Wed, 2009-10-14 at 11:46 -0700, Matt Wilkie wrote:
>
> It appears my exuberance is premature. I'm still getting the swap
> exists error, but now only occasionally. Also sometimes after
> getting that error menu commands ("File>Open" or "File>SaveAs") have
> no effect until I open yet another file via the r-click context
> menu. The subsequent open-with files do not display the swap-exists
> error.

This is baffling to me. Are these files on a remote server that
we could blame this all on latency?

> > You can force Cream to work in another directory by using a
> > cream-conf and uncommenting the following line (start with
> > cream-conf.example.vim)
> >
> >   let g:CREAM_CWD = '/tmp'
>
> I copied ...[install
> location]...\vim\vim72\cream\cream-conf.example.vim to [same
> dir]\cream-conf.vim and added "let g:CREAM_CWD = 'C:\\TEMP'" to line
> 190 (just before "endfunction). 

Try it with double quotes:

  let g:CREAM_CWD = "C:\\TEMP"

Does that work? Vim has a habit of confusing single quotes and escaped
backslashes on Windows. I believe technically, this should also work:

  let g:CREAM_CWD = 'C:\TEMP'

but I always favor the first double quotes method to make sure.

-- 
Steve Hall  [ digitect dancingpaper com ]
:: Cream... usability for Vim
::   http://cream.sourceforge.net



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
cream-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cream-general

Reply via email to