File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *motion.txt* For Vim バージョン 8.2. Last change: 2021 Dec 27
1
+ *motion.txt* For Vim バージョン 8.2. Last change: 2022 Apr 18
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1064,7 +1064,7 @@ CTRL-I ジャンプリストの中の [count] だけ新しいカーソル位
1064
1064
トされます)。
1065
1065
1066
1066
ジャンプリスト内の現在位置は ">" マーカーで示される。| :filter | を使って
1067
- | :jump | コマンドをフィルタリングした時は表示されないことがある。
1067
+ | :jumps | コマンドをフィルタリングした時は表示されないことがある。
1068
1068
1069
1069
現在1167行目にいるとして、CTRL-O コマンドを使うとカーソルは1154行目に移動しま
1070
1070
す。結果として次のようになります:
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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
1078
1078
in the window).
1079
1079
1080
1080
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 |
1082
1082
1083
1083
You are currently in line 1167. If you then use the CTRL-O command, the
1084
1084
cursor is put in line 1154. This results in:
You can’t perform that action at this time.
0 commit comments