On Thu, 2009-10-01 at 11:12 -0700, Matt Wilkie wrote: > Hi, > > I'm trying to have Cream use "C:\Temp" for swapfiles instead of the > folder the file being edited is in. I've created "C:\Documents and > Settings\myusername\.cream\cream-user.vim" with the following content, > but it is not being honoured: > > let g:CREAM_SWP = "C:/TEMP" > > I also tried: > > let $CREAM_SWP = "C:/TEMP" > > I know cream-user.vim is being processed because if I put garbage in > there is an error on startup, "E492: Not an editor command: ..." > > Thinking there might be some leftovers from upgrading (see previous > message) I uninstalled Cream+Vim, deleted %HOMEPATH%\.cream, and > reinstalled. No change. > > Am I seeing a bug, or doing something wrong?
Vim is VERY picky about path format on Windows, did you try "C:\\TEMP" and also confirm that the case is correct? Also make sure it isn't trying to use the "dir /x" type of shortname directory name. What version did you upgrade from, was it recent? (Just trying to figure out if this is something that hasn't been broken for a long while.) You might also need to send me the results of Tools > Add-ons > Cream Config Info offlist. -- Steve Hall [ digitect dancingpaper com ] :: Cream... usability for Vim :: http://cream.sourceforge.net ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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/devconf _______________________________________________ cream-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cream-general
