Skip to content

Update os_vms.{txt,jax} #2190

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 2 commits into from
Jul 23, 2025
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
18 changes: 13 additions & 5 deletions doc/os_vms.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_vms.txt* For Vim バージョン 9.1. Last change: 2024 May 11
*os_vms.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22


VIMリファレンスマニュアル
Expand Down Expand Up @@ -31,12 +31,20 @@ Vimと完全な互換性がある。

==============================================================================

2. ファイル入手(ダウンロード) *vms-download*
2. ファイルのダウンロード *vms-download*

Vimのソースコードは公式サイトからftpでダウンロードすることができる:
ftp://ftp.vim.org/pub/vim/
Vim のソースコードは Vim の公式サイトからダウンロードすることができる:
https://github.com/vim/vim/archive/refs/heads/master.zip
または git を使用する: >
git clone https://github.com/vim/vim.git

以前のリリースアーカイブも以下の場所から入手できる:
https://ftp.nluug.nl/pub/vim/
ftp://ftp.nluug.nl/pub/vim/
またはミラーサイトを利用しても良い:
ftp://ftp.vim.org/pub/vim/MIRRORS
https://ftp.nluug.nl/pub/vim/MIRRORS

Note: ftp サーバーは廃止されており、更新されなくなった。

コンパイル済み実行可能ファイルは以下のところで入手可能:
http://www.polarfox.com/vim/
Expand Down
16 changes: 12 additions & 4 deletions en/os_vms.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_vms.txt* For Vim version 9.1. Last change: 2024 May 11
*os_vms.txt* For Vim version 9.1. Last change: 2025 Jul 22


VIM REFERENCE MANUAL
Expand Down Expand Up @@ -33,10 +33,18 @@ Vim on other operating systems.

2. Download files *vms-download*

You can download the Vim source code by ftp from the official Vim site:
ftp://ftp.vim.org/pub/vim/
You can download the Vim source code from the official Vim site:
https://github.com/vim/vim/archive/refs/heads/master.zip
Or using git: >
git clone https://github.com/vim/vim.git

Older release archives are also available at:
https://ftp.nluug.nl/pub/vim/
ftp://ftp.nluug.nl/pub/vim/
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

たぶんこれは本家の消し忘れ。

Or use one of the mirrors:
ftp://ftp.vim.org/pub/vim/MIRRORS
https://ftp.nluug.nl/pub/vim/MIRRORS

Note: the ftp server has been retired and is no longer updated.

You can download precompiled executables from:
http://www.polarhome.com/vim/
Expand Down