vim 中的 FuzzyFinder - 防止 Windows 中的重复文件名

发布于 2024-10-17 15:21:28 字数 233 浏览 10 评论 0原文

我正在使用 Vim 的 FuzzyFinder 插件(特别是 Windows 上的 gvim)。它工作得很好,除了一个问题:它有许多重复的文件名。

据我所知,发生这种情况是因为它对文件名区分大小写,而 Windows 则不然。因此,当我从某个将目录列为“C:\”的地方打开一个文件,而在另一个将其列为“c:\”的地方打开一个文件时,我会得到两个不同的文件名。

有谁知道我可以解决这个问题的方法吗?

谢谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一杯敬自由 2024-10-24 15:21:28

您不应该这样问:首先搜索 fuzzyfinder 文档,然后创建一个新问题 如果文档中的内容不起作用,请让作者修复。您是否尝试过 g:fuf_ignoreCase 选项?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文