Home
last modified time | relevance | path

Searched refs:octal (Results 1 – 25 of 61) sorted by relevance

123

/vim-8.2.3635/runtime/syntax/
H A Dslice.vim37 " Flag the first zero of an octal number as something special
47 " flag an octal number with wrong digits
H A Dmsmessages.vim67 " Flag the first zero of an octal number as something special
70 " flag an octal number with wrong digits
H A Dnqc.vim276 " 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 Dasm.vim40 " 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 Dcuplsim.vim32 syn keyword cuplsimBaseType octal decimal hex contained
H A Dlpc.vim255 " 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 Dahdl.vim44 " valid integer number formats (decimal, binary, octal, hex)
H A Dvera.vim150 " 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 Djam.vim102 " 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 Dpike.vim161 " 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 Dcupl.vim40 " Valid integer number formats (decimal, binary, octal, hex)
H A Dabel.vim66 " valid integer number formats (decimal, binary, octal, hex)
H A Dc.vim191 " 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 Dtads.vim75 " flag an octal number with wrong digits
H A Dchill.vim64 " flag an octal number with wrong digits
H A Dscala.vim174 syn match scalaNumber /\<[1-9]\d*[dDfFlL]\?\>/ " A multi-digit number - octal numbers with leading…
H A Drc.vim117 " flag an octal number with wrong digits
H A Dcsc.vim47 " Flag the first zero of an octal number as something special
/vim-8.2.3635/runtime/doc/
H A Dusr_26.txt94 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 Dchange.txt415 - 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 Dpattern.txt518 |/\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 Ddefaults.vim58 " 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 Dtest23.in2 Also test backslash for hex/octal numbered character.
H A Dtest_increment.vim764 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 Dconfig.mk.in113 ### Line break character as octal number for "tr"

123