Hi vim_use!

On Mo, 21 Feb 2011, Christian Brabandt wrote:

>     let _c = getpos('.')
>     exe append(a:firstline, a[args[0] : args[1]])
>     call setpos('.', _c)

Upps.
Make that:
    call append(a:firstline, a[args[0] : args[1]])

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