Skip to content

Commit 025beb1

Browse files
committed
Fix by review
1 parent 260c9ba commit 025beb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/vim9.jax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ script の新しい文法と機能について書かれています。
2727
らはソースとして実行できるため、実行して出力内容を確認できる。ソースと
2828
して実行するには、`:'<,'>source` を使用する (|:source-range| を参照)。
2929
これは、|V| で行を視覚的に選択し、`:so` と入力することで実行できる。
30-
For example, try it on the following Vim9 script: >vim9
31-
例えば、以下の Vim9 script で試してみてほしい。
30+
例えば、以下の Vim9 script で試してみてほしい: >vim9
3231

3332
vim9script
3433
echowindow "Welcome to Vim9 script!"

0 commit comments

Comments
 (0)