Home
last modified time | relevance | path

Searched refs:tick (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dsqr.vim151 syn keyword sqrParam x-axis-major-tick-marks x-axis-max-value
153 syn keyword sqrParam x-axis-minor-tick-marks x-axis-rotate
154 syn keyword sqrParam x-axis-scale x-axis-tick-mark-placement xor
157 syn keyword sqrParam y-axis-major-tick-marks y-axis-max-value
159 syn keyword sqrParam y-axis-minor-tick-marks y-axis-scale
160 syn keyword sqrParam y-axis-tick-mark-placement y2-type
166 syn keyword sqrParam y2-axis-major-tick-marks y2-axis-max-value
168 syn keyword sqrParam y2-axis-minor-tick-marks y2-axis-scale
H A Dmp.vim496 syn keyword mpVardef sortpath strfmt tick varfmt
H A Dneomuttrc.vim27 " Escape sequences (back-tick and pipe goes here too)
H A Dmuttrc.vim30 " Escape sequences (back-tick and pipe goes here too)
H A D2html.vim1145 " appropriate tick value normally take 0 or 1 comparisons
/vim-8.2.3635/src/testdir/
H A Dtest_changedtick.vim5 " New buffer has an empty line, tick starts at 2.
H A Dtest_cmdline.vim1053 " Test for the tick mark (') in an excmd range
1055 " If only the tick is passed as a range and no command is specified, there
/vim-8.2.3635/src/
H A Dedit.c1486 varnumber_T tick = CHANGEDTICK(curbuf); in ins_redraw() local
1493 if (tick != CHANGEDTICK(curbuf)) // see ins_apply_autocmds() in ins_redraw()
1506 varnumber_T tick = CHANGEDTICK(curbuf); in ins_redraw() local
1513 if (tick != CHANGEDTICK(curbuf)) // see ins_apply_autocmds() in ins_redraw()
5421 varnumber_T tick = CHANGEDTICK(curbuf); in ins_apply_autocmds() local
5429 if (event != EVENT_INSERTLEAVE && tick != CHANGEDTICK(curbuf)) in ins_apply_autocmds()
H A Ddosinst.c464 DWORD tick; in run_silent_uninstall() local
473 tick = GetTickCount(); in run_silent_uninstall()
477 (unsigned int)((i + tick) & 0xFFFF)); in run_silent_uninstall()
H A Dsyntax.c1234 disptick_T tick; in syn_stack_cleanup() local
1253 tick = syn_block->b_sst_lasttick; in syn_stack_cleanup()
1262 if (!above || p->sst_tick < tick) in syn_stack_cleanup()
1263 tick = p->sst_tick; in syn_stack_cleanup()
1266 else if (!above && p->sst_tick < tick) in syn_stack_cleanup()
1267 tick = p->sst_tick; in syn_stack_cleanup()
1278 if (p->sst_tick == tick && prev->sst_lnum + dist > p->sst_lnum) in syn_stack_cleanup()
H A Dbuffer.c990 varnumber_T tick = CHANGEDTICK(buf); in free_buffer_stuff() local
995 CHANGEDTICK(buf) = tick; in free_buffer_stuff()
/vim-8.2.3635/runtime/doc/
H A Dterm.txt582 there should be a tick at allow-window-ops.
H A Dversion7.txt18306 Problem: Not waiting for a character when the tick count overflows.
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim945 \ , "-fsimpl-tick-factor="