Searched refs:paused (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_timers.vim | 139 call assert_equal(0, info[0]['paused']) 143 call assert_equal(1, info[0]['paused']) 149 call assert_equal(0, info[0]['paused'])
|
| H A D | test_vim9_builtin.vim | 3913 info[0]['paused']->assert_equal(1)
|
| /vim-8.2.3635/src/ |
| H A D | time.c | 810 int paused = (int)tv_get_bool(&argvars[1]); in f_timer_pause() local 813 timer->tr_paused = paused; in f_timer_pause()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 132 …lternate", "alternate-reverse"] + ["none", "forwards", "backwards", "both"] + ["running", "paused"] 146 let values = ["running", "paused"]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | css.vim | 155 syn keyword cssAnimationAttr contained running paused
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 11557 "paused" 1 if the timer is paused, 0 otherwise 11564 timer_pause({timer}, {paused}) *timer_pause()* 11565 Pause or unpause a timer. A paused timer does not invoke its 11573 If {paused} evaluates to a non-zero Number or a non-empty 11574 String, then the timer is paused, otherwise it is unpaused.
|