Skip to content

Commit acae8ac

Browse files
authored
Merge pull request #1085 from tsuyoshicho/update/20220424/motion
Update motion.{txt,jax}
2 parents 2d1abfe + f24f013 commit acae8ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/motion.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 8.2. Last change: 2021 Dec 27
1+
*motion.txt* For Vim バージョン 8.2. Last change: 2022 Apr 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1064,7 +1064,7 @@ CTRL-I ジャンプリストの中の [count] だけ新しいカーソル位
10641064
トされます)。
10651065

10661066
ジャンプリスト内の現在位置は ">" マーカーで示される。|:filter| を使って
1067-
|:jump| コマンドをフィルタリングした時は表示されないことがある。
1067+
|:jumps| コマンドをフィルタリングした時は表示されないことがある。
10681068

10691069
現在1167行目にいるとして、CTRL-O コマンドを使うとカーソルは1154行目に移動しま
10701070
す。結果として次のようになります:

en/motion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 8.2. Last change: 2021 Dec 27
1+
*motion.txt* For Vim version 8.2. Last change: 2022 Apr 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1078,7 +1078,7 @@ in the current file (an indent is removed and a long line is truncated to fit
10781078
in the window).
10791079

10801080
The marker ">" indicates the current position in the jumplist. It may not be
1081-
shown when filtering the |:jump| command using |:filter|
1081+
shown when filtering the |:jumps| command using |:filter|
10821082

10831083
You are currently in line 1167. If you then use the CTRL-O command, the
10841084
cursor is put in line 1154. This results in:

0 commit comments

Comments
 (0)