Hi ZyX!

On Mo, 30 Aug 2010, ZyX wrote:

> You are sure? Quick test:
>     :echo matchstr('"", "a...@def", ""', '"\zs.\...@.\{-}\ze"')
> should echo ``...@def'', but echoes ``", "a...@def''.

I am not sure, what you tested, but this works as expected:

:echo matchstr('"a...@def"', '"\zs.\...@.\{-}\ze"')
a...@def 


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