| /vim-8.2.3635/runtime/syntax/ |
| H A D | slice.vim | 37 " Flag the first zero of an octal number as something special 47 " flag an octal number with wrong digits
|
| H A D | msmessages.vim | 67 " Flag the first zero of an octal number as something special 70 " flag an octal number with wrong digits
|
| H A D | nqc.vim | 276 " Same, but without octal error (for comments) 280 " Flag the first zero of an octal number as something special 288 " flag an octal number with wrong digits
|
| H A D | asm.vim | 40 " Technically, the first asmDecimal def is actually octal, 41 " since the value of 0-7 octal is the same as 0-7 decimal,
|
| H A D | cuplsim.vim | 32 syn keyword cuplsimBaseType octal decimal hex contained
|
| H A D | lpc.vim | 255 " Same, but without octal error (for comments) 260 " Flag the first zero of an octal number as something special 270 " flag an octal number with wrong digits 373 hi def link lpcOctalZero lpcSpecial " LPC will treat octal numbers
|
| H A D | ahdl.vim | 44 " valid integer number formats (decimal, binary, octal, hex)
|
| H A D | vera.vim | 150 " Same, but without octal error (for comments) 158 " Flag the first zero of an octal number as something special 173 " flag an octal number with wrong digits
|
| H A D | jam.vim | 102 " Same, but without octal error (for comments) 107 " Flag the first zero of an octal number as something special 117 " flag an octal number with wrong digits
|
| H A D | pike.vim | 161 " Same, but without octal error (for comments) 166 " Flag the first zero of an octal number as something special 179 " flag an octal number with wrong digits
|
| H A D | cupl.vim | 40 " Valid integer number formats (decimal, binary, octal, hex)
|
| H A D | abel.vim | 66 " valid integer number formats (decimal, binary, octal, hex)
|
| H A D | c.vim | 191 " Same, but without octal error (for comments) 196 " Flag the first zero of an octal number as something special 213 " flag an octal number with wrong 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
|
| H A D | scala.vim | 174 syn match scalaNumber /\<[1-9]\d*[dDfFlL]\?\>/ " A multi-digit number - octal numbers with leading…
|
| H A D | rc.vim | 117 " flag an octal number with wrong digits
|
| H A D | csc.vim | 47 " Flag the first zero of an octal number as something special
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_26.txt | 94 7 plus one is 10? What happened here is that Vim recognized "007" as an octal 97 octal, use this: > 99 :set nrformats-=octal
|
| H A D | change.txt | 415 - unsigned binary, octal and hexadecimal numbers 421 - When 'nrformats' includes "octal", Vim considers numbers starting with a '0' 422 to be octal, unless the number includes a '8' or '9'. Other numbers are 435 decrementing, for binary, octal and hex values, it won't be considered. To 438 For numbers with leading zeros (including all octal and hexadecimal numbers), 442 be octal (it contains a '8' or '9'), but 'nrformats' does include "octal", 444 octal number. 446 Note that when 'nrformats' includes "octal", decimal numbers with leading 447 zeros cause mistakes, because they can be confused with octal numbers. 1887 With [o] sorting is done on the first octal number in
|
| H A D | pattern.txt | 518 |/\o| \o \o octal digit: [0-7] 519 |/\O| \O \O non-octal digit: [^0-7] 569 |/\%o| \%o \%o match specified octal character (eg \%o040) 1036 \o octal digit: [0-7] */\o* 1037 \O non-octal digit: [^0-7] */\O* 1205 \o40 octal number of character up to 0o377 1242 \%o40 Matches the character specified with an octal number up to 0o377. 1243 Numbers below 0o40 must be followed by a non-octal digit or a
|
| /vim-8.2.3635/runtime/ |
| H A D | defaults.vim | 58 " Do not recognize octal numbers for Ctrl-A and Ctrl-X, most users find it 60 set nrformats-=octal
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test23.in | 2 Also test backslash for hex/octal numbered character.
|
| H A D | test_increment.vim | 764 set nrformats=octal,hex 766 set nrformats=octal 879 " Test for incrementing a signed hexadecimal and octal number
|
| /vim-8.2.3635/src/ |
| H A D | config.mk.in | 113 ### Line break character as octal number for "tr"
|