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.
2 parents 95c61fc + e0e4ab0 commit fe882b4Copy full SHA for fe882b4
doc/vim9.jax
@@ -1968,9 +1968,9 @@ export された項目は、別のスクリプトで import することがで
1968
import {longfilename} as {name}
1969
<
1970
この形式では、{name} が import された名前空間の特定のスクリプトローカル名とな
1971
-ります。したがって、{name} は |internal-variables| のように、文字、数字、'_'で
1972
-構成されなければなりません。{longfilename} 式は、任意のファイル名で評価する必
1973
-要があります。例: >
+ります。したがって、{name} は |internal-variables| のように、文字、数字、'_'
+で構成されなければなりません。{longfilename} 式は、任意のファイル名で評価する
+必要があります。例: >
1974
import "thatscript.vim.v2" as that
1975
< *E1060* *E1258* *E1259* *E1260*
1976
"that.item" 等として使えます。"that" という名称は自由です。import したスクリプ
0 commit comments