diff runtime/doc/eval.txt @ 10153:715d6c5707b8

commit https://github.com/vim/vim/commit/abd468ed0fbcba391e7833feeaa7de3ced841455 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 8 22:22:43 2016 +0200 Updated runtime files
author Christian Brabandt <cb@256bit.org>
date Thu, 08 Sep 2016 22:30:08 +0200
parents b11ceef7116e
children 9f48eab77d62
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*	For Vim version 7.4.  Last change: 2016 Sep 05
+*eval.txt*	For Vim version 7.4.  Last change: 2016 Sep 07
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -7793,7 +7793,8 @@ timer_start({time}, {callback} [, {optio
 
 		{options} is a dictionary.  Supported entries:
 		   "repeat"	Number of times to repeat calling the
-				callback.  -1 means forever.
+				callback.  -1 means forever.  When not present
+				the callback will be called once.
 
 		Example: >
 			func MyHandler(timer)