On Fri, 2009-10-16 at 10:15 -0700, Matt Wilkie wrote: [...]
> I've found something that does work: set CREAM_SWP as an environment > variable and .swp files are placed in that folder. CREAM_CWD as an > env var however has no observable effect. Bah, sorry. I forgot all these are environmental, not globals: http://cream.sourceforge.net/faq.html#0208 Thus, to change any of them, you'll have to put them in your environmental variables OR place them at the top of cream.bat: set CREAM_BAK=[mypath] set CREAM_SWP=[mypath] If you do the latter, you'll need to fix your menu items that start cream (Desktop, Start Menu) to reference the bat. You might also be able to work them into the environment of the icon (can't remember, not on Windows ATM.) Putting them in the environment might be easier, but I always dislike customizing this on Windows since you never know what else it gums up. Note that there is no CREAM_CWD variable. -- 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
