Skip to content

Commit 38dc054

Browse files
committed
Update motion.{txt,jax}
1 parent edfae9b commit 38dc054

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/motion.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@ gg [count] 行目の最初の非空白文字に移動します(行単位
352352
します。
353353

354354
*:[range]*
355-
:[range] [range] 内の最後の行へカーソルを移動します。[range]
356-
は単に 1 個の数字であってもかまいません。例: ":1" や
355+
:[range] [range] 内の最後の行へカーソルを移動します。
356+
Ex モードでは、[range] 内の行を表示します。
357+
[range] は単一の行番号だけでも構いません。例: ":1" や
357358
":'m"。
358359
|G| と違ってこのコマンドはジャンプリスト (|jumplist|)
359360
を変更しません。

en/motion.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ gg Goto line [count], default first line, on the first
351351

352352
*:[range]*
353353
:[range] Set the cursor on the last line number in [range].
354+
In Ex mode, print the lines in [range].
354355
[range] can also be just one line number, e.g., ":1"
355356
or ":'m".
356357
In contrast with |G| this command does not modify the

0 commit comments

Comments
 (0)