Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update usr_25.{txt,jax} #1914

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/usr_25.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_25.txt* For Vim バージョン 9.1. Last change: 2016 Mar 28
*usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -183,14 +183,14 @@ Note: 特定の書式に従った文章なら自動的に整形することも
story. ~


☆両端揃え
☆両端揃え *justify* *:Justify* *Justify()* *package-justify*

両端揃えするための組み込みコマンドはありません。しかし、そのためのマクロパッ
ケージが用意されています。パッケージを使うには、次のコマンドを実行します: >
ケージが用意されています。パッケージを使うには、次のコマンドを実行します: >vim

:packadd justify

または次の行を |vimrc| に加えてください: >
または次の行を |vimrc| に加えてください: >vim

packadd! justify

Expand Down
8 changes: 4 additions & 4 deletions en/usr_25.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_25.txt* For Vim version 9.1. Last change: 2016 Mar 28
*usr_25.txt* For Vim version 9.1. Last change: 2025 Jan 11

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -190,15 +190,15 @@ This results in the following:
story. ~


JUSTIFYING TEXT
JUSTIFYING TEXT *justify* *:Justify* *Justify()* *package-justify*

Vim has no built-in way of justifying text. However, there is a neat macro
package that does the job. To use this package, execute the following
command: >
command: >vim

:packadd justify

Or put this line in your |vimrc|: >
Or put this line in your |vimrc|: >vim

packadd! justify

Expand Down
Loading