diff --git a/doc/various.jax b/doc/various.jax index 369eb6c0f..1bbe37b6f 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -1,4 +1,4 @@ -*various.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20 +*various.txt* For Vim バージョン 9.2. Last change: 2026 Apr 27 VIM リファレンスマニュアル by Bram Moolenaar @@ -61,10 +61,9 @@ ga カーソル位置の文字の文字コードを、10/16/8 進数で表示 て、表示可能になっている場合には、特殊な表示形式もいっ しょに表示されます。 - 文字コードが 127 より大きいときには という形式も - 表示されます。例: - <~A> 129, Hex 81, Octal 201 ~ -

<|~> 254, Hex fe, Octal 376 ~ + 文字コードが 127 より大きいとき: + <<81>> 129, Hex 0081, Octal 201 ~ +

254, Hex 00fe, Octal 376 ~ (

には実際の特殊文字が表示されます。) ファイル中の 文字は内部的には として保存さ @@ -185,6 +184,9 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します の場合は、現在行の周りにマイナス記号で作った線が表示さ れます。 + 'number' オプションが設定されている場合、出力には絶対 + 行番号が含まれる。 + *:z!* :[range]z![+-^.=][count] ":z" と同じですが、[count]が指定されてない時、デフォル diff --git a/en/various.txt b/en/various.txt index 1a625b350..e60a557df 100644 --- a/en/various.txt +++ b/en/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 9.2. Last change: 2026 Apr 20 +*various.txt* For Vim version 9.2. Last change: 2026 Apr 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -60,10 +60,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 @@ -185,6 +184,9 @@ g8 Print the hex values of the bytes used in the If the mark is "=", a line of dashes is printed around the current line. + If the 'number' option is set, absolute line numbers + will be included in the output. + *:z!* :[range]z![+-^.=][count] Like ":z", but when [count] is not specified, it