开发者

FuzzyFinder in vim - prevent duplicate filenames in Windows

开发者 https://www.devze.com 2023-02-11 03:23 出处:网络
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.

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:\开发者_StackOverflow社区", I get two different filenames.

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

Thanks!


You should not ask this on SO: first search fuzzyfinder documenation, second create a new issue and let the author fix if nothing from the documentation worked. Have you tried g:fuf_ignoreCase option?

0

精彩评论

暂无评论...
验证码 换一张
取 消