On 3/29/07, MM <[EMAIL PROTECTED]> wrote:
When I do a search using / ,?,* or # how do I determine the number of matches of search pattern in the current buffer ?
Try this plugin: http://www.vim.org/scripts/script.php?script_id=1682 Conveniently, it gives you number of matches for *every* search, and index of current match among all matches. Yakov
