| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | pdf.vim | 72 function! s:dodigits(digits) argument 73 let digits = 0 + substitute(a:digits,'^0*','','') 75 if digits <= 0 80 exe "goto ".(digits)."|norm! 1 "
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xpm.vim | 43 break " if cpp is not made of digits there must be something wrong 79 " Vim cannot handle RGB codes with more than 6 hex digits 84 " nor with 3 digits
|
| H A D | xpm2.vim | 50 break " if cpp is not made of digits there must be something wrong 86 " Vim cannot handle RGB codes with more than 6 hex digits 91 " nor with 3 digits
|
| H A D | msmessages.vim | 70 " flag an octal number with wrong digits 79 "hexadecimal floating point number, optional leading digits, with dot, with exponent 81 "hexadecimal floating point number, with leading digits, optional dot, with exponent
|
| H A D | asterisk.vim | 29 " oldlabel plus digits (newlabel) 31 " s or n plus digits (newlabel)
|
| H A D | vera.vim | 168 "hexadecimal floating point number, optional leading digits, with dot, with exponent 170 "hexadecimal floating point number, with leading digits, optional dot, with exponent 173 " flag an octal number with wrong digits
|
| H A D | slice.vim | 47 " flag an octal number with wrong digits
|
| H A D | hex.vim | 9 " field digits states
|
| H A D | srec.vim | 8 " field digits states
|
| H A D | snobol4.vim | 63 syn match snobol4SysVar "&\<\(abort\|alphabet\|anchor\|arb\|bal\|case\|code\|digits\|du…
|
| H A D | rexx.vim | 37 syn match rexxKeyword contained "\<numeric \(digits\|form \(scientific\|engineering\|value\)\|fuzz\… 201 syn match rexxOptionsDirective2 "\<\(digits\|form\|fuzz\|trace\)\>" containedin = rexxOptionsDirect…
|
| H A D | c.vim | 207 "hexadecimal floating point number, optional leading digits, with dot, with exponent 209 "hexadecimal floating point number, with leading digits, optional dot, with exponent 213 " flag an octal number with wrong digits
|
| H A D | json.vim | 57 " Syntax: An integer part of 0 followed by other digits is not allowed.
|
| H A D | icon.vim | 35 syn match iconKeyword "&digits"
|
| H A D | tads.vim | 75 " flag an octal number with wrong digits
|
| H A D | chill.vim | 64 " flag an octal number with wrong digits
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_sort.vim | 865 \ 'name' : 'alpha, skip past first 2 digits', 905 \ 'name' : 'numeric, skip past first 2 digits', 945 \ 'name' : 'hexadecimal, skip past first 2 digits', 985 \ 'name' : 'alpha, sort on first 2 digits', 1025 \ 'name' : 'numeric, sort on first 2 digits', 1065 \ 'name' : 'hexadecimal, sort on first 2 digits',
|
| H A D | test_termcodes.vim | 1542 " response to t_RF, 4 digits 1550 " response to t_RF, 2 digits 1558 " response to t_RB, 4 digits, dark 1569 " response to t_RB, 4 digits, light 1580 " response to t_RB, 2 digits, dark 1591 " response to t_RB, 2 digits, light
|
| H A D | test_regexp_latin.vim | 687 " Any identifier but excluding digits or end-of-line 691 " Any keyword but excluding digits or end-of-line 695 " Any filename character but excluding digits or end-of-line 699 " Any printable character excluding digits or end-of-line
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_27.txt | 461 \I like \i, excluding digits 463 \K like \k, excluding digits 465 \P like \p, excluding digits 467 \F like \f, excluding digits 520 letters and three digits. Directly putting this into a search pattern: > 524 Another way is to specify that there are three digits and letters with a 542 letter and further consists of letters and digits. Underscores can be used
|
| H A D | xxd.man | 36 Switch to bits (binary digits) dump, rather than hexdump. This 37 option writes octets as eight digits "1"s and "0"s instead of a 64 or eight bit-digits each) by a whitespace. Specify -g 0 to sup‐ 128 umns. Here anything that looks like a pair of hex-digits is inter‐
|
| H A D | pattern.txt | 505 |/\I| \I \I like "\i", but excluding digits 507 |/\K| \K \K like "\k", but excluding digits 509 |/\F| \F \F like "\f", but excluding digits 511 |/\P| \P \P like "\p", but excluding digits 1018 \I like "\i", but excluding digits */\I* 1020 \K like "\k", but excluding digits */\K* 1022 \F like "\f", but excluding digits */\F* 1024 \P like "\p", but excluding digits */\P* 1134 *[:alnum:]* [:alnum:] isalnum ASCII letters and digits 1138 *[:digit:]* [:digit:] decimal digits '0' to '9' [all …]
|
| H A D | usr_24.txt | 510 You can also use the command CTRL-V {digits} to insert a character with the 511 decimal number {digits}. For example, the character number 127 is the <Del> 517 digits, a non-digit will terminate the command. To avoid the need of typing a 518 non-digit, prepend one or two zeros to make three digits.
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 02parser.test | 82 !CSI many digits
|
| /vim-8.2.3635/src/ |
| H A D | cindent.c | 1713 char_u *digits; in parse_cino() local 1856 digits = p; // remember where the digits start in parse_cino() 1873 if (p == digits) in parse_cino()
|