Home
last modified time | relevance | path

Searched refs:paused (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_timers.vim139 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 Dtest_vim9_builtin.vim3913 info[0]['paused']->assert_equal(1)
/vim-8.2.3635/src/
H A Dtime.c810 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 Dcsscomplete.vim132 …lternate", "alternate-reverse"] + ["none", "forwards", "backwards", "both"] + ["running", "paused"]
146 let values = ["running", "paused"]
/vim-8.2.3635/runtime/syntax/
H A Dcss.vim155 syn keyword cssAnimationAttr contained running paused
/vim-8.2.3635/runtime/doc/
H A Deval.txt11557 "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.