| /vim-8.2.3635/src/ |
| H A D | viminfo.c | 872 time_t timestamp; in write_viminfo_history() local 878 timestamp = histentry[i].time_set; in write_viminfo_history() 913 type, (long)timestamp, cbuf); in write_viminfo_history() 1734 time_t timestamp; in handle_viminfo_register() local 1772 timestamp = (time_t)vp[5].bv_nr; in handle_viminfo_register() 1774 && (timestamp == 0 || y_ptr->y_time_set > timestamp)) in handle_viminfo_register() 1792 y_ptr->y_time_set = timestamp; in handle_viminfo_register() 2591 time_t timestamp; in handle_viminfo_mark() local 2611 timestamp = (time_t)vp[3].bv_nr; in handle_viminfo_mark() 2627 if (timestamp != 0) in handle_viminfo_mark() [all …]
|
| H A D | spellfile.c | 676 time_t timestamp; in suggest_load_files() local 729 timestamp = get8ctime(fd); // <timestamp> in suggest_load_files() 730 if (timestamp != slang->sl_sugtime) in suggest_load_files()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filechanged.vim | 14 " Need to wait until the timestamp would change by at least a second. 102 " Need to wait until the timestamp would change by at least a second.
|
| H A D | test_stat.vim | 37 " On some systems the file timestamp is rounded to a multiple of 2 seconds.
|
| H A D | test_spellfile.vim | 397 " create an empty spell file with a suggest timestamp 430 " missing suggest timestamp 439 " incorrect suggest timestamp
|
| H A D | test_window_cmd.vim | 668 " Need to wait a bit for the timestamp to be older.
|
| H A D | test_viminfo.vim | 599 call add(lines, '|2,0,,1,"x"') " no timestamp
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mysql.vim | 115 syn region mysqlType start="^timestamp\W" end="."me=s-1 116 syn region mysqlType start="^timestamp$" end="."me=s-1 117 syn region mysqlType start="^timestamp(" end=")" contains=mysqlNumber,mysqlVariable
|
| H A D | monk.vim | 114 syn keyword monkFunc regex string->path timestamp uniqueid verify 121 syn keyword monkFunc find-get-after find-get-before get-timestamp julian-date?
|
| H A D | expect.vim | 39 syn keyword expectStatement timestamp trace trap wait
|
| H A D | psf.vim | 58 … matchgroup=psfAttrib start="^\s*\(create_time\|ctime\|mod_time\|mtime\|timestamp\)\s\+" contains=…
|
| H A D | gnuplot.vim | 401 syn keyword gnuplotKeyword timestamp notimestamp colour mitered beveled 443 " set timestamp 444 syn keyword gnuplotKeyword timestamp top bottom offset font
|
| H A D | stp.vim | 65 syn keyword stpType timestamp varbinary varchar
|
| H A D | samba.vim | 66 syn keyword sambaKeyword contained times timestamp to trusted ttl unix update
|
| H A D | dtrace.vim | 92 syn keyword dtraceIdentifier pset root stackdepth tid timestamp uid uregs
|
| H A D | sqloracle.vim | 58 syn keyword sqlType smallint real timestamp urowid varchar varchar2 varray
|
| H A D | dnsmasq.vim | 137 syn match DnsmasqKeyword "^\s*dnssec-timestamp\>"
|
| H A D | j.vim | 29 …out stringreplace symdat symget symset take takeafter taketo timespacex timestamp timex tmoutput t…
|
| H A D | progress.vim | 206 …types log-threshold logfile-name logging-level logical login-expiration-timestamp login-host login… 242 syn keyword ProgressOperator scrolled-row-pos[ition] scrolling seal seal-timestamp section select-a…
|
| H A D | sqlanywhere.vim | 727 syn keyword sqlType date datetime datetimeoffset smalldatetime time timestamp
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | editing.txt | 974 elsewhere. See |timestamp|. 1584 10. Timestamps *timestamp* *timestamps* 1586 Vim remembers the modification timestamp, mode and size of a file when you 1600 *ignore-timestamp* 1615 When Vim notices the timestamp of a file has changed, and the file is being 1639 Once a file has been checked the timestamp is reset, 1644 Check the timestamp of a specific buffer. The buffer 1659 Before writing a file the timestamp is checked. If it has changed, Vim will
|
| H A D | various.txt | 288 After the command has been executed, the timestamp and 289 size of the current file is checked |timestamp|.
|
| H A D | message.txt | 630 The file which you have started editing has got another timestamp and the 661 When the timestamp for a buffer was changed and the contents are still the
|
| H A D | starting.txt | 1514 *viminfo-timestamp* 1515 For some items a timestamp is used to keep the last changed version. Here it 1524 The timestamp feature was added before Vim 8.0. Older versions of Vim, 1525 starting with 7.4.1131, will keep the items with timestamp, but not use them.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2783 …uliantojd(':'int $month, int $day, int $year | int','unixtojd(':'[ int $timestamp = time()] | int'… 2786 …timestamp [, int $format = SUNFUNCS_RET_STRING [, float $latitude = ini_get("date.default_latitude… 2789 …(':'int $seconds, int $nanoseconds | mixed','time_sleep_until(':'float $timestamp | bool','uniqid(…
|