From 3389f1312a68ed984bf26d9fd82d315c7a9237c3 Mon Sep 17 00:00:00 2001 From: h-east Date: Tue, 14 Jan 2025 20:09:02 +0900 Subject: [PATCH] Update usr_25.{txt,jax} --- doc/usr_25.jax | 8 ++++---- en/usr_25.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/usr_25.jax b/doc/usr_25.jax index 591ecb0e1..9732d6a77 100644 --- a/doc/usr_25.jax +++ b/doc/usr_25.jax @@ -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 @@ -183,14 +183,14 @@ Note: 特定の書式に従った文章なら自動的に整形することも story. ~ -☆両端揃え +☆両端揃え *justify* *:Justify* *Justify()* *package-justify* 両端揃えするための組み込みコマンドはありません。しかし、そのためのマクロパッ -ケージが用意されています。パッケージを使うには、次のコマンドを実行します: > +ケージが用意されています。パッケージを使うには、次のコマンドを実行します: >vim :packadd justify -または次の行を |vimrc| に加えてください: > +または次の行を |vimrc| に加えてください: >vim packadd! justify diff --git a/en/usr_25.txt b/en/usr_25.txt index af013bcfe..5b4df0d0e 100644 --- a/en/usr_25.txt +++ b/en/usr_25.txt @@ -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 @@ -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