changeset 33895:180e48bb08ab

runtime(doc): fix typo in change.txt Commit: https://github.com/vim/vim/commit/e06f2b498ccca921f34a1bec4464f042a5a2cabd Author: Christian Brabandt <cb@256bit.org> Date: Fri Dec 8 21:21:53 2023 +0100 runtime(doc): fix typo in change.txt Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 15:16:30 +0100
parents cf2ae76cbbf7
children c62bca3b8d82
files runtime/doc/change.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 "oct
 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