From 989ab5ddc54b44e4c1ddc732a2ac11ff8c9cbe64 Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Sat, 18 Dec 2021 10:24:47 +0900 Subject: [PATCH 1/2] motion.txt: Update Vim 8.2.3843 --- en/motion.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/en/motion.txt b/en/motion.txt index 6e243fda9..4412d56d1 100644 --- a/en/motion.txt +++ b/en/motion.txt @@ -1,4 +1,4 @@ -*motion.txt* For Vim version 8.2. Last change: 2021 Dec 04 +*motion.txt* For Vim version 8.2. Last change: 2021 Dec 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1038,12 +1038,10 @@ commands that start editing a new file. *CTRL-O* CTRL-O Go to [count] Older cursor position in jump list (not a motion command). - {not available without the |+jumplist| feature} or *CTRL-I* ** CTRL-I Go to [count] newer cursor position in jump list (not a motion command). - {not available without the |+jumplist| feature} NOTE: In the GUI and in a terminal supporting |modifyOtherKeys|, CTRL-I can be mapped separately @@ -1053,18 +1051,15 @@ CTRL-I Go to [count] newer cursor position in jump list *:ju* *:jumps* :ju[mps] Print the jump list (not a motion command). - {not available without the |+jumplist| feature} *:cle* *:clearjumps* :cle[arjumps] Clear the jump list of the current window. - {not available without the |+jumplist| feature} *jumplist* Jumps are remembered in a jump list. With the CTRL-O and CTRL-I command you can go to cursor positions before older jumps, and back again. Thus you can move up and down the list. There is a separate jump list for each window. The maximum number of entries is fixed at 100. -{not available without the |+jumplist| feature} For example, after three jump commands you have this jump list: @@ -1141,13 +1136,11 @@ g; Go to [count] older position in change list. positions go to the oldest change. If there is no older change an error message is given. (not a motion command) - {not available without the |+jumplist| feature} *g,* *E663* g, Go to [count] newer cursor position in change list. Just like |g;| but in the opposite direction. (not a motion command) - {not available without the |+jumplist| feature} When using a count you jump as far back or forward as possible. Thus you can use "999g;" to go to the first change for which the position is still From 401077aed12c77e34a13f796b61ac3611e4f5f38 Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Sat, 18 Dec 2021 10:28:52 +0900 Subject: [PATCH 2/2] motion.jax: Update Vim 8.2.3843 translate --- doc/motion.jax | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/motion.jax b/doc/motion.jax index 2c4ed2de9..4ed337baa 100644 --- a/doc/motion.jax +++ b/doc/motion.jax @@ -1,4 +1,4 @@ -*motion.txt* For Vim バージョン 8.2. Last change: 2021 Dec 04 +*motion.txt* For Vim バージョン 8.2. Last change: 2021 Dec 13 VIMリファレンスマニュアル by Bram Moolenaar @@ -1026,12 +1026,10 @@ Note: 矩形ビジュアルモードを使っているのでない限り、テ *CTRL-O* CTRL-O ジャンプリストの中の [count] だけ古いカーソル位置に移 動します(移動コマンドではありません)。 - {|+jumplist| 機能なしのときは使用できない} or *CTRL-I* ** CTRL-I ジャンプリストの中の [count] だけ新しいカーソル位置に 移動します(移動コマンドではありません)。 - {|+jumplist| 機能なしのときは使用できない} NOTE: GUI および |modifyOtherKeys| をサポートする端末 では、CTRL-I が より前にマッピングされるという条 @@ -1041,18 +1039,15 @@ CTRL-I ジャンプリストの中の [count] だけ新しいカーソル位 *:ju* *:jumps* :ju[mps] ジャンプリストを表示させます(移動コマンドではありませ ん)。 - {|+jumplist| 機能なしのときは使用できない} *:cle* *:clearjumps* :cle[arjumps] 現在のウィンドウのジャンプリストを空にします。 - {|+jumplist| 機能なしのときは使用できない} *jumplist* ジャンプはジャンプリストに覚えておかれ、CTRL-O と CTRL-I コマンドで前の古い位 置に移動し、そして再び新しい位置に戻ることができます。このようにしてジャンプリ ストの中を上下に移動することができます。ジャンプリストはそれぞれのウィンドウで 分かれており、エントリの最大の数は50に固定されています。 -{|+jumplist| 機能なしのときは使用できない} 例えば、3回ジャンプを行った後ではジャンプリストは次のようになっています: @@ -1127,13 +1122,11 @@ g; 変更リスト中の [count] 個前の位置に移動します。 箇所へ移動します。 それ以上古い変更が無ければエラーメッセージが表示されま す。(移動コマンドではありません) - {|+jumplist| 機能なしのときは使用できない} *g,* *E663* g, 変更リスト中の [count] 個後の位置に移動します。 |g;| の逆方向で、あとは同様です。 (移動コマンドではありません) - {|+jumplist| 機能なしのときは使用できない} count を使うと、可能な限り前/後にジャンプできます。つまり、"999g;" とすると 履歴に残っている最初の変更箇所へジャンプできます。変更リストのエントリの数は固