File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- *eval.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02
1+ *eval.txt* For Vim バージョン 9.1. Last change: 2024 Dec 23
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -775,7 +775,7 @@ Blobの一部は、角括弧内のコロンで区切られた最初と最後の
775775
776776
777777Blobの変更 ~
778- *blob-modification* *E1182 * *E1184*
778+ *blob-modification* *E1184*
779779Blobの特定のバイトを変更するには、 | :let | を使用する: >
780780 :let blob[4] = 0x44
781781
Original file line number Diff line number Diff line change 1- *vim9.txt* For Vim バージョン 9.1. Last change: 2024 May 31
1+ *vim9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 23
22
33 VIMリファレンスマニュアル by Bram Moolenaar
44
@@ -198,7 +198,7 @@ Vim9 関数 ~
198198やエラーが `:try ` ブロック内で捕捉された場合でない限り) 。また与えられた「範
199199囲」も受け取らず、"dict" 属性を持つ関数になることもできません。そして常にク
200200ロージャとなれます。
201- *vim9-no-dict-function*
201+ *vim9-no-dict-function* *E1182*
202202「辞書関数」の代わりに Vim9 クラス (| Vim9-class | ) を使用できます。辞書を明示的
203203に渡すこともできます: >
204204 def DictFunc(self: dict<any>, arg: string)
Original file line number Diff line number Diff line change 1- *eval.txt* For Vim version 9.1. Last change: 2024 Nov 02
1+ *eval.txt* For Vim version 9.1. Last change: 2024 Dec 23
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -797,7 +797,7 @@ length minus one is used: >
797797
798798
799799Blob modification ~
800- *blob-modification* *E1182 * *E1184*
800+ *blob-modification* *E1184*
801801To change a specific byte of a blob use | :let | this way: >
802802 :let blob[4] = 0x44
803803
Original file line number Diff line number Diff line change 1- *vim9.txt* For Vim version 9.1. Last change: 2024 May 31
1+ *vim9.txt* For Vim version 9.1. Last change: 2024 Dec 23
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -193,7 +193,7 @@ created yet. In this case you can call `execute()` to invoke it at runtime. >
193193"closure". A `:def ` function always aborts on an error (unless `:silent ! ` was
194194used for the command or the error was caught a `:try ` block), does not get a
195195range passed, cannot be a "dict" function, and can always be a closure.
196- *vim9-no-dict-function*
196+ *vim9-no-dict-function* *E1182*
197197You can use a Vim9 Class (| Vim9-class | ) instead of a "dict function".
198198You can also pass the dictionary explicitly: >
199199 def DictFunc(self: dict<any>, arg: string)
You can’t perform that action at this time.
0 commit comments