Skip to content

Commit 014873d

Browse files
committed
Follow the original changes
1 parent 5b44887 commit 014873d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/usr_05.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
1+
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 May 17
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -458,7 +458,8 @@ Vim を再起動するとプラグインがアクティブになり、以下で
458458
こうすることで、コメント用の `gc` および同じようなデフォルトキーバインディング
459459
(Vim コミュニティでは定評のあるマッピングです) でプラグインを使用できます。
460460

461-
Vim を再起動するとプラグインが有効になります。以下を参照ください: >
461+
この行を vimrc ファイルに追加した場合は、Vim を再起動してパッケージを読み込む
462+
必要があります。パッケージがロードされたら、以下を読んでください: >
462463
:h comment.txt
463464
464465
パッケージについてのより詳しい情報は次の項目を参照してください: |packages|

en/usr_05.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_05.txt* For Vim version 9.1. Last change: 2024 Apr 26
1+
*usr_05.txt* For Vim version 9.1. Last change: 2024 May 17
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -445,7 +445,8 @@ Load the plugin with this command: >
445445
This way you can use the plugin with the default key bindings `gc` and similar
446446
for commenting (which is a well-established mapping in the Vim community).
447447

448-
After restarting your Vim, the plugin is active and you can read about it at: >
448+
If you add this line to your vimrc file, then you need to restart Vim to have
449+
the package loaded. Once the package is loaded, read about it at: >
449450
:h comment.txt
450451
451452
More information about packages can be found here: |packages|.

0 commit comments

Comments
 (0)