Skip to content

Commit 3ff863b

Browse files
authored
Merge pull request #2612 from h-east/update-various
Update various.{txt,jax}
2 parents 7f83a04 + 9eec53d commit 3ff863b

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

doc/various.jax

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20
1+
*various.txt* For Vim バージョン 9.2. Last change: 2026 Apr 27
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -61,10 +61,9 @@ ga カーソル位置の文字の文字コードを、10/16/8 進数で表示
6161
て、表示可能になっている場合には、特殊な表示形式もいっ
6262
しょに表示されます。
6363

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

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

187+
'number' オプションが設定されている場合、出力には絶対
188+
行番号が含まれる。
189+
188190
*:z!*
189191
:[range]z![+-^.=][count]
190192
":z" と同じですが、[count]が指定されてない時、デフォル

en/various.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.2. Last change: 2026 Apr 20
1+
*various.txt* For Vim version 9.2. Last change: 2026 Apr 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -60,10 +60,9 @@ ga Print the ascii value of the character under the
6060
but printable according to the 'isprint' option, the
6161
non-printable version is also given.
6262

63-
When the character is larger than 127, the <M-x> form
64-
is also printed. For example:
65-
<~A> <M-^A> 129, Hex 81, Octal 201 ~
66-
<p> <|~> <M-~> 254, Hex fe, Octal 376 ~
63+
When the character is larger than 127:
64+
<<81>> 129, Hex 0081, Octal 201 ~
65+
<p> 254, Hex 00fe, Octal 376 ~
6766
(where <p> is a special character)
6867

6968
The <Nul> character in a file is stored internally as
@@ -185,6 +184,9 @@ g8 Print the hex values of the bytes used in the
185184
If the mark is "=", a line of dashes is printed
186185
around the current line.
187186

187+
If the 'number' option is set, absolute line numbers
188+
will be included in the output.
189+
188190
*:z!*
189191
:[range]z![+-^.=][count]
190192
Like ":z", but when [count] is not specified, it

0 commit comments

Comments
 (0)