File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 から印刷できます。
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments