-
Notifications
You must be signed in to change notification settings - Fork 65
Update helphelp.{txt,jax} #2068
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21 | ||
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 May 04 | ||
|
||
|
||
VIMリファレンスマニュアル by Bram Moolenaar | ||
|
@@ -283,9 +283,11 @@ $VIMRUNTIME/docにあるファイルは対象外です。 | |
<Home> | 最初のエントリを選択する | ||
<End> | 最後のエントリを選択する | ||
|
||
このプラグインは、man ページ、markdown ファイル、および端末バッファに目次を提 | ||
供することもできます。端末バッファの場合、エントリは過去に実行されたシェルコマ | ||
ンドになります。それらを検索するために、以下のパターンが使用されます: > | ||
このプラグインは、asciidoc、html、man、markdown、tex、vim、xhtml といったファ | ||
イルタイプのバッファに目次を表示できます。また、端末バッファにも目次を表示でき | ||
ます。このバッファには、過去に実行されたシェルコマンドのエントリが生成されま | ||
tsuyoshicho marked this conversation as resolved.
Show resolved
Hide resolved
|
||
す。これらのエントリを見つけるために、デフォルトでは以下のパターンが使用されま | ||
す: > | ||
|
||
^\w\+@\w\+:\f\+\$\s | ||
|
||
|
@@ -298,6 +300,9 @@ $VIMRUNTIME/docにあるファイルは対象外です。 | |
Tip: `/` コマンドで検索するパターンを挿入した後、<CR> ではなく <Esc> を押すと、 | ||
`J` または `K` を押すことで残りの各エントリの詳細なコンテキストを取得できます。 | ||
|
||
helptoc の詳細、特にヘルプ以外のファイルタイプでの使用やオプションの設定につい | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 全くこのままで問題ないのですが、h-east さんはよく "configure" に「構成」という訳をあててらした気がするのでコメントだけ。 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 「「設定」と訳すとなんか違うなぁ」って時に「構成」と訳している感じですね。 で、気付いたんですが、同じ行の There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 確かに、 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 本家を突いて直してもらいました。再レビューたのむ。 |
||
ては、|helptoc.vim| を参照してください。 | ||
|
||
============================================================================== | ||
2. 翻訳ヘルプ *help-translated* | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.