Home
last modified time | relevance | path

Searched refs:due (Results 1 – 25 of 43) sorted by relevance

12

/vim-8.2.3635/src/
H A Dtime.c392 proftime_time_left(proftime_T *due, proftime_T *now) in proftime_time_left() argument
397 if (now->QuadPart > due->QuadPart) in proftime_time_left()
400 return (long)(((double)(due->QuadPart - now->QuadPart) in proftime_time_left()
403 if (now->tv_sec > due->tv_sec) in proftime_time_left()
405 return (due->tv_sec - now->tv_sec) * 1000 in proftime_time_left()
406 + (due->tv_usec - now->tv_usec) / 1000; in proftime_time_left()
/vim-8.2.3635/src/proto/
H A Dtime.pro10 long proftime_time_left(proftime_T *due, proftime_T *now);
/vim-8.2.3635/runtime/syntax/
H A Dtaskdata.vim15 syn keyword taskdataKey description due end entry imask mask parent
H A Duil.vim4 " Please be aware: I'm often slow to answer email due to a high
H A Dpike.vim79 " highlighting semicolons that are out of place due to a paren imbalance
/vim-8.2.3635/runtime/tutor/
H A Dtutor.it.utf-8222 ---> Qualcuno ha battuto la fine di questa linea due volte. linea due volte.
262 2. Batti 2w per spostare il cursore due parole più avanti.
289 2. Batti d2w per cancellare le due parole MAIUSCOLE
307 due d consecutive per cancellare una linea.
312 4. Batti 2dd per cancellare due linee.
569 4. Per cambiare ogni ricorrenza di una stringa di caratteri tra due linee,
H A Dtutor.it222 ---> Qualcuno ha battuto la fine di questa linea due volte. linea due volte.
262 2. Batti 2w per spostare il cursore due parole pi� avanti.
289 2. Batti d2w per cancellare le due parole MAIUSCOLE
307 due d consecutive per cancellare una linea.
312 4. Batti 2dd per cancellare due linee.
569 4. Per cambiare ogni ricorrenza di una stringa di caratteri tra due linee,
/vim-8.2.3635/runtime/indent/
H A Dgo.vim15 " C indentation is too far off useful, mainly due to Go's := operator.
H A Dada.vim140 " (after we've indented due to multi-line statements).
257 " Don't do this if we've already indented due to the previous line
H A Draku.vim41 " we reset it first because the Perl 5 indent file might have been loaded due
H A Dsas.vim110 " would not work due to nesting
H A Dawk.vim98 " Need continuation due to comma, backslash, etc
H A Docaml.vim8 " 2005 Jun 25 - Fixed multiple bugs due to 'else\nreturn ind' working
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim526 " When a function with the "abort" attribute is aborted due to an
715 " In code skipped over due to an error or inactive conditional,
1545 if 1 " not active due to error
1553 try " not active due to error
1584 if 1 " not active due to interrupt
1592 try " not active due to interrupt
1615 if 1 " not active due to :throw
1623 try " not active due to :throw
1649 if 1 " not active due to :throw
1664 try " not active due to :throw
[all …]
H A Dtest_virtualedit.vim338 " Test for ^Y/^E due to bad w_virtcol value, reported by
/vim-8.2.3635/runtime/doc/
H A Darabic.txt176 and its support is preferred due to its level of offerings.
315 not happen due to the sandwiched haraka resulting in something
H A Dos_390.txt74 visual block mode. This may be due to a memory corruption issue. Note that
H A Drileft.txt31 within the same window. Vim currently, due to simplicity, does not offer
H A Dpi_zip.txt142 due to "Pattern not found: ^.*\%0c"; this was caused by
H A Dvisual.txt322 block RHS is not straight, due to different line lengths:
H A Dpi_netrw.txt3649 This may be due to an encoding problem. I myself usually use
3818 check that your problem is really due to netrw. Create a file
3829 still present. This procedure sidesteps any issues due to personal .vimrc
3903 debugging trace is due to which command.
4132 due to g:netrw_keepdir == 1
4214 Jul 09, 2014 * fixing bugs due to previous update
/vim-8.2.3635/src/po/
H A Dit.po614 msgstr "E101: Pi� di due buffer in modalit� 'diff', non so quale usare"
1122 msgstr "E465: :winsize richiede due argomenti numerici"
1132 msgstr "E466: :winpos richiede due argomenti numerici"
4302 "contenere due o pi� righe"
5440 msgstr "E177: Non si pu� specificare due volte il contatore"
5535 msgstr "E884: Il nome della funzione non pu� contenere un due punti: %s"
6294 "una Lista con una o due stringhe"
6465 msgstr "E1050: Un due punti necessario prima di un intervallo: %s"
6492 msgstr "E1059: Nessuno spazio bianco consentito prima dei due punti: %s"
8594 msgstr "usare due spazi dopo un '.' quando si unisce una riga"
[all …]
/vim-8.2.3635/runtime/autoload/
H A Dada.vim486 " Lines consisting only of ')' ';' are due to a gnat pretty bug and
/vim-8.2.3635/runtime/ftplugin/
H A Dsql.vim521 " active due to the <CR> at the beginning of the map
H A Docaml.vim67 " Let % jump between structure elements (due to Issac Trotts)

12