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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -183,14 +183,14 @@ Note: 特定の書式に従った文章なら自動的に整形することも
183183 story. ~
184184
185185
186- ☆両端揃え
186+ ☆両端揃え *justify* *:Justify* *Justify()* *package-justify*
187187
188188両端揃えするための組み込みコマンドはありません。しかし、そのためのマクロパッ
189- ケージが用意されています。パッケージを使うには、次のコマンドを実行します: >
189+ ケージが用意されています。パッケージを使うには、次のコマンドを実行します: >vim
190190
191191 :packadd justify
192192
193- または次の行を | vimrc | に加えてください: >
193+ または次の行を | vimrc | に加えてください: >vim
194194
195195 packadd! justify
196196
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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -190,15 +190,15 @@ This results in the following:
190190 story. ~
191191
192192
193- JUSTIFYING TEXT
193+ JUSTIFYING TEXT *justify* *:Justify* *Justify()* *package-justify*
194194
195195Vim has no built-in way of justifying text. However, there is a neat macro
196196package that does the job. To use this package, execute the following
197- command: >
197+ command: >vim
198198
199199 :packadd justify
200200
201- Or put this line in your | vimrc | : >
201+ Or put this line in your | vimrc | : >vim
202202
203203 packadd! justify
204204
You can’t perform that action at this time.
0 commit comments