Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 25 of 66) sorted by relevance

123

/vim-8.2.3635/runtime/ftplugin/
H A Dpdf.vim72 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 Dxpm.vim43 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 Dxpm2.vim50 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 Dmsmessages.vim70 " 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 Dasterisk.vim29 " oldlabel plus digits (newlabel)
31 " s or n plus digits (newlabel)
H A Dvera.vim168 "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 Dslice.vim47 " flag an octal number with wrong digits
H A Dhex.vim9 " field digits states
H A Dsrec.vim8 " field digits states
H A Dsnobol4.vim63 syn match snobol4SysVar "&\<\(abort\|alphabet\|anchor\|arb\|bal\|case\|code\|digits\|du…
H A Drexx.vim37 syn match rexxKeyword contained "\<numeric \(digits\|form \(scientific\|engineering\|value\)\|fuzz\…
201 syn match rexxOptionsDirective2 "\<\(digits\|form\|fuzz\|trace\)\>" containedin = rexxOptionsDirect…
H A Dc.vim207 "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 Djson.vim57 " Syntax: An integer part of 0 followed by other digits is not allowed.
H A Dicon.vim35 syn match iconKeyword "&digits"
H A Dtads.vim75 " flag an octal number with wrong digits
H A Dchill.vim64 " flag an octal number with wrong digits
/vim-8.2.3635/src/testdir/
H A Dtest_sort.vim865 \ '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 Dtest_termcodes.vim1542 " 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 Dtest_regexp_latin.vim687 " 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 Dusr_27.txt461 \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 Dxxd.man36 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 Dpattern.txt505 |/\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 Dusr_24.txt510 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 D02parser.test82 !CSI many digits
/vim-8.2.3635/src/
H A Dcindent.c1713 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()

123