On Jul 8, 2:02 am, cbsch <[email protected]> wrote: > > set backupdir=%temp%\vimbackup
I think this may be your problem, or at least related to it. I'm not sure what it will do, but it should be: set backupdir=$TEMP/vimbackup or set backupdir=$TEMP\\vimbackup Some experimentation shows that your setting may also work...but I think it's not the "correct" way to do it. -- 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
