Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Vim 中使用 FuzzyFinder 的行搜索。我正在尝试查找包含两个星号 (**) 的行。显然星号用于模式匹配,所以我尝试了反斜杠转义,但这不起作用。我怎样才能做到这一点?
您不能搜索文字*;您必须搜索不同的字符才能获得结果。FuzzyFinder 是一个通用引擎,在大多数模式下,*作为通配符的使用既直观又没有问题。使用行搜索,您会遇到这种极端情况。太糟糕了。
*