Heya, I enabled CASE_INSENSITIVE_FILENAME on my Linux box, which works in almost all cases, except when you try to save a file and there already exists a file differing only in case.
An example: $ vim Foo<CR> iThe file Foo<Esc>:w foo ... at which point Vim responds with ["Foo" 1L, 13C written]. Esentially, I just want it to be enabled when I do filesystem completion -- just like readline's completion-ignore-case. However, I can't make much sense of os_unix.c / misc1.c. Could anyone help me by pointing me in the right direction? Thanks in advance, Mikael --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
