I'm using Vim 7.3.67 on Windows 7. I made a change to my .vimrc file, and now
when I launch vim by double-clicking a text file on my desktop, the tool works
as expected. But when I exit with :wq, the file icon moves as if "auto arrange
icons" attribute is set (which it is not). The icon doesn't move with :q
The .vimrc change I made was to add:
set backup
set backupdir=C:\Users\Gary\Temp
set backupskip=C:\Users\Gary\Temp
set directory=C:\Users\Gary\Temp
set writebackup
When I comment these change out of my .vimrc, the file icon doesn't move (which
is good), but the backup file is auto-added to my desktiop (in an icon aligned
way), which I'm trying to avoid...
Any ideas? I've done a bunch of google searches, but no luck on this one.
Thanks!
Gary
--
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