Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/change.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18
*change.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -148,8 +148,8 @@ gJ [count] 行を連結する (最低は 2 行)。空白の挿入や削除を
'formatoptions' のフラグ 'M' と 'B' は、マルチバイト文字の前後に空白を挿入する
ときの動作を変更する |fo-table|。

'[ マークは連結前の最初の行の末尾に設定される。'] マークは連結後の行の末尾に設
定される
|'[| マークは連結前の最初の行の末尾に設定される。|']| マークは連結後の行の末尾
に設定される


==============================================================================
Expand Down Expand Up @@ -1158,8 +1158,8 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
"xp" というコマンド列で、カーソル上の文字と次の文字との入れ替えができる。現在
行と次の行との入れ替えには、コマンド列 "ddp" を使う。(カーソルが単語の前の空白
の上にあるとき) 次の単語とその次の単語との入れ替えには、コマンド列 "deep" を使
う。貼り付けコマンドを使った後には、コマンド "']""`]" で挿入された行の終わ
りに移動でき、コマンド "'[""`[" で挿入された行の最初に移動できる。
う。貼り付けコマンドを使った後には、コマンド |']||`]| で挿入された行の終わ
りに移動でき、コマンド |'[||`[| で挿入された行の最初に移動できる。

*put-Visual-mode* *v_p* *v_P*
ビジュアルモードで |p| や |P| 等の貼り付けコマンドを使ったとき、Vimは選択され
Expand Down
10 changes: 5 additions & 5 deletions en/change.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim version 9.1. Last change: 2025 Mar 18
*change.txt* For Vim version 9.1. Last change: 2025 Apr 03


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -156,8 +156,8 @@ only after a '.').
The 'B' and 'M' flags in 'formatoptions' change the behavior for inserting
spaces before and after a multibyte character |fo-table|.

The '[ mark is set at the end of the first line that was joined, '] at the end
of the resulting line.
The |'[| mark is set at the end of the first line that was joined, |']| at the
end of the resulting line.


==============================================================================
Expand Down Expand Up @@ -1188,8 +1188,8 @@ the ":put" command, Vim always inserts the text in the next line. You can
exchange two characters with the command sequence "xp". You can exchange two
lines with the command sequence "ddp". You can exchange two words with the
command sequence "deep" (start with the cursor in the blank space before the
first word). You can use the "']" or "`]" command after the put command to
move the cursor to the end of the inserted text, or use "'[" or "`[" to move
first word). You can use the |']| or |`]| command after the put command to
move the cursor to the end of the inserted text, or use |'[| or |`[| to move
the cursor to the start.

*put-Visual-mode* *v_p* *v_P*
Expand Down