Skip to content

Commit eb49041

Browse files
committed
release version 9.0
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
1 parent c19f1a3 commit eb49041

File tree

174 files changed

+256
-10578
lines changed

Some content is hidden

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

174 files changed

+256
-10578
lines changed

Filelist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,6 @@ SRC_DOS_BIN = \
625625
src/xpm/x86/lib-vc14/libXpm.lib \
626626
src/xpm/x86/lib/libXpm.a \
627627
src/xpm/x86/lib/libXpm.lib \
628-
runtime/bitmaps/vim.ico \
629628
nsis/icons.zip \
630629

631630
# source files for Amiga, DOS, etc. (also in the extra archive)

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ indenttest:
8484
# To do all this you need the Unix archive and compiled binaries.
8585
# Before creating an archive first delete all backup files, *.orig, etc.
8686

87-
MAJOR = 8
88-
MINOR = 2
87+
MAJOR = 9
88+
MINOR = 0
8989

9090
# CHECKLIST for creating a new version:
9191
#
@@ -110,7 +110,7 @@ MINOR = 2
110110
# - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
111111
# - Check for missing options in runtime/optwin.vim et al. (with check.vim).
112112
# - Do "make menu" to update the runtime/synmenu.vim file.
113-
# - Add remarks for changes to runtime/doc/version8.txt.
113+
# - Add remarks for changes to runtime/doc/version9.txt.
114114
# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
115115
# ADDITIONS".
116116
# - In runtime/doc run "make" and "make html" to check for errors.
@@ -144,7 +144,7 @@ MINOR = 2
144144
# - > make dossrc
145145
# > make dosrt
146146
# Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
147-
# This creates the directory vim/vim82 and puts all files in there.
147+
# This creates the directory vim/vim90 and puts all files in there.
148148
# Win32 console version build:
149149
# - See src/INSTALLpc.txt for installing the compiler and SDK.
150150
# - Set environment for Visual C++ 2015:
@@ -202,7 +202,7 @@ MINOR = 2
202202
# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
203203
# gvimext64.dll can be obtained from:
204204
# https://github.com/vim/vim-win32-installer/releases
205-
# It is part of gvim_8.2.*_x64.zip as vim/vim82/GvimExt/gvimext64.dll.
205+
# It is part of gvim_9.0.*_x64.zip as vim/vim90/GvimExt/gvimext64.dll.
206206
# - Make sure there is a diff.exe two levels up (get it from a previous Vim
207207
# version). Also put winpty32.dll and winpty-agent.exe there.
208208
# - go to ../nsis and do:

README.md

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

151151

152-
This is `README.md` for version 8.2 of Vim: Vi IMproved.
152+
This is `README.md` for version 9.0 of Vim: Vi IMproved.
153153

154154

155155
## 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.2 of Vim: Vi IMproved.
1+
README.txt for version 9.0 of Vim: Vi IMproved.
22

33

44
WHAT IS VIM?

READMEdir/Contents

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ 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.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.
12+
Version 9.0. Also runs under UNIX, MS-Windows, Mac, etc.
13+
vim90rt.tgz contains the documentation and syntax files.
14+
vim90bin.tgz contains the binaries.
15+
vim90src.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

1919
Xxd Hex dumper and reader. Can be used to view files as hex, edit
2020
them and write them back. Can also be used to patch files.
2121

22-
Version 1.10 (1997 May 22)
22+
Version 2022 Jan 14
2323
Author: Juergen Weigert

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.2 of Vim: Vi IMproved.
1+
README_ami.txt for version 9.0 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:vim82bin.tar
20-
tar xf t:vim82rt.tar
19+
tar xf t:vim90bin.tar
20+
tar xf t:vim90rt.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.2 of Vim: Vi IMproved.
1+
README_amibin.txt for version 9.0 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 (vim82rt.tgz).
5+
These files are in the runtime archive (vim90rt.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.2 of Vim: Vi IMproved.
1+
README_amisrc.txt for version 9.0 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 (vim82rt.tgz).
5+
These files are in the runtime archive (vim90rt.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.2 of Vim: Vi IMproved.
1+
README_bindos.txt for version 9.0 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 (vim82rt.zip).
5+
These files are in the runtime archive (vim90rt.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-
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
11+
vim90w32.zip Windows 95/98/NT/etc. console version
12+
gvim90.zip Windows 95/98/NT/etc. GUI version
13+
gvim90ole.zip Windows 95/98/NT/etc. GUI version with OLE
1414

15-
You MUST also get the runtime archive (vim82rt.zip).
16-
The sources are also available (vim82src.zip).
15+
You MUST also get the runtime archive (vim90rt.zip).
16+
The sources are also available (vim90src.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.2 of Vim: Vi IMproved.
1+
README_dos.txt for version 9.0 of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on 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\vim82
44+
C:\vim\vim90
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\vim82",
50+
2. Unpack the zip archives. This will create a new directory "vim\vim90",
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 gvim82.zip
56-
unzip vim82w32.zip
55+
pkunzip -d gvim90.zip
56+
unzip vim90w32.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
@@ -65,7 +65,7 @@ These are the normal steps to install Vim from the .zip archives:
6565
won't move or copy the runtime files.
6666

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

8383
That's it!
@@ -89,8 +89,8 @@ Remarks:
8989
won't show a menubar. Then you need to set the $VIM environment variable to
9090
point to the top directory of your Vim files. Example:
9191
set VIM=C:\editors\vim
92-
Vim version 8.2 will look for your vimrc file in $VIM, and for the runtime
93-
files in $VIM/vim82. See ":help $VIM" for more information.
92+
Vim version 9.0 will look for your vimrc file in $VIM, and for the runtime
93+
files in $VIM/vim90. See ":help $VIM" for more information.
9494

9595
- To avoid confusion between distributed files of different versions and your
9696
own modified vim scripts, it is recommended to use this directory layout:
@@ -101,14 +101,14 @@ Remarks:
101101
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
102102
C:\vim\... Other files you made.
103103
Distributed files:
104-
C:\vim\vim82\vim.exe The Vim version 8.2 executable.
105-
C:\vim\vim82\doc\*.txt The version 8.2 documentation files.
106-
C:\vim\vim82\bugreport.vim A Vim version 8.2 script.
107-
C:\vim\vim82\... Other version 8.2 distributed files.
104+
C:\vim\vim90\vim.exe The Vim version 9.0 executable.
105+
C:\vim\vim90\doc\*.txt The version 9.0 documentation files.
106+
C:\vim\vim90\bugreport.vim A Vim version 9.0 script.
107+
C:\vim\vim90\... Other version 9.0 distributed files.
108108
In this case the $VIM environment variable would be set like this:
109109
set VIM=C:\vim
110-
Then $VIMRUNTIME will automatically be set to "$VIM\vim82". Don't add
111-
"vim82" to $VIM, that won't work.
110+
Then $VIMRUNTIME will automatically be set to "$VIM\vim90". Don't add
111+
"vim90" to $VIM, that won't work.
112112

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

0 commit comments

Comments
 (0)