File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- *usr_52.txt* For Vim バージョン 9.1. Last change: 2024 Jun 09
1+ *usr_52.txt* For Vim バージョン 9.1. Last change: 2024 Oct 07
22
33 VIM USER MANUAL - by Bram Moolenaar
44
1414| 52.3 | インポート/エクスポートなしのオートロード
1515| 52.4 | 他に使えるメカニズム
1616| 52.5 | 旧来のスクリプトから Vim9 script を使う
17- | 52.6 | Vim9 script サンプル: comment パッケージ, highlight-yank プラグイン
17+ | 52.6 | Vim9 サンプル: comment および highlight-yank プラグイン
1818
1919次章: | usr_90.txt | Vim のインストール
2020前章: | usr_51.txt | プラグインを作る
@@ -341,7 +341,7 @@ script ではこうしたグローバルのアイテムで確実にユニーク
341341 call g:NicePluginTest()
342342
343343==============================================================================
344- *52.6* Vim9 script サンプル: comment パッケージ, highlight-yank プラグイン
344+ *52.6* Vim9 サンプル: comment および highlight-yank プラグイン
345345
346346☆comment パッケージ
347347
Original file line number Diff line number Diff line change 1- *usr_52.txt* For Vim version 9.1. Last change: 2024 Jun 09
1+ *usr_52.txt* For Vim version 9.1. Last change: 2024 Oct 07
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -13,7 +13,7 @@ smaller parts.
1313| 52.3 | Autoloading without import/export
1414| 52.4 | Other mechanisms to use
1515| 52.5 | Using a Vim9 script from legacy script
16- | 52.6 | Vim9 script examples: comment package, highlight-yank plugin
16+ | 52.6 | Vim9 examples: comment and highlight-yank plugin
1717
1818 Next chapter: | usr_90.txt | Installing Vim
1919 Previous chapter: | usr_51.txt | Create a plugin
@@ -337,7 +337,7 @@ will have to make sure to use a unique name for these global items. Example: >
337337 call g:NicePluginTest()
338338
339339==============================================================================
340- *52.6* Vim9 script examples: comment package, highlight-yank plugin
340+ *52.6* Vim9 examples: comment and highlight-yank plugin
341341
342342COMMENT PACKAGE
343343
You can’t perform that action at this time.
0 commit comments