Skip to content

Commit f6877f3

Browse files
authored
Merge pull request #1913 from h-east/update-usr_05
Update usr_05.{txt,jax}
2 parents 0753222 + 1f4625d commit f6877f3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/usr_05.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+
*usr_05.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -400,7 +400,7 @@ langmapオプションがマッピングから生じる文字に適用される
400400
ださい。
401401

402402
==============================================================================
403-
*05.5* パッケージの追加 *add-package* *matchit-install*
403+
*05.5* パッケージの追加 *add-package* *matchit-install* *package-matchit*
404404

405405
パッケージとはVimに追加するファイルの集合です。パッケージには、任意のタイミン
406406
グで読み込めるものと、起動時に自動的に読み込まれるものの2種類があります。
@@ -439,7 +439,7 @@ matchit プラグインを使い始めるには、以下の行をあなたの vi
439439
ここの "fancytext" はパッケージ名なので、実際には別の名前になるで
440440
しょう。
441441

442-
editorconfig パッケージの追加 *editorconfig-install*
442+
editorconfig パッケージの追加 *editorconfig-install* *package-editorconfig*
443443

444444
matchit パッケージと同様に、Vim の起動時に配布されている editorconfig プラグイ
445445
ンを読み込むには、vimrc ファイルに以下の行を追加します: >
@@ -450,7 +450,7 @@ Vim を再起動するとプラグインがアクティブになり、以下で
450450
:h editorconfig.txt
451451
452452
453-
コメントパッケージの追加 *comment-install*
453+
コメントパッケージの追加 *comment-install* *package-comment*
454454

455455
以下のコマンドを使用してプラグインをロードします: >
456456
packadd comment
@@ -463,7 +463,7 @@ Vim を再起動するとプラグインがアクティブになり、以下で
463463
:h comment.txt
464464
465465
466-
nohlsearch パッケージの追加 *nohlsearch-install*
466+
nohlsearch パッケージの追加 *nohlsearch-install* *package-nohlsearch*
467467

468468
以下のコマンドを使用してプラグインをロードします: >
469469
packadd nohlsearch

en/usr_05.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_05.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+
*usr_05.txt* For Vim version 9.1. Last change: 2025 Jan 11
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -392,7 +392,7 @@ The ":map" command (with no arguments) lists your current mappings. At
392392
least the ones for Normal mode. More about mappings in section |40.1|.
393393

394394
==============================================================================
395-
*05.5* Adding a package *add-package* *matchit-install*
395+
*05.5* Adding a package *add-package* *matchit-install* *package-matchit*
396396

397397
A package is a set of files that you can add to Vim. There are two kinds of
398398
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:
427427
Here "fancytext" is the name of the package, it can be anything
428428
else.
429429

430-
Adding the editorconfig package *editorconfig-install*
430+
Adding the editorconfig package *editorconfig-install* *package-editorconfig*
431431

432432
Similar to the matchit package, to load the distributed editorconfig plugin
433433
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: >
437437
:h editorconfig.txt
438438
439439
440-
Adding comment package *comment-install*
440+
Adding comment package *comment-install* *package-comment*
441441

442442
Load the plugin with this command: >
443443
packadd comment
@@ -450,7 +450,7 @@ the package loaded. Once the package is loaded, read about it at: >
450450
:h comment.txt
451451
452452
453-
Adding nohlsearch package *nohlsearch-install*
453+
Adding nohlsearch package *nohlsearch-install* *package-nohlsearch*
454454

455455
Load the plugin with this command: >
456456
packadd nohlsearch

0 commit comments

Comments
 (0)