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
2
2
3
3
4
4
VIMリファレンスマニュアル
@@ -31,12 +31,20 @@ Vimと完全な互換性がある。
31
31
32
32
==============================================================================
33
33
34
- 2. ファイル入手(ダウンロード) *vms-download*
34
+ 2. ファイルのダウンロード *vms-download*
35
35
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/
38
44
またはミラーサイトを利用しても良い:
39
- ftp://ftp.vim.org/pub/vim/MIRRORS
45
+ https://ftp.nluug.nl/pub/vim/MIRRORS
46
+
47
+ Note: ftp サーバーは廃止されており、更新されなくなった。
40
48
41
49
コンパイル済み実行可能ファイルは以下のところで入手可能:
42
50
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
2
2
3
3
4
4
VIM REFERENCE MANUAL
@@ -33,10 +33,18 @@ Vim on other operating systems.
33
33
34
34
2. Download files *vms-download*
35
35
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/
38
44
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.
40
48
41
49
You can download precompiled executables from:
42
50
http://www.polarhome.com/vim/
You can’t perform that action at this time.
0 commit comments