comparison runtime/doc/eval.txt @ 10051:46763b01cd9a

commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 31 22:22:10 2016 +0200 Updated runtime files. Remove HiLink commands.
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Aug 2016 22:30:08 +0200
parents 43efa4f5a8ea
children d4b7232fc63a
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
1 *eval.txt* For Vim version 7.4. Last change: 2016 Aug 30 1 *eval.txt* For Vim version 7.4. Last change: 2016 Aug 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
7776 {time} is the waiting time in milliseconds. This is the 7776 {time} is the waiting time in milliseconds. This is the
7777 minimum time before invoking the callback. When the system is 7777 minimum time before invoking the callback. When the system is
7778 busy or Vim is not waiting for input the time will be longer. 7778 busy or Vim is not waiting for input the time will be longer.
7779 7779
7780 {callback} is the function to call. It can be the name of a 7780 {callback} is the function to call. It can be the name of a
7781 function or a Funcref. It is called with one argument, which 7781 function or a |Funcref|. It is called with one argument, which
7782 is the timer ID. The callback is only invoked when Vim is 7782 is the timer ID. The callback is only invoked when Vim is
7783 waiting for input. 7783 waiting for input.
7784 7784
7785 {options} is a dictionary. Supported entries: 7785 {options} is a dictionary. Supported entries:
7786 "repeat" Number of times to repeat calling the 7786 "repeat" Number of times to repeat calling the