Skip to content

Commit 676c270

Browse files
tsuyoshichoh-east
andcommitted
usr_52.jax: fix 'autoload directory'
Co-authored-by: h_east <[email protected]>
1 parent 1cb83f6 commit 676c270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usr_52.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ Vim9 script は大きな Vim script を容易に書けるようにデザイン
153153
できます。
154154

155155

156-
オートロード ディレクトリ
156+
オートロードディレクトリ
157157

158158
もう1つの形式は絶対パスでも相対パスでもないスクリプト名で autoload を使用する
159159
ことです: >
160160
import autload "monthlib.vim"
161161
162-
これはスクリプト "monthlib.vim" を 'runtimepath' のオートロード ディレクトリの
162+
これはスクリプト "monthlib.vim" を 'runtimepath' のオートロードディレクトリの
163163
中から検索します。Unix では、ディレクトリの1つが "~/.vim/autoload" であること
164164
が多いです。
165165

0 commit comments

Comments
 (0)