Monday, February 21, 2011

Re: Including into the current buffer from an external source

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

No comments:

Post a Comment