-*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
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
-*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
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:
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:
-*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
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/
-*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
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.
-*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
==============================================================================
*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\vim82rt.zip
+This repo provides daily installer and portable zip archives for:
-This will unpack the files in the directory "c:\vim\vim82". If you already
-have a "vim" directory somewhere, you will want to move to the directory just
-above it.
- Now change to the "vim\vim82" 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
-*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
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
# 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'):
----------------------------------------------------------------------------
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/