mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 06:31:16 +00:00
vim-patch:5f7c524: runtime(doc): Update the ga output to match the actual output (#39412)
5f7c52408f
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -62,10 +62,9 @@ ga Print the ascii value of the character under the
|
||||
but printable according to the 'isprint' option, the
|
||||
non-printable version is also given.
|
||||
|
||||
When the character is larger than 127, the <M-x> form
|
||||
is also printed. For example:
|
||||
<~A> <M-^A> 129, Hex 81, Octal 201 ~
|
||||
<p> <|~> <M-~> 254, Hex fe, Octal 376 ~
|
||||
When the character is larger than 127:
|
||||
<<81>> 129, Hex 0081, Octal 201 ~
|
||||
<p> 254, Hex 00fe, Octal 376 ~
|
||||
(where <p> is a special character)
|
||||
|
||||
The <Nul> character in a file is stored internally as
|
||||
|
||||
Reference in New Issue
Block a user