File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *usr_52.txt* For Vim バージョン 9.1. Last change: 2022 Jun 04
1
+ *usr_52.txt* For Vim バージョン 9.1. Last change: 2024 May 05
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -158,7 +158,7 @@ Vim9 script は大きな Vim script を容易に書けるようにデザイン
158
158
159
159
もう1つの形式は絶対パスでも相対パスでもないスクリプト名で autoload を使用する
160
160
ことです: >
161
- import autload "monthlib.vim"
161
+ import autoload "monthlib.vim"
162
162
163
163
これはスクリプト "monthlib.vim" を 'runtimepath' のオートロードディレクトリの
164
164
中から検索します。Unix では、ディレクトリの1つが "~/.vim/autoload" であること
Original file line number Diff line number Diff line change 1
- *usr_52.txt* For Vim version 9.1. Last change: 2022 Jun 04
1
+ *usr_52.txt* For Vim version 9.1. Last change: 2024 May 05
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -155,7 +155,7 @@ AUTOLOAD DIRECTORY
155
155
156
156
Another form is to use autoload with a script name that is not an absolute or
157
157
relative path: >
158
- import autload "monthlib.vim"
158
+ import autoload "monthlib.vim"
159
159
160
160
This will search for the script "monthlib.vim" in the autoload directories of
161
161
'runtimepath' . With Unix one of the directories often is "~/.vim/autoload".
You can’t perform that action at this time.
0 commit comments