| /vim-8.2.3635/src/ |
| H A D | time.c | 280 time_t seconds; in f_strftime() local 292 seconds = time(NULL); in f_strftime() 294 seconds = (time_t)tv_get_number(&argvars[1]); in f_strftime() 295 curtime = vim_localtime(&seconds, &tmval); in f_strftime() 1109 long seconds = (long)(vim_time() - tt); in add_time() local 1112 NGETTEXT("%ld second ago", "%ld seconds ago", seconds), in add_time() 1113 seconds); in add_time()
|
| H A D | if_xcmdsrv.c | 196 …oid ServerWait(Display *dpy, Window w, EndCond endCond, void *endData, int localLoop, int seconds); 553 int seconds) in ServerWait() argument 588 if (seconds >= 0 && (now - start) >= seconds) in ServerWait()
|
| H A D | quickfix.c | 6168 time_t seconds = 0; in vgr_process_files() local 6188 seconds = (time_t)0; in vgr_process_files() 6193 if (time(NULL) > seconds) in vgr_process_files() 6197 seconds = time(NULL); in vgr_process_files()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_32.txt | 150 3 2 16 seconds ago 151 4 3 5 seconds ago 155 seconds with this command: >
|
| H A D | undo.txt | 131 166 164 3 seconds ago 140 N seconds ago 141 HH:MM:SS hour, minute, seconds 154 :earlier {N}s Go to older text state about {N} seconds before. 173 :later {N}s Go to newer text state about {N} seconds later.
|
| H A D | various.txt | 717 :[N]sl[eep] [N][m] Do nothing for [N] seconds. When [m] is included, 719 uses seconds. The default is one second. > 721 :5sleep "sleep for five seconds 723 10gs "sleep for ten seconds
|
| H A D | netbeans.txt | 537 setExitDelay seconds 538 Set the delay for exiting to "seconds", a number. 540 before really exiting. The default delay is two seconds.
|
| H A D | develop.txt | 535 seconds for English, which can be acceptable for interactive use. But for 536 some languages it takes more than ten seconds (e.g., German, Catalan),
|
| H A D | recover.txt | 105 typed anything for four seconds. This only happens if the buffer was
|
| H A D | usr_11.txt | 71 changes to disk when you don't type for about four seconds, or after typing
|
| H A D | testing.txt | 204 wait time of up to 3 seconds for messages
|
| H A D | intro.txt | 165 problem to worry about. Vim does use the time in the form of seconds since 169 There might be a year 2038 problem, when the seconds don't fit in a 32 bit int
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xquery.vim | 29 …t root round round-half-to-even round-half-to-even seconds-from-dateTime seconds-from-duration sec…
|
| H A D | expect.vim | 56 syn keyword expectOutVar contained spawn_id seconds seconds_total
|
| H A D | hog.vim | 37 syn keyword HogEvFilterOptions skipwhite gen_id sig_id count seconds nextgroup=HogNumber
|
| H A D | sqlanywhere.vim | 46 syn keyword sqlFunction remainder rewrite rowid second seconds 575 syn keyword sqlKeyword scale schedule schema scope script scripted scroll search seconds secqty se…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_stat.vim | 37 " On some systems the file timestamp is rounded to a multiple of 2 seconds. 54 " FAT has a granularity of 2 seconds, otherwise it's usually 1 second
|
| H A D | shared.vim | 95 " Wait for up to 2 seconds for the port number to be there. 124 " Wait for up to five seconds for "expr" to become true. "expr" can be a 143 " Wait for up to five seconds for "assert" to return zero. "assert" must be a
|
| H A D | popupbounce.vim | 78 echomsg framecount .. ' frames in ' .. string(elapsed) .. ' seconds, ' .. string(framecount / elaps…
|
| H A D | runtest.vim | 280 let message ..= ' in ' .. reltimestr(time) .. ' seconds' 356 let message ..= ' in ' .. reltimestr(reltime(s:start_time)) .. ' seconds' 480 " couple of seconds to have a higher chance of succeeding the second
|
| H A D | test_undo.vim | 179 :" Jump two seconds and go some seconds forward and backward
|
| H A D | test_edit.vim | 636 " error sleeps 2 seconds, when v:testing is not set 885 " error sleeps 2 seconds, when v:testing is not set 1653 " Avoid a sleep of 3 seconds. Zero might have side effects.
|
| H A D | test_excmd.vim | 42 call assert_match('1[0-3] seconds ago', bufs[1][1])
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | cleanadd.vim | 5 " Time in seconds after last time an ll.xxxxx.add file was updated
|
| /vim-8.2.3635/runtime/ |
| H A D | scripts.vim | 389 \ && s:line3 =~# '^Each sample counts as .* seconds.$'
|