Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/usr_51.jax
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,9 @@ Note: 28 行目では ":noremap" を使って、他のマップでトラブル
☆ドキュメント *write-local-help*

プラグインのドキュメントを書くのは良いアイデアです。ユーザーが動作を変更できる
ような場合には特に重要です。|add-local-help| ではどのようにしてドキュメントが
インストールされるか説明されています。
ような場合には特に重要です。ヘルプファイルで使用される構文については、
|help-writing| を参照。ローカルヘルプファイルのインストール方法については、
|add-local-help| を参照。

プラグインヘルプファイルの例を示します ("typecorrect.txt"): >

Expand Down
5 changes: 3 additions & 2 deletions en/usr_51.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,9 @@ was called from a mapping defined with ":noremap".
DOCUMENTATION *write-local-help*

It's a good idea to also write some documentation for your plugin. Especially
when its behavior can be changed by the user. See |add-local-help| for how
they are installed.
when its behavior can be changed by the user. See |help-writing| for the
syntax used by the help files and |add-local-help| for how local help files
are installed.

Here is a simple example for a plugin help file, called "typecorrect.txt": >

Expand Down