aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-10-15 12:04:30 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-10-15 12:12:20 +0900
commit40f853398ea0e4e94425234c3ed38f057659d3cc (patch)
tree8f47f3b871f88f8f14b6eb6948a8d668e397f8f2 /runtime/doc/eval.txt
parent59aa2eb501441a3995d5d81a81157efa2e22a41f (diff)
downloadrneovim-40f853398ea0e4e94425234c3ed38f057659d3cc.tar.gz
rneovim-40f853398ea0e4e94425234c3ed38f057659d3cc.tar.bz2
rneovim-40f853398ea0e4e94425234c3ed38f057659d3cc.zip
vim-patch:06d2d38
Updated runtime files. https://github.com/vim/vim/commit/06d2d38ab7564e1f784b1058a4ef4580cd6d1810
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 56829b1fa3..1eb5ec45c0 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 7.4. Last change: 2016 May 05
+*eval.txt* For Vim version 7.4. Last change: 2016 May 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7046,8 +7046,9 @@ timer_start({time}, {callback} [, {options}])
{only available when compiled with the |+timers| feature}
timer_stop({timer}) *timer_stop()*
- Stop a timer. {timer} is an ID returned by timer_start().
- The timer callback will no longer be invoked.
+ Stop a timer. The timer callback will no longer be invoked.
+ {timer} is an ID returned by timer_start(), thus it must be a
+ Number.
tolower({expr}) *tolower()*
The result is a copy of the String given, with all uppercase