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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -158,7 +158,7 @@ Vim9 script は大きな Vim script を容易に書けるようにデザイン
158158
159159もう1つの形式は絶対パスでも相対パスでもないスクリプト名で autoload を使用する
160160ことです: >
161- import autload "monthlib.vim"
161+ import autoload "monthlib.vim"
162162
163163 これはスクリプト "monthlib.vim" を 'runtimepath' のオートロードディレクトリの
164164中から検索します。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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -155,7 +155,7 @@ AUTOLOAD DIRECTORY
155155
156156Another form is to use autoload with a script name that is not an absolute or
157157relative path: >
158- import autload "monthlib.vim"
158+ import autoload "monthlib.vim"
159159
160160 This will search for the script "monthlib.vim" in the autoload directories of
161161'runtimepath' . With Unix one of the directories often is "~/.vim/autoload".
You can’t perform that action at this time.
0 commit comments