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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
14
14
| 52.3 | インポート/エクスポートなしのオートロード
15
15
| 52.4 | 他に使えるメカニズム
16
16
| 52.5 | 旧来のスクリプトから Vim9 script を使う
17
- | 52.6 | Vim9 script サンプル: comment パッケージ, highlight-yank プラグイン
17
+ | 52.6 | Vim9 サンプル: comment および highlight-yank プラグイン
18
18
19
19
次章: | usr_90.txt | Vim のインストール
20
20
前章: | usr_51.txt | プラグインを作る
@@ -341,7 +341,7 @@ script ではこうしたグローバルのアイテムで確実にユニーク
341
341
call g:NicePluginTest()
342
342
343
343
==============================================================================
344
- *52.6* Vim9 script サンプル: comment パッケージ, highlight-yank プラグイン
344
+ *52.6* Vim9 サンプル: comment および highlight-yank プラグイン
345
345
346
346
☆comment パッケージ
347
347
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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -13,7 +13,7 @@ smaller parts.
13
13
| 52.3 | Autoloading without import/export
14
14
| 52.4 | Other mechanisms to use
15
15
| 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
17
17
18
18
Next chapter: | usr_90.txt | Installing Vim
19
19
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: >
337
337
call g:NicePluginTest()
338
338
339
339
==============================================================================
340
- *52.6* Vim9 script examples: comment package, highlight-yank plugin
340
+ *52.6* Vim9 examples: comment and highlight-yank plugin
341
341
342
342
COMMENT PACKAGE
343
343
You can’t perform that action at this time.
0 commit comments