Skip to content

Commit

Permalink
Merge pull request #1915 from h-east/update-helphelp
Browse files Browse the repository at this point in the history
Update helphelp.{txt,jax}
  • Loading branch information
h-east authored Jan 14, 2025
2 parents fe882b4 + 04cf73f commit 6a12a9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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: 2024 Dec 26
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -243,10 +243,10 @@ $VIMRUNTIME/docにあるファイルは対象外です。
には次のようにします (ファイルの書き込み権限が必要): >
:helptags $VIMRUNTIME/doc
<
*:HelpToc* *help-TOC* *help-toc-install*
*:HelpToc* *help-TOC* *help-toc-install* *package-helptoc*

ファイル内の任意の位置から対話的な目次にアクセスしたい場合は、helptoc プラグイ
ンを使用できます。以下のようにプラグインを読込みます: >
ンを使用できます。以下のようにプラグインを読込みます: >vim

packadd helptoc

Expand Down
6 changes: 3 additions & 3 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: 2024 Dec 26
*helphelp.txt* For Vim version 9.1. Last change: 2025 Jan 11


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -247,10 +247,10 @@ command: >
(requires write permission there): >
:helptags $VIMRUNTIME/doc
<
*:HelpToc* *help-TOC* *help-toc-install*
*:HelpToc* *help-TOC* *help-toc-install* *package-helptoc*

If you want to access an interactive table of contents, from any position in
the file, you can use the helptoc plugin. Load the plugin with: >
the file, you can use the helptoc plugin. Load the plugin with: >vim

packadd helptoc

Expand Down

0 comments on commit 6a12a9b

Please sign in to comment.