Τη Κυριακή, 20 Ιανουαρίου 2013 5:01:12 μ.μ. UTC+2, ο χρήστης Aggelos Kolaitis 
έγραψε:
> > You can add the "\>" token to ensure that they go through the end of 
> > 
> > the word:
> > 
> >    match Keyword /[A-Z]\{2,}\>/
> > 
> > -tim
> 
> Thanks for your advice tim. It works, but it still highlights text like this:
> aSDL 
> 
> I added \< so that the line is like this:
> 
> match Keyword /\<[A-Z]\{2,\}\>/
> 
> But that way it doesn't work at all. Have I messed it up a little bit?

Nah, nevermind I got it.
It was a typo / instead of \. It took a while but I fixed it and it works great.
Tim, thanks again!!

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to