Skip to content
Merged
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
4 changes: 2 additions & 2 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: 2025 Jun 10
*usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Jun 13

VIM USER MANUAL - by Bram Moolenaar

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

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

packadd! justify
:packadd! justify

新しいビジュアルモードコマンド "_j" が定義されます。ビジュアルモードで範囲選択
して "_j" を実行すればテキストを両端揃えできます。
Expand Down
4 changes: 2 additions & 2 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: 2025 Jun 10
*usr_25.txt* For Vim version 9.1. Last change: 2025 Jun 13

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -200,7 +200,7 @@ command: >vim

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

packadd! justify
:packadd! justify

This Vim script file defines a new visual command "_j". To justify a block of
text, highlight the text in Visual mode and then execute "_j".
Expand Down