On Wed, September 23, 2009 10:41 am, hirudo wrote:
>
> First_string_1    Second_string_1
> First_string_2    Second_string_2
> ...
> First_string_n    Second_string_n
>
> All strings are potentially different, but contain no white spaces or
> non-word/letter characters.
>
> I wish to highlight every occurrence of a certain letter, say 'S', in
> the Second string, but not in the First!

Does that work?
/\(\s\+\S*\)\@<=S

regards,
Christian
-- 
:wq!


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

Reply via email to