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
4 changes: 3 additions & 1 deletion doc/usr_10.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_10.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12
*usr_10.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -320,6 +320,8 @@
続けて、使いたいコマンドを入力してください。これは、"." (現在行) から ".+4" (4
行下) が範囲指定されています。つまり範囲は 5 行ということです。

範囲を指定するためのすべての方法の概要については、|:range| も参照。

==============================================================================
*10.4* global コマンド

Expand Down
4 changes: 3 additions & 1 deletion en/usr_10.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_10.txt* For Vim version 9.1. Last change: 2024 Nov 12
*usr_10.txt* For Vim version 9.1. Last change: 2025 Sep 15

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -339,6 +339,8 @@ then ":". For example, when you type "5:", you will get: >
Now you can type the command you want to use. It will use the range "."
(current line) until ".+4" (four lines down). Thus it spans five lines.

See also |:range|, for an overview of all possible ways to specify a range.

==============================================================================
*10.4* The global command

Expand Down