Sunday, February 17, 2013

Re: vim: current best available jekyll plugin? (or, sub-subject: how to write a ranged command calling ranged function)

ping <songpingemail@gmail.com> a écrit:
> 2) even with that, I still can't catch the selected text range, but
> instead my test shows only 1st line(or "current") line
> is yanked. so I tried this:
>
> com! -range=% -nargs=1 Post :<line1>,<line2>call Post(<q-args>)
>
> now it seems to work.
>
> so it seems that to support "range" in command -- a common usage is to
> pass that range into a called func (also ranged),
> that 2 elements can't be ignored...
>
> not sure my understanding is correct or I still miss anything here?

You're correct, I was too hasty when writing the command.

Best,
Paul

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: