Skip to content

Update helphelp.{txt,jax} #2082

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions doc/helphelp.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 May 31
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Jun 03


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -406,9 +406,9 @@ Vim のヘルプファイルでは通常、文の後に 2 つのスペースを

☆タグ

ヘルプタグを定義するには、名前をアスタリスクで挟みます (*tag-name*)。tag-name
は他のすべての Vim ヘルプのタグ名とは違う名前になっていて、プラグインの名前で
始まっているのが理想的です。タグ名は普通は右寄せで書きます。
ヘルプタグを定義するには、名前をアスタリスクで挟みます ("*tag-name*")。
tag-name は他のすべての Vim ヘルプのタグ名とは違う名前になっていて、プラグイン
の名前で始まっているのが理想的です。タグ名は普通は右寄せで書きます。

既存のヘルプタグに言及してそのタグへのリンクを作成するには、名前をバー (|) で
挟みます。例: |help-writing|
Expand Down
4 changes: 2 additions & 2 deletions en/helphelp.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*helphelp.txt* For Vim version 9.1. Last change: 2025 May 31
*helphelp.txt* For Vim version 9.1. Last change: 2025 Jun 03


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -412,7 +412,7 @@ in such a modeline, that can have undesired consequences.

TAGS

To define a help tag, place the name between asterisks (*tag-name*). The
To define a help tag, place the name between asterisks ("*tag-name*"). The
tag-name should be different from all the Vim help tag names and ideally
should begin with the name of the Vim plugin. The tag name is usually right
aligned on a line.
Expand Down