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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -192,7 +192,7 @@ Note: 特定の書式に従った文章なら自動的に整形することも
192
192
193
193
または次の行を | vimrc | に加えてください: >vim
194
194
195
- packadd! justify
195
+ : packadd! justify
196
196
197
197
新しいビジュアルモードコマンド "_j" が定義されます。ビジュアルモードで範囲選択
198
198
して "_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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -200,7 +200,7 @@ command: >vim
200
200
201
201
Or put this line in your | vimrc | : >vim
202
202
203
- packadd! justify
203
+ : packadd! justify
204
204
205
205
This Vim script file defines a new visual command "_j". To justify a block of
206
206
text, highlight the text in Visual mode and then execute "_j".
You can’t perform that action at this time.
0 commit comments