File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
- *usr_05.txt* For Vim バージョン 9.1. Last change: 2023 Sep 12
1
+ *usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -449,6 +449,18 @@ Vim を再起動するとプラグインがアクティブになり、以下で
449
449
とができます: >
450
450
:h editorconfig.txt
451
451
452
+
453
+ コメントパッケージの追加 *comment-install*
454
+
455
+ 以下のコマンドを使用してプラグインをロードします: >
456
+ packadd comment
457
+ <
458
+ こうすることで、コメント用の `gc` および同じようなデフォルトキーバインディング
459
+ (Vim コミュニティでは定評のあるマッピングです) でプラグインを使用できます。
460
+
461
+ Vim を再起動するとプラグインが有効になります。以下を参照ください: >
462
+ :h comment.txt
463
+
452
464
パッケージについてのより詳しい情報は次の項目を参照してください: | packages |
453
465
454
466
==============================================================================
Original file line number Diff line number Diff line change 1
- *usr_05.txt* For Vim version 9.1. Last change: 2023 Sep 12
1
+ *usr_05.txt* For Vim version 9.1. Last change: 2024 Apr 26
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -436,6 +436,18 @@ when Vim starts, add the following line to your vimrc file: >
436
436
After restarting your Vim, the plugin is active and you can read about it at: >
437
437
:h editorconfig.txt
438
438
439
+
440
+ Adding comment package *comment-install*
441
+
442
+ Load the plugin with this command: >
443
+ packadd comment
444
+ <
445
+ This way you can use the plugin with the default key bindings `gc` and similar
446
+ for commenting (which is a well-established mapping in the Vim community).
447
+
448
+ After restarting your Vim, the plugin is active and you can read about it at: >
449
+ :h comment.txt
450
+
439
451
More information about packages can be found here: | packages | .
440
452
441
453
==============================================================================
You can’t perform that action at this time.
0 commit comments