File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- *usr_25.txt* For Vim バージョン 9.1. Last change: 2016 Mar 28
1
+ *usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -183,14 +183,14 @@ Note: 特定の書式に従った文章なら自動的に整形することも
183
183
story. ~
184
184
185
185
186
- ☆両端揃え
186
+ ☆両端揃え *justify* *:Justify* *Justify()* *package-justify*
187
187
188
188
両端揃えするための組み込みコマンドはありません。しかし、そのためのマクロパッ
189
- ケージが用意されています。パッケージを使うには、次のコマンドを実行します: >
189
+ ケージが用意されています。パッケージを使うには、次のコマンドを実行します: >vim
190
190
191
191
:packadd justify
192
192
193
- または次の行を | vimrc | に加えてください: >
193
+ または次の行を | vimrc | に加えてください: >vim
194
194
195
195
packadd! justify
196
196
Original file line number Diff line number Diff line change 1
- *usr_25.txt* For Vim version 9.1. Last change: 2016 Mar 28
1
+ *usr_25.txt* For Vim version 9.1. Last change: 2025 Jan 11
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -190,15 +190,15 @@ This results in the following:
190
190
story. ~
191
191
192
192
193
- JUSTIFYING TEXT
193
+ JUSTIFYING TEXT *justify* *:Justify* *Justify()* *package-justify*
194
194
195
195
Vim has no built-in way of justifying text. However, there is a neat macro
196
196
package that does the job. To use this package, execute the following
197
- command: >
197
+ command: >vim
198
198
199
199
:packadd justify
200
200
201
- Or put this line in your | vimrc | : >
201
+ Or put this line in your | vimrc | : >vim
202
202
203
203
packadd! justify
204
204
You can’t perform that action at this time.
0 commit comments