vim-patch:7.4.2180

Problem:    There is no easy way to stop all timers.  There is no way to
            temporary pause a timer.
Solution:   Add timer_stopall() and timer_pause().

b73598e2f0
This commit is contained in:
Jurica Bradaric
2017-03-05 16:25:40 +01:00
committed by Jurica Bradaric
parent 8924e75f34
commit 5b8ce2feed
6 changed files with 141 additions and 22 deletions

View File

@@ -307,8 +307,10 @@ return {
termopen={args={1, 2}},
test_garbagecollect_now={},
timer_info={args={0,1}},
timer_pause={args=2},
timer_start={args={2,3}},
timer_stop={args=1},
timer_stopall={args=0},
tolower={args=1},
toupper={args=1},
tr={args=3},