> the closing tags are matched because the slash is not matched with the
> optional slash in your regular expression but with [^t]. You can correct
> this by including the slash in the first character class:
>
>   s@</\=[^/t][^>]*>@@g
>
> Regards,
> Jürgen

O.k. jetzt ist es klar. Vielen Dank ("O.k now I understand. Thanks a
lots).

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

Reply via email to