Skip to content

Commit 057508d

Browse files
authored
Merge pull request #1738 from vim-jp/hh-update-usr_52
Update usr_52.{txt,jax}
2 parents 12bea2a + 6333cfc commit 057508d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/usr_52.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

@@ -14,7 +14,7 @@
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

en/usr_52.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

342342
COMMENT PACKAGE
343343

0 commit comments

Comments
 (0)