On Sat, 12 Aug 2006 19:32:20 +1000
an obvisouly dazed Mark Woodward wrote:
 
>     if stridx(s:line,"function") >=  0 
>         s:funcname = matchstr(s:line,"function \zs\w\+")
>         ^^^^^^^^^^^

s:funcname = matchstr(s:line, 'function \zs\w\+')

single quotes!!!


-- 
Mark

Reply via email to