summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-12-08 21:21:53 +0100
committerChristian Brabandt <cb@256bit.org>2023-12-08 21:22:38 +0100
commite06f2b498ccca921f34a1bec4464f042a5a2cabd (patch)
tree407829a6900107ffc2ac806e682701ae40d5b6a0 /runtime/doc/change.txt
parent6863084d3bd044700973e6180ccb1a044566ec46 (diff)
runtime(doc): fix typo in change.txt
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 7741312fcb..8c74551cc1 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 9.0. Last change: 2023 Nov 15
+*change.txt* For Vim version 9.0. Last change: 2023 Dec 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -453,7 +453,7 @@ Note that when 'nrformats' includes "octal", decimal numbers with leading
zeros cause mistakes, because they can be confused with octal numbers.
Note similarly, when 'nrformats' includes "bin", binary numbers with a leading
-'0x' or '0X' can be interpreted as hexadecimal rather than binary since '0b'
+'0b' or '0B' can be interpreted as hexadecimal rather than binary since '0b'
are valid hexadecimal digits.
When the number under the cursor is too big to fit into 32 or 64 bit