Skip to content

Update various.{txt,jax} #2049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion doc/various.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim バージョン 9.1. Last change: 2025 Feb 13
*various.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -100,6 +100,8 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
*:p* *:pr* *:print* *E749*
:[range]p[rint] [flags]
範囲 [range] の行を表示します (省略時は現在行を表示)。
Vi との互換性のため、`:[range]|` と表記することもでき
る (|:bar| を参照)。バッファが空の場合はエラーになる。
Note: テキストファイルを印刷する方法については
|:hardcopy| を参照してください。GUI を使用している場合
は、メニューの File.Print から印刷できます。
Expand Down
6 changes: 4 additions & 2 deletions en/various.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim version 9.1. Last change: 2025 Feb 13
*various.txt* For Vim version 9.1. Last change: 2025 Apr 21


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

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