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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -148,8 +148,8 @@ gJ [count] 行を連結する (最低は 2 行)。空白の挿入や削除を
148
148
'formatoptions' のフラグ 'M' と 'B' は、マルチバイト文字の前後に空白を挿入する
149
149
ときの動作を変更する | fo-table | 。
150
150
151
- '[ マークは連結前の最初の行の末尾に設定される。'] マークは連結後の行の末尾に設
152
- 定される 。
151
+ | '[ | マークは連結前の最初の行の末尾に設定される。| '] | マークは連結後の行の末尾
152
+ に設定される 。
153
153
154
154
155
155
==============================================================================
@@ -1158,8 +1158,8 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
1158
1158
"xp" というコマンド列で、カーソル上の文字と次の文字との入れ替えができる。現在
1159
1159
行と次の行との入れ替えには、コマンド列 "ddp" を使う。(カーソルが単語の前の空白
1160
1160
の上にあるとき) 次の単語とその次の単語との入れ替えには、コマンド列 "deep" を使
1161
- う。貼り付けコマンドを使った後には、コマンド "']" か "`]" で挿入された行の終わ
1162
- りに移動でき、コマンド "'[" か "`[" で挿入された行の最初に移動できる。
1161
+ う。貼り付けコマンドを使った後には、コマンド | '] | か | `] | で挿入された行の終わ
1162
+ りに移動でき、コマンド | '[ | か | `[ | で挿入された行の最初に移動できる。
1163
1163
1164
1164
*put-Visual-mode* *v_p* *v_P*
1165
1165
ビジュアルモードで | 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -156,8 +156,8 @@ only after a '.').
156
156
The 'B' and 'M' flags in 'formatoptions' change the behavior for inserting
157
157
spaces before and after a multibyte character | fo-table | .
158
158
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.
161
161
162
162
163
163
==============================================================================
@@ -1188,8 +1188,8 @@ the ":put" command, Vim always inserts the text in the next line. You can
1188
1188
exchange two characters with the command sequence "xp". You can exchange two
1189
1189
lines with the command sequence "ddp". You can exchange two words with the
1190
1190
command 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
1193
1193
the cursor to the start.
1194
1194
1195
1195
*put-Visual-mode* *v_p* *v_P*
You can’t perform that action at this time.
0 commit comments