Skip to content

Commit e0e4ab0

Browse files
committed
Fix typo in vim9.jax
1 parent 95c61fc commit e0e4ab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/vim9.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,9 +1968,9 @@ export された項目は、別のスクリプトで import することがで
19681968
import {longfilename} as {name}
19691969
<
19701970
この形式では、{name} が import された名前空間の特定のスクリプトローカル名とな
1971-
ります。したがって、{name}|internal-variables| のように、文字、数字、'_'
1972-
構成されなければなりません{longfilename} 式は、任意のファイル名で評価する必
1973-
要があります。例: >
1971+
ります。したがって、{name}|internal-variables| のように、文字、数字、'_'
1972+
で構成されなければなりません{longfilename} 式は、任意のファイル名で評価する
1973+
必要があります。例: >
19741974
import "thatscript.vim.v2" as that
19751975
< *E1060* *E1258* *E1259* *E1260*
19761976
"that.item" 等として使えます。"that" という名称は自由です。import したスクリプ

0 commit comments

Comments
 (0)