Skip to content

Commit 4920b88

Browse files
authored
Merge pull request #2190 from h-east/update-os_vms
Update os_vms.{txt,jax}
2 parents d62e6a3 + 047ef21 commit 4920b88

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

doc/os_vms.jax

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_vms.txt* For Vim バージョン 9.1. Last change: 2024 May 11
1+
*os_vms.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
22

33

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

3232
==============================================================================
3333

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

36-
Vimのソースコードは公式サイトからftpでダウンロードすることができる:
37-
ftp://ftp.vim.org/pub/vim/
36+
Vim のソースコードは Vim の公式サイトからダウンロードすることができる:
37+
https://github.com/vim/vim/archive/refs/heads/master.zip
38+
または git を使用する: >
39+
git clone https://github.com/vim/vim.git
40+
41+
以前のリリースアーカイブも以下の場所から入手できる:
42+
https://ftp.nluug.nl/pub/vim/
43+
ftp://ftp.nluug.nl/pub/vim/
3844
またはミラーサイトを利用しても良い:
39-
ftp://ftp.vim.org/pub/vim/MIRRORS
45+
https://ftp.nluug.nl/pub/vim/MIRRORS
46+
47+
Note: ftp サーバーは廃止されており、更新されなくなった。
4048

4149
コンパイル済み実行可能ファイルは以下のところで入手可能:
4250
http://www.polarfox.com/vim/

en/os_vms.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_vms.txt* For Vim version 9.1. Last change: 2024 May 11
1+
*os_vms.txt* For Vim version 9.1. Last change: 2025 Jul 22
22

33

44
VIM REFERENCE MANUAL
@@ -33,10 +33,18 @@ Vim on other operating systems.
3333

3434
2. Download files *vms-download*
3535

36-
You can download the Vim source code by ftp from the official Vim site:
37-
ftp://ftp.vim.org/pub/vim/
36+
You can download the Vim source code from the official Vim site:
37+
https://github.com/vim/vim/archive/refs/heads/master.zip
38+
Or using git: >
39+
git clone https://github.com/vim/vim.git
40+
41+
Older release archives are also available at:
42+
https://ftp.nluug.nl/pub/vim/
43+
ftp://ftp.nluug.nl/pub/vim/
3844
Or use one of the mirrors:
39-
ftp://ftp.vim.org/pub/vim/MIRRORS
45+
https://ftp.nluug.nl/pub/vim/MIRRORS
46+
47+
Note: the ftp server has been retired and is no longer updated.
4048

4149
You can download precompiled executables from:
4250
http://www.polarhome.com/vim/

0 commit comments

Comments
 (0)