From 924dbf10b8e3bbc35eff629d12583bc9c944660b Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 26 Apr 2026 07:17:17 +0800 Subject: [PATCH] vim-patch:5f7c524: runtime(doc): Update the ga output to match the actual output (#39412) https://github.com/vim/vim/commit/5f7c52408ff2ec21b94f0c14809030bc72162022 Co-authored-by: Christian Brabandt --- runtime/doc/various.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 4628b55a5b..4069513af2 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -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 form - is also printed. For example: - <~A> 129, Hex 81, Octal 201 ~ -

<|~> 254, Hex fe, Octal 376 ~ + When the character is larger than 127: + <<81>> 129, Hex 0081, Octal 201 ~ +

254, Hex 00fe, Octal 376 ~ (where

is a special character) The character in a file is stored internally as