]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo in change.txt
authorChristian Brabandt <cb@256bit.org>
Fri, 8 Dec 2023 20:21:53 +0000 (21:21 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 8 Dec 2023 20:22:38 +0000 (21:22 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/change.txt

index 7741312fcb1c5ee0d9301ebc554b4b0995dfb631..8c74551cc139ccaececa980e62522e9a32d34510 100644 (file)
@@ -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