Skip to content

Commit

Permalink
Merge pull request #1888 from h-east/move-help-tag-E1182
Browse files Browse the repository at this point in the history
Move help tag E1182
  • Loading branch information
h-east authored Dec 23, 2024
2 parents f534fd5 + 802cba8 commit 24bd952
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doc/eval.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Dec 23


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -775,7 +775,7 @@ Blobの一部は、角括弧内のコロンで区切られた最初と最後の
Blobの変更 ~
*blob-modification* *E1182* *E1184*
*blob-modification* *E1184*
Blobの特定のバイトを変更するには、 |:let| を使用する: >
:let blob[4] = 0x44
Expand Down
4 changes: 2 additions & 2 deletions doc/vim9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*vim9.txt* For Vim バージョン 9.1. Last change: 2024 May 31
*vim9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 23

VIMリファレンスマニュアル by Bram Moolenaar

Expand Down Expand Up @@ -198,7 +198,7 @@ Vim9 関数 ~
やエラーが `:try` ブロック内で捕捉された場合でない限り) 。また与えられた「範
囲」も受け取らず、"dict" 属性を持つ関数になることもできません。そして常にク
ロージャとなれます。
*vim9-no-dict-function*
*vim9-no-dict-function* *E1182*
「辞書関数」の代わりに Vim9 クラス (|Vim9-class|) を使用できます。辞書を明示的
に渡すこともできます: >
def DictFunc(self: dict<any>, arg: string)
Expand Down
4 changes: 2 additions & 2 deletions en/eval.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 9.1. Last change: 2024 Nov 02
*eval.txt* For Vim version 9.1. Last change: 2024 Dec 23


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -797,7 +797,7 @@ length minus one is used: >
Blob modification ~
*blob-modification* *E1182* *E1184*
*blob-modification* *E1184*
To change a specific byte of a blob use |:let| this way: >
:let blob[4] = 0x44
Expand Down
4 changes: 2 additions & 2 deletions en/vim9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*vim9.txt* For Vim version 9.1. Last change: 2024 May 31
*vim9.txt* For Vim version 9.1. Last change: 2024 Dec 23


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -193,7 +193,7 @@ created yet. In this case you can call `execute()` to invoke it at runtime. >
"closure". A `:def` function always aborts on an error (unless `:silent!` was
used for the command or the error was caught a `:try` block), does not get a
range passed, cannot be a "dict" function, and can always be a closure.
*vim9-no-dict-function*
*vim9-no-dict-function* *E1182*
You can use a Vim9 Class (|Vim9-class|) instead of a "dict function".
You can also pass the dictionary explicitly: >
def DictFunc(self: dict<any>, arg: string)
Expand Down

0 comments on commit 24bd952

Please sign in to comment.