We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f75f0 commit 4468090Copy full SHA for 4468090
doc/eval.jax
@@ -3081,12 +3081,12 @@ text...
3081
|Vim9| script では index が使用される。現在の要素よりも
3082
前の要素が削除された場合、次の要素はスキップされる。
3083
3084
- {object}が |Blob| の場合、Vimは常にコピーを作成して繰
+ {object} が |Blob| の場合、Vimは常にコピーを作成して繰
3085
り返す。|List| とは異なり、|Blob| を変更しても繰り返し
3086
には影響しない。
3087
3088
- When {object} is a |String| each item is a string with
3089
- one character, plus any combining characters.
+ {object} が |String| の場合は各要素は1つの文字、それと
+ 任意の結合文字による文字列になる。
3090
3091
|Vim9| script では、スクリプトの可読性向上のため
3092
`:endfor` は短縮できない。
0 commit comments