Skip to content

Commit c9ab276

Browse files
authored
Merge pull request #2049 from h-east/update-various
Update various.{txt,jax}
2 parents 76e204d + 2b73839 commit c9ab276

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

doc/various.jax

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2025 Feb 13
1+
*various.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -100,6 +100,8 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
100100
*:p* *:pr* *:print* *E749*
101101
:[range]p[rint] [flags]
102102
範囲 [range] の行を表示します (省略時は現在行を表示)。
103+
Vi との互換性のため、`:[range]|` と表記することもでき
104+
る (|:bar| を参照)。バッファが空の場合はエラーになる。
103105
Note: テキストファイルを印刷する方法については
104106
|:hardcopy| を参照してください。GUI を使用している場合
105107
は、メニューの File.Print から印刷できます。

en/various.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.1. Last change: 2025 Feb 13
1+
*various.txt* For Vim version 9.1. Last change: 2025 Apr 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -98,7 +98,9 @@ g8 Print the hex values of the bytes used in the
9898

9999
*:p* *:pr* *:print* *E749*
100100
:[range]p[rint] [flags]
101-
Print [range] lines (default current line).
101+
Print [range] lines (default current line). Can also
102+
be spelled `:[range]|` due to Vi compatibility (see
103+
|:bar|). Gives an error in an empty buffer.
102104
Note: If you are looking for a way to print your text
103105
on paper see |:hardcopy|. In the GUI you can use the
104106
File.Print menu entry.

0 commit comments

Comments
 (0)