Hi Xell!

On Do, 05 Aug 2010, Xell Liu wrote:

> Hi all,
> 
> For example, when I want to search all letters and digits (i.e. all
> [:alnum:] ) except the two letters "a" and "b" (without quotes), how
> should I do that instead of stupidly enumerating all the characters I
> want?

Something like this should work:
/[[:alnum:]]\&[^ab]


regards,
Christian

-- 
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