| /vim-8.2.3635/runtime/syntax/ |
| H A D | slpreg.vim | 25 …ceType contained display '\a[[:alpha:][:digit:]+-]*\%(\.\a[[:alpha:][:digit:]+-]*\)\=\%(:\a[[:al… 33 …digit:]$-_.~!*\'(),+;&=]*@\)\=\%([[:alnum:]][[:alnum:]-]*[[:alnum:]]\|[[:alnum:]]\.\)*\%(\a[[:alnu… 47 syn match slpregType contained display '\a[[:alpha:][:digit:]+-]*'
|
| H A D | cs.vim | 135 syn match csNumber "\<[[:digit:]_]\+[lL]\=\>" display 136 syn match csNumber "\<[[:digit:]_]\+\.[[:digit:]_]*\%\([eE][-+]\=[[:digit:]_]\+\)\=[fFdDmM]\=" disp… 137 syn match csNumber "\.[[:digit:]_]\+\%\([eE][-+]\=[[:digit:]_]\+\)\=[fFdDmM]\=" display 138 syn match csNumber "\<[[:digit:]_]\+[eE][-+]\=[[:digit:]_]\+[fFdDmM]\=\>" display 139 syn match csNumber "\<[[:digit:]_]\+\%\([eE][-+]\=[[:digit:]_]\+\)\=[fFdDmM]\>" display
|
| H A D | asterisk.vim | 28 syn match asteriskPriority "\zs[[:digit:]]\+\(+[[:alpha:]][[:alnum:]_]*\)\?\(([[:alpha… 30 syn match asteriskPriority "\zs[[:alpha:]][[:alnum:]_]*+[[:digit:]]\+\(([[:alpha:]][[:… 32 syn match asteriskPriority "\zs[sn]\(+[[:digit:]]\+\)\?\(([[:alpha:]][[:alnum:]_]*)\)\… 36 …teriskVar "\${_\{0,2}[[:alpha:]][[:alnum:]_]*\(:-\?[[:digit:]]\+\(:[[:digit:]]\+\)\?\)…
|
| H A D | dts.vim | 11 syntax match dtsReference "&[[:alpha:][:digit:]_]\+" 15 syntax match dtsLabel "^[[:space:]]*[[:alpha:][:digit:]_]\+:" 16 syntax match dtsNode /[[:alpha:][:digit:]-_]\+\(@[0-9a-fA-F]\+\|\)[[:space:]]*{/he=e-1
|
| H A D | asteriskvm.vim | 30 syn match asteriskvmMailbox "^[[:digit:]]\+\s*=>\?\s*[[:digit:]]\+\(,[^,]*\(,[^,]*\(,…
|
| H A D | rust.vim | 22 syn match rustUnionContextual /\<union\_s\+\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cn… 54 syn match rustIdentifier contains=rustIdentifierPrime "\%([^[:cntrl:][:space:][:punct:][:digit… 55 syn match rustFuncName "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct… 163 syn match rustFloat display "\<[0-9][0-9_]*\.\%([^[:cntrl:][:space:][:punct:][:digit:]]\|… 176 syn match rustLifetime display "\'\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntr… 177 syn match rustLabel display "\'\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntr…
|
| H A D | lua.vim | 98 syn match luaSpecial contained "\\[\\abfnrtv\'\"]\|\\[[:digit:]]\{,3}" 101 syn match luaSpecial contained #\\[\\abfnrtv'"[\]]\|\\[[:digit:]]\{,3}# 105 syn match luaSpecial contained #\\[\\abfnrtv'"]\|\\[[:digit:]]\{,3}# 107 syn match luaSpecial contained #\\[\\abfnrtvz'"]\|\\x[[:xdigit:]]\{2}\|\\[[:digit:]]\{,3}#
|
| H A D | sed.vim | 16 syn match sedAddress "[[:digit:]$]" 38 syn match sedFlag "[[:digit:]gpI]*w\=" contains=sedFlagwrite contained
|
| H A D | btm.vim | 84 " //Parameters to batchfiles take the format %<digit> 86 " //4DOS allows format %<digit>& meaning batchfile parameters digit and up
|
| H A D | perl.vim | 224 syn match perlNumber "\<\%(0\%(x\x[[:xdigit:]_]*\|b[01][01_]*\|\o[0-7_]*\|\)\|[1-9][[:digit:]_]*\)… 225 syn match perlFloat "\<\d[[:digit:]_]*[eE][\-+]\=\d\+" 226 syn match perlFloat "\<\d[[:digit:]_]*\.[[:digit:]_]*\%([eE][\-+]\=\d\+\)\=" 227 syn match perlFloat "\.[[:digit:]][[:digit:]_]*\%([eE][\-+]\=\d\+\)\=" 256 …rt=+^/\%(/=\)\@!+ start=+\s\@<=/\%(/=\)\@![^[:space:][:digit:]$@%=]\@=\%(/\_s*\%([([{$@%&*[:digit:…
|
| H A D | slpconf.vim | 124 \ '\%([[:digit:][:alpha:]]\|[!-+./:-@[-`{-~-]\|\\\x\x\)\+' 166 \ '\%([!-+./:-@[-`{-~-]\|\\\x\x\)\+\|[[:digit:][:alpha:]]'
|
| H A D | readline.vim | 262 \ digit-argument 305 \ vi-arg-digit
|
| H A D | reva.vim | 117 syn keyword revaconversion s>d >digit digit> >single >double >number >float
|
| H A D | mma.vim | 218 " \.xx 2 digit hex 219 " \:xxxx 4 digit hex (multibyte unicode)
|
| H A D | hex.vim | 55 " Data digit pair regex usage also results in only highlighting the checksum
|
| H A D | srec.vim | 57 " Data digit pair regex usage also results in only highlighting the checksum
|
| /vim-8.2.3635/ |
| H A D | .travis.yml | 111 …- for f in $(grep -l '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "$LOG_DIR"/*); do asan_symbolize-11 -l … 164 if grep -q '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "$LOG_DIR"/*; then
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 13 …us-sign' : [], 'NaN' : [], 'percent' : [], 'per-mille' : [], 'zero-digit' : [], 'digit' : [], 'pat…
|
| /vim-8.2.3635/src/ |
| H A D | mark.c | 795 int digit; in ex_delmarks() local 811 digit = VIM_ISDIGIT(*p); in ex_delmarks() 812 if (lower || digit || ASCII_ISUPPER(*p)) in ex_delmarks() 820 : (digit ? VIM_ISDIGIT(p[2]) in ex_delmarks() 839 if (digit) in ex_delmarks() 847 namedfm[n].time_set = digit ? 0 : vim_time(); in ex_delmarks()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pattern.txt | 514 |/\d| \d \d digit: [0-9] 515 |/\D| \D \D non-digit: [^0-9] 518 |/\o| \o \o octal digit: [0-7] 1032 \d digit: [0-9] */\d* 1033 \D non-digit: [^0-9] */\D* 1034 \x hex digit: [0-9A-Fa-f] */\x* 1036 \o octal digit: [0-7] */\o* 1037 \O non-octal digit: [^0-7] */\O* 1138 *[:digit:]* [:digit:] decimal digits '0' to '9' 1241 followed by a non-digit. [all …]
|
| H A D | usr_27.txt | 408 \d digit [0-9] 409 \D non-digit [^0-9] 410 \x hex digit [0-9a-fA-F] 411 \X non-hex digit [^0-9a-fA-F] 423 match a digit or lowercase alpha. Use "\(\d\|\l\)" instead. 519 A sample license plate number is "1MGU103". It has one digit, three uppercase
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_sort.vim | 705 \ 'name' : 'alpha, skip past first digit', 745 \ 'name' : 'alpha, sort on first digit', 785 \ 'name' : 'numeric, skip past first digit', 825 \ 'name' : 'numeric, sort on first digit',
|
| H A D | test_regexp_latin.vim | 705 " Any decimal digit or end-of-line 707 " Any non-decimal digit or end-of-line 709 " Any hexadecimal digit or end-of-line 711 " Any non-hexadecimal digit or end-of-line 713 " Any octal digit or end-of-line 715 " Any non-octal digit or end-of-line
|
| /vim-8.2.3635/runtime/macros/hanoi/ |
| H A D | hanoi.vim | 4 " to set the height of the tower, change the digit in the following
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ruby.vim | 350 … = '\%(\%(\w\|[]})\"'."'".']\s*\)\@<!-\)\=\%(\<[[:digit:]_]\+\%(\.[[:digit:]_]\+\)\=\%([Ee][[:di…
|