Skip to content

Commit 7084f56

Browse files
authored
Merge pull request #2158 from h-east/update-usr_25
Update usr_25.{txt,jax}
2 parents 785f897 + 2306107 commit 7084f56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/usr_25.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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" を実行すればテキストを両端揃えできます。

en/usr_25.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

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

203-
packadd! justify
203+
:packadd! justify
204204

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

0 commit comments

Comments
 (0)