runtime(doc): remove mention of ftp.vim.org

Commit: 
https://github.com/vim/vim/commit/774fe9d8fcdc299f55502e79d6986eb866ec5b26
Author: Christian Brabandt <c...@256bit.org>
Date:   Tue Jul 22 19:30:53 2025 +0200

    runtime(doc): remove mention of ftp.vim.org
    
    fixes: https://github.com/vim/vim/issues/17819
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 80b604155..4352388f5 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt*    For Vim version 9.1.  Last change: 2025 Jul 17
+*insert.txt*    For Vim version 9.1.  Last change: 2025 Jul 21
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1475,7 +1475,7 @@ Universal Ctags is preferred, Exuberant Ctags is no 
longer being developed.
 
 For Exuberant ctags, version 5.6 or later is recommended.  For version 5.5.4
 you should add a patch that adds the "typename:" field:
-       ftp://ftp.vim.org/pub/vim/unstable/patches/ctags-5.5.4.patch
+       https://ftp.nluug.nl/pub/vim/unstable/patches/ctags-5.5.4.patch
 A compiled .exe for MS-Windows can be found at:
        http://ctags.sourceforge.net/
        https://github.com/universal-ctags/ctags-win32
diff --git a/runtime/doc/os_amiga.txt b/runtime/doc/os_amiga.txt
index 32d460281..cea3a3e05 100644
--- a/runtime/doc/os_amiga.txt
+++ b/runtime/doc/os_amiga.txt
@@ -1,4 +1,4 @@
-*os_amiga.txt*  For Vim version 9.1.  Last change: 2010 Aug 14
+*os_amiga.txt*  For Vim version 9.1.  Last change: 2025 Jul 22
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -111,12 +111,12 @@ would be better to enter:
        vim --noplugins <of course you can add a file>
 
 
-Installation ~
+Installation of a binary archive ~
 
 1) Please copy the binary 'VIM' file to c:
-2) Get the Vim runtime package from:
+2) Get the Vim runtime package from (Note: that server is no longer updated):
 
-       ftp://ftp.vim.org/pub/vim/amiga/vim62rt.tgz
+       https://ftp.nluug.nl/pub/vim/amiga/vim90src.tgz
 
    and unpack it in your 'Apps' directory of the MorphOS installation.  For me
    this would create following directory hierarchy:
@@ -143,5 +143,13 @@ Installation ~
        Cls
        ;End VIM
 
+Compiling~
+
+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
+
+For compiling see "src/INSTALLami.txt"
 
  vim:tw=78:ts=8:noet:ft=help:norl:
diff --git a/runtime/doc/os_vms.txt b/runtime/doc/os_vms.txt
index 4549c0018..8951d9e51 100644
--- a/runtime/doc/os_vms.txt
+++ b/runtime/doc/os_vms.txt
@@ -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
@@ -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/
 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/
diff --git a/runtime/doc/usr_23.txt b/runtime/doc/usr_23.txt
index 016f74295..335c073f1 100644
--- a/runtime/doc/usr_23.txt
+++ b/runtime/doc/usr_23.txt
@@ -1,4 +1,4 @@
-*usr_23.txt*   For Vim version 9.1.  Last change: 2020 Dec 19
+*usr_23.txt*   For Vim version 9.1.  Last change: 2025 Jul 22
 
                     VIM USER MANUAL - by Bram Moolenaar
 
@@ -118,7 +118,7 @@ Someone sends you an e-mail message, which refers to a file 
by its URL.  For
 example:
 
        You can find the information here: ~
-               ftp://ftp.vim.org/pub/vim/README ~
+               https://ftp.nluug.nl/pub/vim/README
 
 You could start a program to download the file, save it on your local disk and
 then start Vim to edit it.
diff --git a/runtime/doc/usr_90.txt b/runtime/doc/usr_90.txt
index d144303ee..b85c217dc 100644
--- a/runtime/doc/usr_90.txt
+++ b/runtime/doc/usr_90.txt
@@ -1,4 +1,4 @@
-*usr_90.txt*   For Vim version 9.1.  Last change: 2025 Mar 03
+*usr_90.txt*   For Vim version 9.1.  Last change: 2025 Jul 22
 
                     VIM USER MANUAL - by Bram Moolenaar
 
@@ -189,69 +189,49 @@ source code yourself!
 ==============================================================================
 *90.2* MS-Windows
 
-There are two ways to install the Vim program for Microsoft Windows.  You can
-uncompress several archives, or use a self-installing big archive.  Most users
-with fairly recent computers will prefer the second method.  For the first
-one, you will need:
+There are several ways to install the Vim program for Microsoft Windows:
 
-       - An archive with binaries for Vim.
-       - The Vim runtime archive.
-       - A program to unpack the zip files.
+    1. Official Website Download (Stable)~
 
-To get the Vim archives, look in this file for a mirror near you, this should
-provide the fastest download:
+Visit the official Vim website at https://www.vim.org to download the latest
+stable version. The site links to the Windows installer that works out of the
+box for most users.
 
-       ftp://ftp.vim.org/pub/vim/MIRRORS
+    2. Using winget (Windows Package Manager) ~
 
-Or use the home site ftp.vim.org, if you think it's fast enough.  Go to the
-"pc" directory and you'll find a list of files there.  The version number is
-embedded in the file name.  You will want to get the most recent version.
-We will use "82" here, which is version 8.2.
+If you prefer using the command line, you can quickly install Vim using
+Windows' built-in package manager for the stable version: >
 
-       gvim82.exe              The self-installing archive.
+       winget install vim.vim
 
-This is all you need for the second method.  Just launch the executable, and
-follow the prompts.
+Or to download the latest nightly version, use: >
 
-For the first method you must choose one of the binary archives.  These are
-available:
+       winget install vim.vim.nightly
 
-       gvim82.zip              The normal MS-Windows GUI version.
-       gvim82ole.zip           The MS-Windows GUI version with OLE support.
-                               Uses more memory, supports interfacing with
-                               other OLE applications.
-       vim82w32.zip            32 bit MS-Windows console version.
+This method ensures you get an up-to-date version with minimal hassle.
 
-You only need one of them.  Although you could install both a GUI and a
-console version.  You always need to get the archive with runtime files.
+    3. GitHub Installer (All Architectures) >
 
-       vim82rt.zip             The runtime files.
+For more control over the installation (or if you're using a specific CPU
+architecture like ARM), visit the official GitHub repository:
 
-Use your un-zip program to unpack the files.  For example, using the "unzip"
-program: >
+       https://github.com/vim/vim-win32-installer/
 
-       cd c:\
-       unzip path\gvim82.zip
-       unzip path im82rt.zip
+This repo provides daily installer and portable zip archives for:
 
-This will unpack the files in the directory "c: im im82".  If you already
-have a "vim" directory somewhere, you will want to move to the directory just
-above it.
-   Now change to the "vim im82" directory and run the install program: >
+    - x86 (32-bit)
+    - x64 (64-bit)
+    - ARM64
 
-       install
-
-Carefully look through the messages and select the options you want to use.
-If you finally select "do it" the install program will carry out the actions
-you selected.
-   The install program doesn't move the runtime files.  They remain where you
-unpacked them.
+It’s a great option if you want nightly builds or specific configuration
 
 In case you are not satisfied with the features included in the supplied
 binaries, you could try compiling Vim yourself.  Get the source archive from
 the same location as where the binaries are.  You need a compiler for which a
 makefile exists.  Microsoft Visual C, MinGW and Cygwin compilers can be used.
-Check the file src/INSTALLpc.txt for hints.
+Check the file src/INSTALLpc.txt for hints.  You can get the source from:
+
+       https://github.com/vim/vim
 
 ==============================================================================
 *90.3* Upgrading
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index f4d2a9858..5f6f0c0e8 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -1,4 +1,4 @@
-*version6.txt*  For Vim version 9.1.  Last change: 2022 Apr 06
+*version6.txt*  For Vim version 9.1.  Last change: 2025 Jul 22
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -12624,7 +12624,7 @@ Solution:   Use ":compiler!" to set a compiler 
globally, otherwise it's local
            to the buffer and "b:current_compiler" is used.  Give an error
            when no compiler script could be found.
            Note: updated compiler plugins can be found at
-           ftp://ftp.vim.org/pub/vim/runtime/compiler/
+           https://github.com/vim/vim/tree/master/runtime/compiler
 Files:     runtime/compiler/msvc.vim, runtime/doc/quickfix.txt, src/eval.c,
            src/ex_cmds2.c
 
diff --git a/runtime/spell/pt/main.aap b/runtime/spell/pt/main.aap
index d7be7640e..7b8329836 100644
--- a/runtime/spell/pt/main.aap
+++ b/runtime/spell/pt/main.aap
@@ -1,5 +1,5 @@
 # Aap recipe for Portuguese Vim spell files.
-# See ftp://ftp.vim.org/pub/vim/runtime/spell/README.txt
+# See https://github.com/vim/vim/blob/master/runtime/spell/README.txt
 
 # Use a freshly compiled Vim if it exists.
 @if os.path.exists('../../../src/vim'):
diff --git a/src/INSTALLvms.txt b/src/INSTALLvms.txt
index 97406ab53..e1dc452aa 100644
--- a/src/INSTALLvms.txt
+++ b/src/INSTALLvms.txt
@@ -31,14 +31,7 @@ Contents:
 ----------------------------------------------------------------------------
 1. Download files
 
-1.1. Visit the Vim ftp site (see ftp://ftp.vim.org/pub/vim/MIRRORS)
-     and obtain the following three files:
-
-     unix/vim-X.X-src.tar.gz
-     unix/vim-X.X-rt.tar.gz
-     extra/vim-X.X-extra.tar.gz
-
-     where X.X is the version number.
+1.1. Visit the Vim Repository Home
 
 You may want to clone the latest source code from https://github/vim/vim
 Or the last tested on OpenVMS from http://polarhome.com/vim/files/source/vms/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/E1ueH31-00418I-VH%40256bit.org.

Raspunde prin e-mail lui