How can you count the number of matches in Vim?
For instance, for the text
<?
|
|
|
|
|
|
|
See |
||||||||||
|
|
|
Count-items describes what you are after.
This is the substitution command, but the n flag avoids the actual substitution. |
||
|
|