bgold12 wrote:
> Hey, I've just discovered that vim doesn't retain the case of 
> the filename you provide as the argument to the :write 
> command if there's a filename by the same name but different 
> case in the folder you're saving to, or if you're writing a 
> file that's already has the same name but different case as 
> the one you're saving.

This is a feature of Windows. You can try this at command prompt (no Vim 
running):

 echo 111111 > juNK.txt
 dir junk.txt
 echo 222222 > Junk.txt
 dir junk.txt

The second dir is the same as the first.

John


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to