diff --git a/doc/usr_05.jax b/doc/usr_05.jax index e51e0ff90..aff0484ee 100644 --- a/doc/usr_05.jax +++ b/doc/usr_05.jax @@ -1,4 +1,4 @@ -*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05 +*usr_05.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11 VIM USER MANUAL - by Bram Moolenaar @@ -400,7 +400,7 @@ langmapオプションがマッピングから生じる文字に適用される ださい。 ============================================================================== -*05.5* パッケージの追加 *add-package* *matchit-install* +*05.5* パッケージの追加 *add-package* *matchit-install* *package-matchit* パッケージとはVimに追加するファイルの集合です。パッケージには、任意のタイミン グで読み込めるものと、起動時に自動的に読み込まれるものの2種類があります。 @@ -439,7 +439,7 @@ matchit プラグインを使い始めるには、以下の行をあなたの vi ここの "fancytext" はパッケージ名なので、実際には別の名前になるで しょう。 -editorconfig パッケージの追加 *editorconfig-install* +editorconfig パッケージの追加 *editorconfig-install* *package-editorconfig* matchit パッケージと同様に、Vim の起動時に配布されている editorconfig プラグイ ンを読み込むには、vimrc ファイルに以下の行を追加します: > @@ -450,7 +450,7 @@ Vim を再起動するとプラグインがアクティブになり、以下で :h editorconfig.txt -コメントパッケージの追加 *comment-install* +コメントパッケージの追加 *comment-install* *package-comment* 以下のコマンドを使用してプラグインをロードします: > packadd comment @@ -463,7 +463,7 @@ Vim を再起動するとプラグインがアクティブになり、以下で :h comment.txt -nohlsearch パッケージの追加 *nohlsearch-install* +nohlsearch パッケージの追加 *nohlsearch-install* *package-nohlsearch* 以下のコマンドを使用してプラグインをロードします: > packadd nohlsearch diff --git a/en/usr_05.txt b/en/usr_05.txt index ca6b91075..93231f6cd 100644 --- a/en/usr_05.txt +++ b/en/usr_05.txt @@ -1,4 +1,4 @@ -*usr_05.txt* For Vim version 9.1. Last change: 2024 Oct 05 +*usr_05.txt* For Vim version 9.1. Last change: 2025 Jan 11 VIM USER MANUAL - by Bram Moolenaar @@ -392,7 +392,7 @@ The ":map" command (with no arguments) lists your current mappings. At least the ones for Normal mode. More about mappings in section |40.1|. ============================================================================== -*05.5* Adding a package *add-package* *matchit-install* +*05.5* Adding a package *add-package* *matchit-install* *package-matchit* A package is a set of files that you can add to Vim. There are two kinds of packages: optional and automatically loaded on startup. @@ -427,7 +427,7 @@ an archive or as a repository. For an archive you can follow these steps: Here "fancytext" is the name of the package, it can be anything else. -Adding the editorconfig package *editorconfig-install* +Adding the editorconfig package *editorconfig-install* *package-editorconfig* Similar to the matchit package, to load the distributed editorconfig plugin when Vim starts, add the following line to your vimrc file: > @@ -437,7 +437,7 @@ After restarting your Vim, the plugin is active and you can read about it at: > :h editorconfig.txt -Adding comment package *comment-install* +Adding comment package *comment-install* *package-comment* Load the plugin with this command: > packadd comment @@ -450,7 +450,7 @@ the package loaded. Once the package is loaded, read about it at: > :h comment.txt -Adding nohlsearch package *nohlsearch-install* +Adding nohlsearch package *nohlsearch-install* *package-nohlsearch* Load the plugin with this command: > packadd nohlsearch