File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- *usr_02.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1
+ *usr_02.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -673,6 +673,12 @@ Vim にはオプションがたくさんあり、それを設定することで
673
673
:help E128
674
674
< は | :function | コマンドに飛びます。
675
675
676
+ 27) Vim で配布されるパッケージのドキュメントは、package-<name> という形式です。
677
+ よって >
678
+ :help package-comment
679
+ <
680
+ はコメントプラグインのヘルプセクションと有効化方法に案内します。
681
+
676
682
677
683
==============================================================================
678
684
Original file line number Diff line number Diff line change 1
- *usr_02.txt* For Vim version 9.1. Last change: 2024 Oct 05
1
+ *usr_02.txt* For Vim version 9.1. Last change: 2025 Jan 11
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -694,6 +694,13 @@ Summary: *help-summary* >
694
694
:help E128
695
695
< takes you to the | :function | command
696
696
697
+ 27) Documenction for packages distributed with Vim have the form package-<name> .
698
+ So >
699
+ :help package-comment
700
+ <
701
+ will bring you to the help section for the included comment plugin and how to
702
+ enable it.
703
+
697
704
698
705
==============================================================================
699
706
You can’t perform that action at this time.
0 commit comments