File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- *usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Jun 10
1+ *usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Jun 13
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -192,7 +192,7 @@ Note: 特定の書式に従った文章なら自動的に整形することも
192192
193193または次の行を | vimrc | に加えてください: >vim
194194
195- packadd! justify
195+ : packadd! justify
196196
197197新しいビジュアルモードコマンド "_j" が定義されます。ビジュアルモードで範囲選択
198198して "_j" を実行すればテキストを両端揃えできます。
Original file line number Diff line number Diff line change 1- *usr_25.txt* For Vim version 9.1. Last change: 2025 Jun 10
1+ *usr_25.txt* For Vim version 9.1. Last change: 2025 Jun 13
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -200,7 +200,7 @@ command: >vim
200200
201201Or put this line in your | vimrc | : >vim
202202
203- packadd! justify
203+ : packadd! justify
204204
205205This Vim script file defines a new visual command "_j". To justify a block of
206206text, highlight the text in Visual mode and then execute "_j".
You can’t perform that action at this time.
0 commit comments