Skip to content

Commit 732e252

Browse files
authored
Merge pull request #2027 from h-east/update-change
Update change.{txt,jax}
2 parents 0c6a526 + 194915b commit 732e252

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/change.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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は選択され

en/change.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 '.').
156156
The 'B' and 'M' flags in 'formatoptions' change the behavior for inserting
157157
spaces 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
11881188
exchange two characters with the command sequence "xp". You can exchange two
11891189
lines with the command sequence "ddp". You can exchange two words with the
11901190
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
11931193
the cursor to the start.
11941194

11951195
*put-Visual-mode* *v_p* *v_P*

0 commit comments

Comments
 (0)