Skip to content

Commit 81bae15

Browse files
authored
Merge pull request #1912 from h-east/update-usr_02
Update usr_02.{txt,jax}
2 parents 6a7edaf + a9c0197 commit 81bae15

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/usr_02.jax

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

33
VIM USER MANUAL - by Bram Moolenaar
44

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

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

677684
==============================================================================
678685

en/usr_02.txt

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

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -694,6 +694,13 @@ Summary: *help-summary* >
694694
:help E128
695695
< takes you to the |:function| command
696696

697+
27) Documenction for packages distributed with Vim have the form package-<name>.
698+
So >
699+
:help package-comment
700+
<
701+
will bring you to the help section for the included comment plugin and how to
702+
enable it.
703+
697704

698705
==============================================================================
699706

0 commit comments

Comments
 (0)