当您执行搜索时,Google Chrome中有一个很好的功能。它会告诉您您要搜索的关键字的匹配数。然而,在Vim我没有看到这样的功能。有些人建议使用%s / pattern // gn或类似的:
原文链接:https://www.f2er.com/bash/390043.htmlhttp://vim.wikia.com/wiki/Count_number_of_matches_of_a_pattern
Unable to count the number of matches in Vim
但这是相当长的真的!当我按’*’,’%’或使用’/’和’?’搜索时,我正在寻找计数。
任何想法?