diff --git a/doc/index.jax b/doc/index.jax index 552855901..7e5a4cb5e 100644 --- a/doc/index.jax +++ b/doc/index.jax @@ -1,4 +1,4 @@ -*index.txt* For Vim バージョン 7.4. Last change: 2015 Jan 07 +*index.txt* For Vim バージョン 7.4. Last change: 2015 Feb 12 VIMリファレンスマニュアル by Bram Moolenaar @@ -725,10 +725,14 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能 |g`| g`{mark} 1 |`|と同じだがジャンプリストを更新しない |gstar| g* 1 "*" と同様、ただし "\<" と "\>" を使用しな い。 +|g+| g+ N 回後の新しいテキスト状態へ移動。 +|g,| g, 1 変更リスト中の N 個後の位置へ移動。 +|g-| g- N 回前の古いテキスト状態へ移動。 |g0| g0 1 本当の行頭ではなく、表示されたとおりの、見 ため上の行頭へ移動 |g8| g8 UTF-8環境でカーソル位置の文字のバイト列を16 進数で表示する +|g;| g; 1 変更リスト中の N 個前の位置へ移動。 |g<| g< 前のコマンドの出力を表示する。 |g?| g? 2 Rot13 エンコード演算子。 |g?g?| g?? 2 現在の行を Rot13 エンコード。 @@ -753,6 +757,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能 を実行する |g^| g^ 1 本当の行頭ではなく、表示されたとおりの、見 ため上の行頭から最初の非空白文字へ移動 +|g_| g_ 1 N-1 行下の最後の非空白文字へ移動。 |ga| ga カーソル位置の文字の ASCII コード値を表示 |gd| gd 1 カーソル位置の単語の定義を現在の関数内で探 し、移動 diff --git a/en/index.txt b/en/index.txt index 1e0134d68..e8171a90e 100644 --- a/en/index.txt +++ b/en/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.4. Last change: 2015 Jan 07 +*index.txt* For Vim version 7.4. Last change: 2015 Feb 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -702,12 +702,16 @@ tag char note action in Normal mode ~ |g'| g'{mark} 1 like |'| but without changing the jumplist |g`| g`{mark} 1 like |`| but without changing the jumplist |gstar| g* 1 like "*", but without using "\<" and "\>" +|g+| g+ go to newer text state N times +|g,| g, 1 go to N newer position in change list +|g-| g- go to older text state N times |g0| g0 1 when 'wrap' off go to leftmost character of the current line that is on the screen; when 'wrap' on go to the leftmost character of the current screen line |g8| g8 print hex value of bytes used in UTF-8 character under the cursor +|g;| g; 1 go to N older position in change list |g<| g< display previous command output |g?| g? 2 Rot13 encoding operator |g?g?| g?? 2 Rot13 encode current line @@ -736,6 +740,7 @@ tag char note action in Normal mode ~ the screen; when 'wrap' on go to the leftmost non-white character of the current screen line +|g_| g_ 1 cursor to the last CHAR N - 1 lines lower |ga| ga print ascii value of character under the cursor |gd| gd 1 go to definition of word under the cursor