Skip to content

Commit 774fe9d

Browse files
committed
runtime(doc): remove mention of ftp.vim.org
fixes: #17819 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 5711d76 commit 774fe9d

8 files changed

Lines changed: 57 additions & 68 deletions

File tree

runtime/doc/insert.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 9.1. Last change: 2025 Jul 17
1+
*insert.txt* For Vim version 9.1. Last change: 2025 Jul 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1475,7 +1475,7 @@ Universal Ctags is preferred, Exuberant Ctags is no longer being developed.
14751475

14761476
For Exuberant ctags, version 5.6 or later is recommended. For version 5.5.4
14771477
you should add a patch that adds the "typename:" field:
1478-
ftp://ftp.vim.org/pub/vim/unstable/patches/ctags-5.5.4.patch
1478+
https://ftp.nluug.nl/pub/vim/unstable/patches/ctags-5.5.4.patch
14791479
A compiled .exe for MS-Windows can be found at:
14801480
http://ctags.sourceforge.net/
14811481
https://github.com/universal-ctags/ctags-win32

runtime/doc/os_amiga.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_amiga.txt* For Vim version 9.1. Last change: 2010 Aug 14
1+
*os_amiga.txt* For Vim version 9.1. Last change: 2025 Jul 22
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -111,12 +111,12 @@ would be better to enter:
111111
vim --noplugins <of course you can add a file>
112112

113113

114-
Installation ~
114+
Installation of a binary archive ~
115115

116116
1) Please copy the binary 'VIM' file to c:
117-
2) Get the Vim runtime package from:
117+
2) Get the Vim runtime package from (Note: that server is no longer updated):
118118

119-
ftp://ftp.vim.org/pub/vim/amiga/vim62rt.tgz
119+
https://ftp.nluug.nl/pub/vim/amiga/vim90src.tgz
120120

121121
and unpack it in your 'Apps' directory of the MorphOS installation. For me
122122
this would create following directory hierarchy:
@@ -143,5 +143,13 @@ Installation ~
143143
Cls
144144
;End VIM
145145

146+
Compiling~
147+
148+
You can download the Vim source code from the official Vim site:
149+
https://github.com/vim/vim/archive/refs/heads/master.zip
150+
Or using git: >
151+
git clone https://github.com/vim/vim.git
152+
153+
For compiling see "src/INSTALLami.txt"
146154

147155
vim:tw=78:ts=8:noet:ft=help:norl:

runtime/doc/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/

runtime/doc/usr_23.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_23.txt* For Vim version 9.1. Last change: 2020 Dec 19
1+
*usr_23.txt* For Vim version 9.1. Last change: 2025 Jul 22
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -118,7 +118,7 @@ Someone sends you an e-mail message, which refers to a file by its URL. For
118118
example:
119119

120120
You can find the information here: ~
121-
ftp://ftp.vim.org/pub/vim/README ~
121+
https://ftp.nluug.nl/pub/vim/README
122122

123123
You could start a program to download the file, save it on your local disk and
124124
then start Vim to edit it.

runtime/doc/usr_90.txt

Lines changed: 25 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_90.txt* For Vim version 9.1. Last change: 2025 Mar 03
1+
*usr_90.txt* For Vim version 9.1. Last change: 2025 Jul 22
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -189,69 +189,49 @@ source code yourself!
189189
==============================================================================
190190
*90.2* MS-Windows
191191

192-
There are two ways to install the Vim program for Microsoft Windows. You can
193-
uncompress several archives, or use a self-installing big archive. Most users
194-
with fairly recent computers will prefer the second method. For the first
195-
one, you will need:
192+
There are several ways to install the Vim program for Microsoft Windows:
196193

197-
- An archive with binaries for Vim.
198-
- The Vim runtime archive.
199-
- A program to unpack the zip files.
194+
1. Official Website Download (Stable)~
200195

201-
To get the Vim archives, look in this file for a mirror near you, this should
202-
provide the fastest download:
196+
Visit the official Vim website at https://www.vim.org to download the latest
197+
stable version. The site links to the Windows installer that works out of the
198+
box for most users.
203199

204-
ftp://ftp.vim.org/pub/vim/MIRRORS
200+
2. Using winget (Windows Package Manager) ~
205201

206-
Or use the home site ftp.vim.org, if you think it's fast enough. Go to the
207-
"pc" directory and you'll find a list of files there. The version number is
208-
embedded in the file name. You will want to get the most recent version.
209-
We will use "82" here, which is version 8.2.
202+
If you prefer using the command line, you can quickly install Vim using
203+
Windows' built-in package manager for the stable version: >
210204
211-
gvim82.exe The self-installing archive.
205+
winget install vim.vim
212206
213-
This is all you need for the second method. Just launch the executable, and
214-
follow the prompts.
207+
Or to download the latest nightly version, use: >
215208
216-
For the first method you must choose one of the binary archives. These are
217-
available:
209+
winget install vim.vim.nightly
218210
219-
gvim82.zip The normal MS-Windows GUI version.
220-
gvim82ole.zip The MS-Windows GUI version with OLE support.
221-
Uses more memory, supports interfacing with
222-
other OLE applications.
223-
vim82w32.zip 32 bit MS-Windows console version.
211+
This method ensures you get an up-to-date version with minimal hassle.
224212

225-
You only need one of them. Although you could install both a GUI and a
226-
console version. You always need to get the archive with runtime files.
213+
3. GitHub Installer (All Architectures) >
227214
228-
vim82rt.zip The runtime files.
215+
For more control over the installation (or if you're using a specific CPU
216+
architecture like ARM), visit the official GitHub repository:
229217

230-
Use your un-zip program to unpack the files. For example, using the "unzip"
231-
program: >
218+
https://github.com/vim/vim-win32-installer/
232219

233-
cd c:\
234-
unzip path\gvim82.zip
235-
unzip path\vim82rt.zip
220+
This repo provides daily installer and portable zip archives for:
236221

237-
This will unpack the files in the directory "c:\vim\vim82". If you already
238-
have a "vim" directory somewhere, you will want to move to the directory just
239-
above it.
240-
Now change to the "vim\vim82" directory and run the install program: >
222+
- x86 (32-bit)
223+
- x64 (64-bit)
224+
- ARM64
241225

242-
install
243-
244-
Carefully look through the messages and select the options you want to use.
245-
If you finally select "do it" the install program will carry out the actions
246-
you selected.
247-
The install program doesn't move the runtime files. They remain where you
248-
unpacked them.
226+
It’s a great option if you want nightly builds or specific configuration
249227

250228
In case you are not satisfied with the features included in the supplied
251229
binaries, you could try compiling Vim yourself. Get the source archive from
252230
the same location as where the binaries are. You need a compiler for which a
253231
makefile exists. Microsoft Visual C, MinGW and Cygwin compilers can be used.
254-
Check the file src/INSTALLpc.txt for hints.
232+
Check the file src/INSTALLpc.txt for hints. You can get the source from:
233+
234+
https://github.com/vim/vim
255235

256236
==============================================================================
257237
*90.3* Upgrading

runtime/doc/version6.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version6.txt* For Vim version 9.1. Last change: 2022 Apr 06
1+
*version6.txt* For Vim version 9.1. Last change: 2025 Jul 22
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -12624,7 +12624,7 @@ Solution: Use ":compiler!" to set a compiler globally, otherwise it's local
1262412624
to the buffer and "b:current_compiler" is used. Give an error
1262512625
when no compiler script could be found.
1262612626
Note: updated compiler plugins can be found at
12627-
ftp://ftp.vim.org/pub/vim/runtime/compiler/
12627+
https://github.com/vim/vim/tree/master/runtime/compiler
1262812628
Files: runtime/compiler/msvc.vim, runtime/doc/quickfix.txt, src/eval.c,
1262912629
src/ex_cmds2.c
1263012630

runtime/spell/pt/main.aap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Aap recipe for Portuguese Vim spell files.
2-
# See ftp://ftp.vim.org/pub/vim/runtime/spell/README.txt
2+
# See https://github.com/vim/vim/blob/master/runtime/spell/README.txt
33

44
# Use a freshly compiled Vim if it exists.
55
@if os.path.exists('../../../src/vim'):

src/INSTALLvms.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ Contents:
3131
----------------------------------------------------------------------------
3232
1. Download files
3333

34-
1.1. Visit the Vim ftp site (see ftp://ftp.vim.org/pub/vim/MIRRORS)
35-
and obtain the following three files:
36-
37-
unix/vim-X.X-src.tar.gz
38-
unix/vim-X.X-rt.tar.gz
39-
extra/vim-X.X-extra.tar.gz
40-
41-
where X.X is the version number.
34+
1.1. Visit the Vim Repository Home
4235

4336
You may want to clone the latest source code from https://github/vim/vim
4437
Or the last tested on OpenVMS from http://polarhome.com/vim/files/source/vms/

0 commit comments

Comments
 (0)