Skip to content

Commit 23ec709

Browse files
committed
Merge pull request #184 from rhysd/issue164-insert
Translated remaining parts in doc/insert.jax
2 parents 7bbe06f + 9b8498a commit 23ec709

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

catchup-7.4.1194.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
以上は変更点が100行未満なので、翻訳しやすいはず。
2121

2222
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
23-
doc/insert.jax
2423
doc/netbeans.jax
2524
doc/spell.jax
2625
doc/tagsrch.jax
@@ -53,6 +52,7 @@
5352
doc/if_ruby.jax
5453
doc/if_tcl.jax
5554
doc/index.jax
55+
doc/insert.jax
5656
doc/map.jax
5757
doc/mlang.jax
5858
doc/os_os2.jax

doc/insert.jax

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ CTRL-O 1つコマンドを実行して、挿入モードに戻る *i_CTRL-
362362
CTRL-\ CTRL-O CTRL-O と同様だがカーソルを移動させない *i_CTRL-\_CTRL-O*
363363
CTRL-L 'insertmode' がオンのとき: ノーマルモードへ *i_CTRL-L*
364364
CTRL-G u undo で元に戻す地点を新たに設定 *i_CTRL-G_u*
365-
CTRL-G U don't break undo with next left/right cursor *i_CTRL-G_U*
366-
movement (but only if the cursor stays
367-
within same the line)
365+
CTRL-G U 次の左右へのカーソル移動で undo を分割しな *i_CTRL-G_U*
366+
い。(ただし、カーソルが同じ行の中にとどまっ
367+
た時のみ)
368368
-----------------------------------------------------------------------
369369

370370
Note: カーソルキーを押した時に挿入モードから抜けてしまったら、'noesckeys' オプ
@@ -402,7 +402,7 @@ CTRL-G u を使う例: >
402402
403403
これは改行ごとに undo を分割する。また、それを行う前に短縮入力の展開も行う。
404404

405-
An example for using CTRL-G U: >
405+
CTRL-G U の使用例: >
406406
407407
inoremap <Left> <C-G>U<Left>
408408
inoremap <Right> <C-G>U<Right>
@@ -414,13 +414,13 @@ An example for using CTRL-G U: >
414414
inoremap <expr> <End> repeat('<C-G>U<Right>', col('$') - col('.'))
415415
inoremap ( ()<C-G>U<Left>
416416
417-
This makes it possible to use the cursor keys in Insert mode, without breaking
418-
the undo sequence and therefore using |.| (redo) will work as expected.
419-
Also entering a text like (with the "(" mapping from above): >
417+
これにより undo を分割することなくカーソルキーを挿入モード内で使うことができ、
418+
|.| (および redo) は期待通りに動作するようになる。
419+
また次のような (上記の "(" マッピングをともなう) テキスト入力: >
420420
421421
Lorem ipsum (dolor
422422
423-
will be repeatable by the |.|to the expected
423+
|.| によって期待通り繰り返すことができるようになる。
424424

425425
Lorem ipsum (dolor)
426426

0 commit comments

Comments
 (0)