Skip to content
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
9 changes: 8 additions & 1 deletion doc/usr_02.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_02.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
*usr_02.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -673,6 +673,13 @@ Vim にはオプションがたくさんあり、それを設定することで
:help E128
< は |:function| コマンドに飛びます。

27) Vim とともに配布されるパッケージのドキュメントは、package-<name> という形
式です。よって >
:help package-comment
<
は付属のコメントプラグインとその有効化方法に関するヘルプセクションが表示さ
れます。


==============================================================================

Expand Down
9 changes: 8 additions & 1 deletion en/usr_02.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_02.txt* For Vim version 9.1. Last change: 2024 Oct 05
*usr_02.txt* For Vim version 9.1. Last change: 2025 Jan 11

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -694,6 +694,13 @@ Summary: *help-summary* >
:help E128
< takes you to the |:function| command

27) Documenction for packages distributed with Vim have the form package-<name>.
So >
:help package-comment
<
will bring you to the help section for the included comment plugin and how to
enable it.


==============================================================================

Expand Down