Skip to content

Update usr_05.{txt,jax} #1913

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

Merged
merged 1 commit into from
Jan 19, 2025
Merged
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
10 changes: 5 additions & 5 deletions doc/usr_05.jax
Original file line number Diff line number Diff line change
@@ -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

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

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

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

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

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


コメントパッケージの追加 *comment-install*
コメントパッケージの追加 *comment-install* *package-comment*

以下のコマンドを使用してプラグインをロードします: >
packadd comment
Expand All @@ -463,7 +463,7 @@ Vim を再起動するとプラグインがアクティブになり、以下で
:h comment.txt


nohlsearch パッケージの追加 *nohlsearch-install*
nohlsearch パッケージの追加 *nohlsearch-install* *package-nohlsearch*

以下のコマンドを使用してプラグインをロードします: >
packadd nohlsearch
Expand Down
10 changes: 5 additions & 5 deletions en/usr_05.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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: >
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading