Is VIM capable of replacing matching text with a number that
increments with each match?

For instance:

case %match:
case %match:
case %match:
case %match:

Becomes:

case 1:
case 2:
case 3:
case 4:
case 5:

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to