Skip to content

Commit 76cc623

Browse files
committed
Update insert.{txt,jax}
1 parent ad26ce2 commit 76cc623

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/insert.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Dec 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1996,9 +1996,9 @@ NOTE: ":append" と ":insert" は、":if" と ":endif"、":for" と ":endfor"、
19961996
指定したラインの直後から行われる。一番最初のラインより上(ファイルの先頭)に挿入
19971997
するには ":0r {name}" というコマンドを使う。
19981998

1999-
":read" コマンドの後には、新しいラインの左で、最初の空白でない文字にカーソルが
2000-
移動する。もしExモードでなければ、カーソルは新しい行の最後の左側に移動する(残
2001-
念だがViとの互換性のため)。
1999+
":read" コマンドの後、カーソルは最初の新しい行の最初の非空白文字に残される。Ex
2000+
モードの場合、カーソルは最後の新しい行に残される (申し訳ないが、これは Vi 互換
2001+
である)。
20022002

20032003
":r" にファイル名が与えられた場合、それが代替バッファのファイルになる。これは
20042004
例えば代わりにそのファイルを編集したい時に使うことができる: ":e! #"。

en/insert.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 9.1. Last change: 2024 Oct 08
1+
*insert.txt* For Vim version 9.1. Last change: 2024 Dec 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2090,7 +2090,7 @@ the cursor is, or below the specified line. To insert text above the first
20902090
line use the command ":0r {name}".
20912091

20922092
After the ":read" command, the cursor is left on the first non-blank in the
2093-
first new line. Unless in Ex mode, then the cursor is left on the last new
2093+
first new line. If in Ex mode, then the cursor is left on the last new
20942094
line (sorry, this is Vi compatible).
20952095

20962096
If a file name is given with ":r", it becomes the alternate file. This can be

0 commit comments

Comments
 (0)