File tree Expand file tree Collapse file tree 2 files changed +25
-9
lines changed Expand file tree Collapse file tree 2 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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
34342. 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/
3844Or 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
4149You can download precompiled executables from:
4250 http://www.polarhome.com/vim/
You can’t perform that action at this time.
0 commit comments