Skip to content

Commit 31167e8

Browse files
authored
Merge pull request #1537 from vim-jp/hh-update-usr_52
Update usr_52.{txt,jax}
2 parents c4e7033 + 648cfad commit 31167e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/usr_52.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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" であること

en/usr_52.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

156156
Another form is to use autoload with a script name that is not an absolute or
157157
relative 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".

0 commit comments

Comments
 (0)