See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.
-These files are in the runtime archive (vim91rt.tgz).
+These files are in the runtime archive (vim92rt.tgz).
The Amiga "bin" archive contains the Vim executable for the Amiga. It was
See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.
-These files are in the runtime archive (vim91rt.tgz).
+These files are in the runtime archive (vim92rt.tgz).
The Amiga source archive contains the files needed to compile Vim on the
See "README.txt" for general information about Vim.
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
-These files are in the runtime archive (vim91rt.zip).
+These files are in the runtime archive (vim92rt.zip).
There are several binary distributions of Vim for the PC. You would normally
pick only one of them, but it's also possible to install several.
These ones are available (the version number may differ):
- vim91w32.zip Windows console version
- gvim91.zip Windows GUI version
- gvim91ole.zip Windows GUI version with OLE
+ vim92w32.zip Windows console version
+ gvim92.zip Windows GUI version
+ gvim92ole.zip Windows GUI version with OLE
You MUST also get the runtime archive (vim92rt.zip).
The sources are also available (vim92src.zip).
Binary and runtime Vim archives are normally unpacked in the same location,
on top of each other.
-2. Unpack the zip archives. This will create a new directory "vim\vim91",
+2. Unpack the zip archives. This will create a new directory "vim\vim92",
in which all the distributed Vim files are placed. Since the directory
name includes the version number, it is unlikely that you overwrite
existing files.
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
C:\vim\... Other files you made.
Distributed files:
- C:\vim\vim91\vim.exe The Vim version 9.2 executable.
- C:\vim\vim91\doc\*.txt The version 9.2 documentation files.
- C:\vim\vim91\bugreport.vim A Vim version 9.2 script.
- C:\vim\vim91\... Other version 9.2 distributed files.
+ C:\vim\vim92\vim.exe The Vim version 9.2 executable.
+ C:\vim\vim92\doc\*.txt The version 9.2 documentation files.
+ C:\vim\vim92\bugreport.vim A Vim version 9.2 script.
+ C:\vim\vim92\... Other version 9.2 distributed files.
In this case the $VIM environment variable would be set like this:
set VIM=C:\vim
Then $VIMRUNTIME will automatically be set to "$VIM\vim92". Don't add
- "vim91" to $VIM, that won't work.
+ "vim92" to $VIM, that won't work.
- You can put your Vim executable anywhere else. If the executable is not
with the other Vim files, you should set $VIM. The simplest is to add a line
See "README.txt" for general information about Vim.
See "README_dos.txt" for installation instructions for MS-Windows.
-These files are in the runtime archive (vim91rt.zip).
+These files are in the runtime archive (vim92rt.zip).
The DOS source archive contains the files needed to compile Vim on MS-Windows.