Skip to content

Commit 77bb28f

Browse files
committed
Update change.{txt,jax}
1 parent 51f631f commit 77bb28f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/change.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 9.0. Last change: 2023 Nov 15
1+
*change.txt* For Vim バージョン 9.0. Last change: 2023 Dec 08
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -436,7 +436,7 @@ CTRL-X を使うと "0x0ff" となる。
436436
Note: 'nrformats' が "octal" を含んでいるとき、0で始まる10進数は、8進数と区別
437437
しづらいため、意図しない結果になる可能性がある。
438438

439-
Note: 'nrformats' が "bin" を含んでいるとき、'0x' または '0X' で始まる2進数は
439+
Note: 'nrformats' が "bin" を含んでいるとき、'0b' または '0B' で始まる2進数は
440440
16進数として解釈される。これは '0b' が16進数の桁として有効だからである。
441441
{訳注: 0x0b0011 のような値のこと。}
442442

en/change.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.0. Last change: 2023 Nov 15
1+
*change.txt* For Vim version 9.0. Last change: 2023 Dec 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -453,7 +453,7 @@ Note that when 'nrformats' includes "octal", decimal numbers with leading
453453
zeros cause mistakes, because they can be confused with octal numbers.
454454

455455
Note similarly, when 'nrformats' includes "bin", binary numbers with a leading
456-
'0x' or '0X' can be interpreted as hexadecimal rather than binary since '0b'
456+
'0b' or '0B' can be interpreted as hexadecimal rather than binary since '0b'
457457
are valid hexadecimal digits.
458458

459459
When the number under the cursor is too big to fit into 32 or 64 bit

0 commit comments

Comments
 (0)