diff --git a/doc/index.jax b/doc/index.jax index adb167cc1..caf86b04c 100644 --- a/doc/index.jax +++ b/doc/index.jax @@ -1190,6 +1190,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能 |:>| :> 'shiftwidth' 1つ分だけ行を右へシフト |:@| :@ レジスタの内容を実行 |:@@| :@@ 直前の ":@" を繰り返す +|:2match| :2mat[ch] ハイライトする 2 番目のマッチを定義する +|:3match| :3mat[ch] ハイライトする 3 番目のマッチを定義する |:Next| :N[ext] 引数リストの1つ前のファイルを編集 |:Print| :P[rint] 行を表示する |:X| :X 暗号鍵を設定する diff --git a/en/index.txt b/en/index.txt index 1b012b7da..d26592a13 100644 --- a/en/index.txt +++ b/en/index.txt @@ -1172,6 +1172,8 @@ tag command action ~ |:>| :> shift lines one 'shiftwidth' right |:@| :@ execute contents of a register |:@@| :@@ repeat the previous ":@" +|:2match| :2mat[ch] define a second match to highlight +|:3match| :3mat[ch] define a third match to highlight |:Next| :N[ext] go to previous file in the argument list |:Print| :P[rint] print lines |:X| :X ask for encryption key