On Thu, Oct 3, 2013 at 12:40 AM, kans <[email protected]> wrote:
> I believe we have addressed all major concerns- the last one being the 
> ex_timers command which shows all pending timers.  If we have missed 
> something, or you have other concerns, please let us know.  As I wrote 
> before, we'd really like to see this feature in Vim.

Thanks everybody for your efforts.

Quick question. You chose to make the string argument to settimeout()/
setinterval() a colon command:

        :call settimeout(1000, "echo 2")

Thus, what settimeout() does is "execute a command", but the help states
it "evaluate[s] the expression". This confusion needs to be cleared up;
for consistency, I think that settimeout() and setinterval() should
indeed accept a Vim expression, not a colon command, e.g.,

        :call settimeout(1000, "indexer#Update()")

where Update() is a user function. Compare remote_expr() and friends, as
well as the '*expr' options. But I may be missing something.

Second, do you know of existing plugins that rely on this patch, so that
we can grab it and try it out in our own settings without having to
write our own dummy plugins?

Thanks,

-- 
-- 
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Raspunde prin e-mail lui