Antonella, I'm posting this to vim_use, which I think is the mailing list you wanted. You stumbled across the group from a 2007 summer project which is now inactive.
Ian -------- Original Message -------- Subject: find the first occurence in a pattern Date: Tue, 28 Oct 2008 14:56:00 -0700 (PDT) From: antonella <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Vim SoC Regexp <[EMAIL PROTECTED]> Hi all, I have this string: sads _A 1any type of carachter1 A_ any type of carachter _A 2any type of carachter2 A_ adsd and I want to match: _A 1any type of carachter1 A_ _A 2any type of carachter2 A_ If I try with this: /_A.*A_ I obtain: _A 1any type of carachter1 A_ any type of carachter _A 2any type of carachter2 A_ that it's not that I want grazie, Antonella -- --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
