* Samuel Wright [2006.11.27 11:15]:
> The regular expression works if I call it
> directly, but when I write
> 
> :function FixJHIndex
> 
> it just echoes the function definition. What am
> I missing?

:function does exactly as documented.

You want:
:call FixJHIndex()

See

:h :call
:h :function

-- 
JR

Reply via email to