Bram,
I found that the help for timer_start() is missing the default value for
{options}. So here is a small doc patch:
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 8858562..8d0c731 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -7794,6 +7794,7 @@ timer_start({time}, {callback} [, {options}])
{options} is a dictionary. Supported entries:
"repeat" Number of times to repeat calling the
callback. -1 means forever.
+ When not there, callback will be called once.
Example: >
func MyHandler(timer)
Best,
Christian
--
Mit Absichten kann man nicht berühmt werden.
-- Henry Ford
--
--
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/d/optout.