diff options
author | Drew Neil <andrew.jr.neil@gmail.com> | 2017-03-20 12:23:19 +0000 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-20 13:23:19 +0100 |
commit | ae16e4fa1363b531972628c14bb225b4cd45dbc6 (patch) | |
tree | ce8147fd2ead05ce99145238bf7c2ef884efe618 | |
parent | 091a99afd43126d5e25fd6ea3f19f531a1b5cb9c (diff) | |
download | rneovim-ae16e4fa1363b531972628c14bb225b4cd45dbc6.tar.gz rneovim-ae16e4fa1363b531972628c14bb225b4cd45dbc6.tar.bz2 rneovim-ae16e4fa1363b531972628c14bb225b4cd45dbc6.zip |
doc: remove "only available when compiled with +timers" (#6321)
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index d94b3b7a2e..e1a8ba079a 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -7538,7 +7538,6 @@ timer_start({time}, {callback} [, {options}]) \ {'repeat': 3}) < This will invoke MyHandler() three times at 500 msec intervals. - {only available when compiled with the |+timers| feature} timer_stop({timer}) *timer_stop()* Stop a timer. The timer callback will no longer be invoked. |