FuzzyFinder in vim - prevent duplicate filenames in Windows

Posted by Edan Maor on Stack Overflow See other posts from Stack Overflow or by Edan Maor
Published on 2011-02-15T15:22:44Z Indexed on 2011/02/15 15:25 UTC
Read the original article Hit count: 269

Filed under:
|
|

I'm using the FuzzyFinder plugin for vim (specifically with gvim on Windows). It works great, except for one problem: it has many duplicate filenames.

As far as I can tell, this happens because it's case sensitive to filenames, whereas Windows is not. So when I open a file from someplace that lists the directory as "C:\", and another place that lists it as "c:\", I get two different filenames.

Does anyone know of a way that I can fix this?

Thanks!

© Stack Overflow or respective owner

Related posts about vim

Related posts about gvim