Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions doc/various.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -61,10 +61,9 @@ ga カーソル位置の文字の文字コードを、10/16/8 進数で表示
て、表示可能になっている場合には、特殊な表示形式もいっ
しょに表示されます。

文字コードが 127 より大きいときには <M-x> という形式も
表示されます。例:
<~A> <M-^A> 129, Hex 81, Octal 201 ~
<p> <|~> <M-~> 254, Hex fe, Octal 376 ~
文字コードが 127 より大きいとき:
<<81>> 129, Hex 0081, Octal 201 ~
<p> 254, Hex 00fe, Octal 376 ~
(<p> には実際の特殊文字が表示されます。)

ファイル中の <Nul> 文字は内部的には <NL> として保存さ
Expand Down Expand Up @@ -185,6 +184,9 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
の場合は、現在行の周りにマイナス記号で作った線が表示さ
れます。

'number' オプションが設定されている場合、出力には絶対
行番号が含まれる。

*:z!*
:[range]z![+-^.=][count]
":z" と同じですが、[count]が指定されてない時、デフォル
Expand Down
12 changes: 7 additions & 5 deletions en/various.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <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
Expand Down Expand Up @@ -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
Expand Down