File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -351,8 +351,9 @@ Note: 28 行目では ":noremap" を使って、他のマップでトラブル
351351☆ドキュメント *write-local-help*
352352
353353プラグインのドキュメントを書くのは良いアイデアです。ユーザーが動作を変更できる
354- ような場合には特に重要です。| add-local-help | ではどのようにしてドキュメントが
355- インストールされるか説明されています。
354+ ような場合には特に重要です。ヘルプファイルで使用される構文については、
355+ | help-writing | を参照。ローカルヘルプファイルのインストール方法については、
356+ | add-local-help | を参照。
356357
357358プラグインヘルプファイルの例を示します ("typecorrect.txt"): >
358359
Original file line number Diff line number Diff line change @@ -352,8 +352,9 @@ was called from a mapping defined with ":noremap".
352352DOCUMENTATION *write-local-help*
353353
354354It's a good idea to also write some documentation for your plugin. Especially
355- when its behavior can be changed by the user. See | add-local-help | for how
356- they are installed.
355+ when its behavior can be changed by the user. See | help-writing | for the
356+ syntax used by the help files and | add-local-help | for how local help files
357+ are installed.
357358
358359Here is a simple example for a plugin help file, called "typecorrect.txt": >
359360
You can’t perform that action at this time.
0 commit comments