Skip to content

Commit e194e26

Browse files
authored
Merge pull request #1914 from h-east/update-usr_25
Update usr_25.{txt,jax}
2 parents bb03448 + 3389f13 commit e194e26

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/usr_25.jax

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

en/usr_25.txt

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

195195
Vim has no built-in way of justifying text. However, there is a neat macro
196196
package 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

0 commit comments

Comments
 (0)