Skip to content

Commit 6337adf

Browse files
authored
Merge pull request #1119 from tsuyoshicho/fix/shortcommand
fix: short command translate
2 parents 9265006 + 377d990 commit 6337adf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dict.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ Vim script:
223223
チャネル:
224224
- チャンネル
225225

226+
短縮形:
227+
- 短縮系
228+
226229
# 把握しているが、未作業/未決のもの
227230
# パラメーター:
228231
# - パラメタ

doc/eval.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3442,7 +3442,7 @@ text...
34423442
も外側の `:endtry` の後ループの開始位置まで戻る。
34433443

34443444
|Vim9| script では、スクリプトの可読性向上のため
3445-
短縮系は `:cont` になる。
3445+
短縮形は `:cont` になる。
34463446
*:break* *:brea* *E587*
34473447
:brea[k] `:while` または `:for` ループの内側で使われたときは、
34483448
対応する `:endwhile` または `:endfor` の後のコマンドま

0 commit comments

Comments
 (0)