File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- *change.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18
1+ *change.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -148,8 +148,8 @@ gJ [count] 行を連結する (最低は 2 行)。空白の挿入や削除を
148148'formatoptions' のフラグ 'M' と 'B' は、マルチバイト文字の前後に空白を挿入する
149149ときの動作を変更する | fo-table | 。
150150
151- '[ マークは連結前の最初の行の末尾に設定される。'] マークは連結後の行の末尾に設
152- 定される 。
151+ | '[ | マークは連結前の最初の行の末尾に設定される。| '] | マークは連結後の行の末尾
152+ に設定される 。
153153
154154
155155==============================================================================
@@ -1158,8 +1158,8 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
11581158"xp" というコマンド列で、カーソル上の文字と次の文字との入れ替えができる。現在
11591159行と次の行との入れ替えには、コマンド列 "ddp" を使う。(カーソルが単語の前の空白
11601160の上にあるとき) 次の単語とその次の単語との入れ替えには、コマンド列 "deep" を使
1161- う。貼り付けコマンドを使った後には、コマンド "']" か "`]" で挿入された行の終わ
1162- りに移動でき、コマンド "'[" か "`[" で挿入された行の最初に移動できる。
1161+ う。貼り付けコマンドを使った後には、コマンド | '] | か | `] | で挿入された行の終わ
1162+ りに移動でき、コマンド | '[ | か | `[ | で挿入された行の最初に移動できる。
11631163
11641164 *put-Visual-mode* *v_p* *v_P*
11651165ビジュアルモードで | p | や | P | 等の貼り付けコマンドを使ったとき、Vimは選択され
Original file line number Diff line number Diff line change 1- *change.txt* For Vim version 9.1. Last change: 2025 Mar 18
1+ *change.txt* For Vim version 9.1. Last change: 2025 Apr 03
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -156,8 +156,8 @@ only after a '.').
156156The 'B' and 'M' flags in 'formatoptions' change the behavior for inserting
157157spaces before and after a multibyte character | fo-table | .
158158
159- The '[ mark is set at the end of the first line that was joined, '] at the end
160- of the resulting line.
159+ The | '[ | mark is set at the end of the first line that was joined, | '] | at the
160+ end of the resulting line.
161161
162162
163163==============================================================================
@@ -1188,8 +1188,8 @@ the ":put" command, Vim always inserts the text in the next line. You can
11881188exchange two characters with the command sequence "xp". You can exchange two
11891189lines with the command sequence "ddp". You can exchange two words with the
11901190command sequence "deep" (start with the cursor in the blank space before the
1191- first word). You can use the "']" or "`]" command after the put command to
1192- move the cursor to the end of the inserted text, or use "'[" or "`[" to move
1191+ first word). You can use the | '] | or | `] | command after the put command to
1192+ move the cursor to the end of the inserted text, or use | '[ | or | `[ | to move
11931193the cursor to the start.
11941194
11951195 *put-Visual-mode* *v_p* *v_P*
You can’t perform that action at this time.
0 commit comments