Skip to content

Commit 9833637

Browse files
authored
Merge pull request #2318 from h-east/update-usr_10
Update usr_10.{txt,jax}
2 parents 6ec3cec + da58ffc commit 9833637

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/usr_10.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_10.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12
1+
*usr_10.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
22

33
VIM USER MANUAL - by Bram Moolenaar
44

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

323+
範囲を指定するためのすべての方法の概要については、|:range| も参照。
324+
323325
==============================================================================
324326
*10.4* global コマンド
325327

en/usr_10.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_10.txt* For Vim version 9.1. Last change: 2024 Nov 12
1+
*usr_10.txt* For Vim version 9.1. Last change: 2025 Sep 15
22

33
VIM USER MANUAL - by Bram Moolenaar
44

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

342+
See also |:range|, for an overview of all possible ways to specify a range.
343+
342344
==============================================================================
343345
*10.4* The global command
344346

0 commit comments

Comments
 (0)