mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
vim-patch:e06f2b498ccc
runtime(doc): fix typo in change.txt
e06f2b498c
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Clason
parent
f4f7e29469
commit
7cae94e91e
@@ -425,7 +425,7 @@ Note that when 'nrformats' includes "octal", decimal numbers with leading
|
|||||||
zeros cause mistakes, because they can be confused with octal numbers.
|
zeros cause mistakes, because they can be confused with octal numbers.
|
||||||
|
|
||||||
Note similarly, when 'nrformats' includes "bin", binary numbers with a leading
|
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.
|
are valid hexadecimal digits.
|
||||||
|
|
||||||
When the number under the cursor is too big to fit into 64 bits, it will be
|
When the number under the cursor is too big to fit into 64 bits, it will be
|
||||||
|
|||||||
Reference in New Issue
Block a user