Skip to content

Update usr_52.{txt,jax} #1537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/usr_52.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_52.txt* For Vim バージョン 9.1. Last change: 2022 Jun 04
*usr_52.txt* For Vim バージョン 9.1. Last change: 2024 May 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -158,7 +158,7 @@ Vim9 script は大きな Vim script を容易に書けるようにデザイン

もう1つの形式は絶対パスでも相対パスでもないスクリプト名で autoload を使用する
ことです: >
import autload "monthlib.vim"
import autoload "monthlib.vim"

これはスクリプト "monthlib.vim" を 'runtimepath' のオートロードディレクトリの
中から検索します。Unix では、ディレクトリの1つが "~/.vim/autoload" であること
Expand Down
4 changes: 2 additions & 2 deletions en/usr_52.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_52.txt* For Vim version 9.1. Last change: 2022 Jun 04
*usr_52.txt* For Vim version 9.1. Last change: 2024 May 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -155,7 +155,7 @@ AUTOLOAD DIRECTORY

Another form is to use autoload with a script name that is not an absolute or
relative path: >
import autload "monthlib.vim"
import autoload "monthlib.vim"

This will search for the script "monthlib.vim" in the autoload directories of
'runtimepath'. With Unix one of the directories often is "~/.vim/autoload".
Expand Down