Skip to content

Commit 9805653

Browse files
committed
Vim 8.2 release
1 parent 469bdbd commit 9805653

164 files changed

Lines changed: 210 additions & 5060 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ indenttest:
8585
# Before creating an archive first delete all backup files, *.orig, etc.
8686

8787
MAJOR = 8
88-
MINOR = 1
88+
MINOR = 2
8989

9090
# CHECKLIST for creating a new version:
9191
#
9292
# - Update Vim version number. For a test version in: src/version.h,
9393
# READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in
94-
# src/Makefile, README.txt, README.md, READMEdir/README*.txt,
94+
# src/Makefile, README.txt, README.md, src/README.md, READMEdir/README*.txt,
9595
# runtime/doc/*.txt and make nsis/gvim_version.nsh.
9696
# For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.def,
9797
# src/gvim.exe.mnf.
@@ -145,7 +145,7 @@ MINOR = 1
145145
# - > make dossrc
146146
# > make dosrt
147147
# Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
148-
# This creates the directory vim/vim81 and puts all files in there.
148+
# This creates the directory vim/vim82 and puts all files in there.
149149
# Win32 console version build:
150150
# - See src/INSTALLpc.txt for installing the compiler and SDK.
151151
# - Set environment for Visual C++ 2015:
@@ -203,7 +203,7 @@ MINOR = 1
203203
# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
204204
# gvimext64.dll can be obtained from:
205205
# https://github.com/vim/vim-win32-installer/releases
206-
# It is part of gvim_8.0.*_x64.zip as vim/vim80/GvimExt/gvimext64.dll.
206+
# It is part of gvim_8.2.*_x64.zip as vim/vim82/GvimExt/gvimext64.dll.
207207
# - Make sure there is a diff.exe two levels up (get it from a previous Vim
208208
# version). Also put winpty32.dll and winpty-agent.exe there.
209209
# - go to ../nsis and do:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Send any other comments, patches, flowers and suggestions to:
141141
Bram Moolenaar <Bram@vim.org>
142142

143143

144-
This is `README.md` for version 8.1 of Vim: Vi IMproved.
144+
This is `README.md` for version 8.2 of Vim: Vi IMproved.
145145

146146

147147
## Translations of this README ##

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README.txt for version 8.1 of Vim: Vi IMproved.
1+
README.txt for version 8.2 of Vim: Vi IMproved.
22

33

44
WHAT IS VIM?

READMEdir/Contents

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
99
messages, shows current file name in window title, on-line
1010
help, rectangular cut/paste, etc., etc., etc...
1111

12-
Version 8.1. Also runs under UNIX, MS-Windows, Mac, etc.
13-
vim81rt.tgz contains the documentation and syntax files.
14-
vim81bin.tgz contains the binaries.
15-
vim81src.tgz contains the sources.
12+
Version 8.2. Also runs under UNIX, MS-Windows, Mac, etc.
13+
vim82rt.tgz contains the documentation and syntax files.
14+
vim82bin.tgz contains the binaries.
15+
vim82src.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

READMEdir/README_ami.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_ami.txt for version 8.1 of Vim: Vi IMproved.
1+
README_ami.txt for version 8.2 of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on Amiga systems.
44
See README.txt for general information about Vim.
@@ -16,8 +16,8 @@ easily upgrade to a new version. For example:
1616
You would then unpack the archives like this:
1717

1818
cd dh0:editors
19-
tar xf t:vim81bin.tar
20-
tar xf t:vim81rt.tar
19+
tar xf t:vim82bin.tar
20+
tar xf t:vim82rt.tar
2121

2222
Set the $VIM environment variable to point to the top directory of your Vim
2323
files. For the above example:

READMEdir/README_amibin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
README_amibin.txt for version 8.1 of Vim: Vi IMproved.
1+
README_amibin.txt for version 8.2 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.
5-
These files are in the runtime archive (vim81rt.tgz).
5+
These files are in the runtime archive (vim82rt.tgz).
66

77

88
The Amiga "bin" archive contains the Vim executable for the Amiga. It was

READMEdir/README_amisrc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
README_amisrc.txt for version 8.1 of Vim: Vi IMproved.
1+
README_amisrc.txt for version 8.2 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.
5-
These files are in the runtime archive (vim81rt.tgz).
5+
These files are in the runtime archive (vim82rt.tgz).
66

77

88
The Amiga source archive contains the files needed to compile Vim on the

READMEdir/README_bindos.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
README_bindos.txt for version 8.1 of Vim: Vi IMproved.
1+
README_bindos.txt for version 8.2 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
5-
These files are in the runtime archive (vim81rt.zip).
5+
These files are in the runtime archive (vim82rt.zip).
66

77

88
There are several binary distributions of Vim for the PC. You would normally
99
pick only one of them, but it's also possible to install several.
1010
These ones are available (the version number may differ):
11-
vim81w32.zip Windows 95/98/NT/etc. console version
12-
gvim81.zip Windows 95/98/NT/etc. GUI version
13-
gvim81ole.zip Windows 95/98/NT/etc. GUI version with OLE
11+
vim82w32.zip Windows 95/98/NT/etc. console version
12+
gvim82.zip Windows 95/98/NT/etc. GUI version
13+
gvim82ole.zip Windows 95/98/NT/etc. GUI version with OLE
1414

15-
You MUST also get the runtime archive (vim81rt.zip).
16-
The sources are also available (vim81src.zip).
15+
You MUST also get the runtime archive (vim82rt.zip).
16+
The sources are also available (vim82src.zip).

READMEdir/README_dos.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_dos.txt for version 8.1 of Vim: Vi IMproved.
1+
README_dos.txt for version 8.2 of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on MS-DOS and MS-Windows systems.
44
See "README.txt" for general information about Vim.
@@ -41,19 +41,19 @@ These are the normal steps to install Vim from the .zip archives:
4141
located. Check the $VIM setting to see where it points to:
4242
set VIM
4343
For example, if you have
44-
C:\vim\vim81
44+
C:\vim\vim82
4545
do
4646
cd C:\
4747
Binary and runtime Vim archives are normally unpacked in the same location,
4848
on top of each other.
4949

50-
2. Unpack the zip archives. This will create a new directory "vim\vim81",
50+
2. Unpack the zip archives. This will create a new directory "vim\vim82",
5151
in which all the distributed Vim files are placed. Since the directory
5252
name includes the version number, it is unlikely that you overwrite
5353
existing files.
5454
Examples:
55-
pkunzip -d gvim81.zip
56-
unzip vim81w32.zip
55+
pkunzip -d gvim82.zip
56+
unzip vim82w32.zip
5757

5858
You need to unpack the runtime archive and at least one of the binary
5959
archives. When using more than one binary version, be careful not to
@@ -69,7 +69,7 @@ These are the normal steps to install Vim from the .zip archives:
6969
archive and follow the instructions in the documentation.
7070

7171
3. Change to the new directory:
72-
cd vim\vim81
72+
cd vim\vim82
7373
Run the "install.exe" program. It will ask you a number of questions about
7474
how you would like to have your Vim setup. Among these are:
7575
- You can tell it to write a "_vimrc" file with your preferences in the
@@ -80,8 +80,8 @@ These are the normal steps to install Vim from the .zip archives:
8080
console or in a shell. You can select one of the directories in your
8181
$PATH. If you skip this, you can add Vim to the search path manually:
8282
The simplest is to add a line to your autoexec.bat. Examples:
83-
set path=%path%;C:\vim\vim81
84-
set path=%path%;D:\editors\vim\vim81
83+
set path=%path%;C:\vim\vim82
84+
set path=%path%;D:\editors\vim\vim82
8585
- Create entries for Vim on the desktop and in the Start menu.
8686

8787
That's it!
@@ -93,8 +93,8 @@ Remarks:
9393
won't show a menubar. Then you need to set the $VIM environment variable to
9494
point to the top directory of your Vim files. Example:
9595
set VIM=C:\editors\vim
96-
Vim version 8.1 will look for your vimrc file in $VIM, and for the runtime
97-
files in $VIM/vim81. See ":help $VIM" for more information.
96+
Vim version 8.2 will look for your vimrc file in $VIM, and for the runtime
97+
files in $VIM/vim82. See ":help $VIM" for more information.
9898

9999
- To avoid confusion between distributed files of different versions and your
100100
own modified vim scripts, it is recommended to use this directory layout:
@@ -105,14 +105,14 @@ Remarks:
105105
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
106106
C:\vim\... Other files you made.
107107
Distributed files:
108-
C:\vim\vim81\vim.exe The Vim version 8.1 executable.
109-
C:\vim\vim81\doc\*.txt The version 8.1 documentation files.
110-
C:\vim\vim81\bugreport.vim A Vim version 8.1 script.
111-
C:\vim\vim81\... Other version 8.1 distributed files.
108+
C:\vim\vim82\vim.exe The Vim version 8.2 executable.
109+
C:\vim\vim82\doc\*.txt The version 8.2 documentation files.
110+
C:\vim\vim82\bugreport.vim A Vim version 8.2 script.
111+
C:\vim\vim82\... Other version 8.2 distributed files.
112112
In this case the $VIM environment variable would be set like this:
113113
set VIM=C:\vim
114-
Then $VIMRUNTIME will automatically be set to "$VIM\vim81". Don't add
115-
"vim81" to $VIM, that won't work.
114+
Then $VIMRUNTIME will automatically be set to "$VIM\vim82". Don't add
115+
"vim82" to $VIM, that won't work.
116116

117117
- You can put your Vim executable anywhere else. If the executable is not
118118
with the other Vim files, you should set $VIM. The simplest is to add a line
@@ -136,8 +136,8 @@ Remarks:
136136
Select Properties.
137137
5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
138138
Vim executable. Examples:
139-
C:\command.com /c C:\vim\vim81\vim.exe
140-
C:\command.com /c D:\editors\vim\vim81\vim.exe
139+
C:\command.com /c C:\vim\vim82\vim.exe
140+
C:\command.com /c D:\editors\vim\vim82\vim.exe
141141
6. Select the font, window size, etc. that you like. If this isn't
142142
possible, select "Advanced" in the Program tab, and deselect "MS-DOS
143143
mode".

READMEdir/README_extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_extra.txt for version 8.1 of Vim: Vi IMproved.
1+
README_extra.txt for version 8.2 of Vim: Vi IMproved.
22

33
These extra files of Vim are for special purposes. This README explains what
44
the files are for. For general information about Vim, see the "README.txt"

0 commit comments

Comments
 (0)