Skip to content

Commit b1c9198

Browse files
committed
Vim 8.1 release
Update version number and information. Fix a couple of tests.
1 parent 03998f6 commit b1c9198

File tree

177 files changed

+1067
-4589
lines changed

Some content is hidden

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

177 files changed

+1067
-4589
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
6868
# Before creating an archive first delete all backup files, *.orig, etc.
6969

7070
MAJOR = 8
71-
MINOR = 0
71+
MINOR = 1
7272

7373
# CHECKLIST for creating a new version:
7474
#
@@ -131,7 +131,7 @@ MINOR = 0
131131
# - > make dossrc
132132
# > make dosrt
133133
# Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
134-
# This creates the directory vim/vim80 and puts all files in there.
134+
# This creates the directory vim/vim81 and puts all files in there.
135135
# Win32 console version build:
136136
# - See src/INSTALLpc.txt for installing the compiler and SDK.
137137
# - Set environment for Visual C++ 2015:

README.md

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

33
[![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
44
[![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)

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.0 of Vim: Vi IMproved.
1+
README.txt for version 8.1 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.0. Also runs under UNIX, MS-Windows, Mac, etc.
13-
vim80rt.tgz contains the documentation and syntax files.
14-
vim80bin.tgz contains the binaries.
15-
vim80src.tgz contains the sources.
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.
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.0 of Vim: Vi IMproved.
1+
README_ami.txt for version 8.1 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:vim80bin.tar
20-
tar xf t:vim80rt.tar
19+
tar xf t:vim81bin.tar
20+
tar xf t:vim81rt.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.0 of Vim: Vi IMproved.
1+
README_amibin.txt for version 8.1 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 (vim80rt.tgz).
5+
These files are in the runtime archive (vim81rt.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.0 of Vim: Vi IMproved.
1+
README_amisrc.txt for version 8.1 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 (vim80rt.tgz).
5+
These files are in the runtime archive (vim81rt.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.0 of Vim: Vi IMproved.
1+
README_bindos.txt for version 8.1 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 (vim80rt.zip).
5+
These files are in the runtime archive (vim81rt.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-
vim80w32.zip Windows 95/98/NT/etc. console version
12-
gvim80.zip Windows 95/98/NT/etc. GUI version
13-
gvim80ole.zip Windows 95/98/NT/etc. GUI version with OLE
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
1414

15-
You MUST also get the runtime archive (vim80rt.zip).
16-
The sources are also available (vim80src.zip).
15+
You MUST also get the runtime archive (vim81rt.zip).
16+
The sources are also available (vim81src.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.0 of Vim: Vi IMproved.
1+
README_dos.txt for version 8.1 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\vim80
44+
C:\vim\vim81
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\vim80",
50+
2. Unpack the zip archives. This will create a new directory "vim\vim81",
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 gvim80.zip
56-
unzip vim80w32.zip
55+
pkunzip -d gvim81.zip
56+
unzip vim81w32.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\vim80
72+
cd vim\vim81
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\vim80
84-
set path=%path%;D:\editors\vim\vim80
83+
set path=%path%;C:\vim\vim81
84+
set path=%path%;D:\editors\vim\vim81
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.0 will look for your vimrc file in $VIM, and for the runtime
97-
files in $VIM/vim80. See ":help $VIM" for more information.
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.
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\vim80\vim.exe The Vim version 8.0 executable.
109-
C:\vim\vim80\doc\*.txt The version 8.0 documentation files.
110-
C:\vim\vim80\bugreport.vim A Vim version 8.0 script.
111-
C:\vim\vim80\... Other version 8.0 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.
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\vim80". Don't add
115-
"vim80" to $VIM, that won't work.
114+
Then $VIMRUNTIME will automatically be set to "$VIM\vim81". Don't add
115+
"vim81" 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\vim80\vim.exe
140-
C:\command.com /c D:\editors\vim\vim80\vim.exe
139+
C:\command.com /c C:\vim\vim81\vim.exe
140+
C:\command.com /c D:\editors\vim\vim81\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.0 of Vim: Vi IMproved.
1+
README_extra.txt for version 8.1 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)