Skip to content

Commit

Permalink
release version 9.0
Browse files Browse the repository at this point in the history
Problem:    About time to release Vim 9.0.
Solution:   Update the version number everywhere.
  • Loading branch information
brammool committed Jun 28, 2022
1 parent c19f1a3 commit eb49041
Show file tree
Hide file tree
Showing 174 changed files with 256 additions and 10,578 deletions.
1 change: 0 additions & 1 deletion Filelist
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ SRC_DOS_BIN = \
src/xpm/x86/lib-vc14/libXpm.lib \
src/xpm/x86/lib/libXpm.a \
src/xpm/x86/lib/libXpm.lib \
runtime/bitmaps/vim.ico \
nsis/icons.zip \

# source files for Amiga, DOS, etc. (also in the extra archive)
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ indenttest:
# To do all this you need the Unix archive and compiled binaries.
# Before creating an archive first delete all backup files, *.orig, etc.

MAJOR = 8
MINOR = 2
MAJOR = 9
MINOR = 0

# CHECKLIST for creating a new version:
#
Expand All @@ -110,7 +110,7 @@ MINOR = 2
# - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
# - Check for missing options in runtime/optwin.vim et al. (with check.vim).
# - Do "make menu" to update the runtime/synmenu.vim file.
# - Add remarks for changes to runtime/doc/version8.txt.
# - Add remarks for changes to runtime/doc/version9.txt.
# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
# ADDITIONS".
# - In runtime/doc run "make" and "make html" to check for errors.
Expand Down Expand Up @@ -144,7 +144,7 @@ MINOR = 2
# - > make dossrc
# > make dosrt
# Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
# This creates the directory vim/vim82 and puts all files in there.
# This creates the directory vim/vim90 and puts all files in there.
# Win32 console version build:
# - See src/INSTALLpc.txt for installing the compiler and SDK.
# - Set environment for Visual C++ 2015:
Expand Down Expand Up @@ -202,7 +202,7 @@ MINOR = 2
# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
# gvimext64.dll can be obtained from:
# https://github.com/vim/vim-win32-installer/releases
# It is part of gvim_8.2.*_x64.zip as vim/vim82/GvimExt/gvimext64.dll.
# It is part of gvim_9.0.*_x64.zip as vim/vim90/GvimExt/gvimext64.dll.
# - Make sure there is a diff.exe two levels up (get it from a previous Vim
# version). Also put winpty32.dll and winpty-agent.exe there.
# - go to ../nsis and do:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Send any other comments, patches, flowers and suggestions to:
Bram Moolenaar <[email protected]>


This is `README.md` for version 8.2 of Vim: Vi IMproved.
This is `README.md` for version 9.0 of Vim: Vi IMproved.


## Translations of this README ##
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README.txt for version 8.2 of Vim: Vi IMproved.
README.txt for version 9.0 of Vim: Vi IMproved.


WHAT IS VIM?
Expand Down
10 changes: 5 additions & 5 deletions READMEdir/Contents
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
messages, shows current file name in window title, on-line
help, rectangular cut/paste, etc., etc., etc...

Version 8.2. Also runs under UNIX, MS-Windows, Mac, etc.
vim82rt.tgz contains the documentation and syntax files.
vim82bin.tgz contains the binaries.
vim82src.tgz contains the sources.
Version 9.0. Also runs under UNIX, MS-Windows, Mac, etc.
vim90rt.tgz contains the documentation and syntax files.
vim90bin.tgz contains the binaries.
vim90src.tgz contains the sources.
Author: Bram Moolenaar et al.


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

Version 1.10 (1997 May 22)
Version 2022 Jan 14
Author: Juergen Weigert
6 changes: 3 additions & 3 deletions READMEdir/README_ami.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_ami.txt for version 8.2 of Vim: Vi IMproved.
README_ami.txt for version 9.0 of Vim: Vi IMproved.

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

cd dh0:editors
tar xf t:vim82bin.tar
tar xf t:vim82rt.tar
tar xf t:vim90bin.tar
tar xf t:vim90rt.tar

Set the $VIM environment variable to point to the top directory of your Vim
files. For the above example:
Expand Down
4 changes: 2 additions & 2 deletions READMEdir/README_amibin.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
README_amibin.txt for version 8.2 of Vim: Vi IMproved.
README_amibin.txt for version 9.0 of Vim: Vi IMproved.

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 (vim82rt.tgz).
These files are in the runtime archive (vim90rt.tgz).


The Amiga "bin" archive contains the Vim executable for the Amiga. It was
Expand Down
4 changes: 2 additions & 2 deletions READMEdir/README_amisrc.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
README_amisrc.txt for version 8.2 of Vim: Vi IMproved.
README_amisrc.txt for version 9.0 of Vim: Vi IMproved.

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 (vim82rt.tgz).
These files are in the runtime archive (vim90rt.tgz).


The Amiga source archive contains the files needed to compile Vim on the
Expand Down
14 changes: 7 additions & 7 deletions READMEdir/README_bindos.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
README_bindos.txt for version 8.2 of Vim: Vi IMproved.
README_bindos.txt for version 9.0 of Vim: Vi IMproved.

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 (vim82rt.zip).
These files are in the runtime archive (vim90rt.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):
vim82w32.zip Windows 95/98/NT/etc. console version
gvim82.zip Windows 95/98/NT/etc. GUI version
gvim82ole.zip Windows 95/98/NT/etc. GUI version with OLE
vim90w32.zip Windows 95/98/NT/etc. console version
gvim90.zip Windows 95/98/NT/etc. GUI version
gvim90ole.zip Windows 95/98/NT/etc. GUI version with OLE

You MUST also get the runtime archive (vim82rt.zip).
The sources are also available (vim82src.zip).
You MUST also get the runtime archive (vim90rt.zip).
The sources are also available (vim90src.zip).
36 changes: 18 additions & 18 deletions READMEdir/README_dos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_dos.txt for version 8.2 of Vim: Vi IMproved.
README_dos.txt for version 9.0 of Vim: Vi IMproved.

This file explains the installation of Vim on MS-Windows systems.
See "README.txt" for general information about Vim.
Expand Down Expand Up @@ -41,19 +41,19 @@ These are the normal steps to install Vim from the .zip archives:
located. Check the $VIM setting to see where it points to:
set VIM
For example, if you have
C:\vim\vim82
C:\vim\vim90
do
cd C:\
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\vim82",
2. Unpack the zip archives. This will create a new directory "vim\vim90",
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.
Examples:
pkunzip -d gvim82.zip
unzip vim82w32.zip
pkunzip -d gvim90.zip
unzip vim90w32.zip

You need to unpack the runtime archive and at least one of the binary
archives. When using more than one binary version, be careful not to
Expand All @@ -65,7 +65,7 @@ These are the normal steps to install Vim from the .zip archives:
won't move or copy the runtime files.

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

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

- To avoid confusion between distributed files of different versions and your
own modified vim scripts, it is recommended to use this directory layout:
Expand All @@ -101,14 +101,14 @@ Remarks:
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
C:\vim\... Other files you made.
Distributed files:
C:\vim\vim82\vim.exe The Vim version 8.2 executable.
C:\vim\vim82\doc\*.txt The version 8.2 documentation files.
C:\vim\vim82\bugreport.vim A Vim version 8.2 script.
C:\vim\vim82\... Other version 8.2 distributed files.
C:\vim\vim90\vim.exe The Vim version 9.0 executable.
C:\vim\vim90\doc\*.txt The version 9.0 documentation files.
C:\vim\vim90\bugreport.vim A Vim version 9.0 script.
C:\vim\vim90\... Other version 9.0 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\vim82". Don't add
"vim82" to $VIM, that won't work.
Then $VIMRUNTIME will automatically be set to "$VIM\vim90". Don't add
"vim90" 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
Expand All @@ -132,8 +132,8 @@ Remarks:
Select Properties.
5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
Vim executable. Examples:
C:\command.com /c C:\vim\vim82\vim.exe
C:\command.com /c D:\editors\vim\vim82\vim.exe
C:\command.com /c C:\vim\vim90\vim.exe
C:\command.com /c D:\editors\vim\vim90\vim.exe
6. Select the font, window size, etc. that you like. If this isn't
possible, select "Advanced" in the Program tab, and deselect "MS-DOS
mode".
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_extra.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_extra.txt for version 8.2 of Vim: Vi IMproved.
README_extra.txt for version 9.0 of Vim: Vi IMproved.

These extra files of Vim are for special purposes. This README explains what
the files are for. For general information about Vim, see the "README.txt"
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_haiku.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_haiku.txt for version 8.2 of Vim: Vi IMproved.
README_haiku.txt for version 9.0 of Vim: Vi IMproved.

This file explains the installation of Vim on Haiku operating system.
See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_mac.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_mac.txt for version 8.2 of Vim: Vi IMproved.
README_mac.txt for version 9.0 of Vim: Vi IMproved.

This file explains the installation of Vim on MacOS systems.
See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_ole.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_ole.txt for version 8.2 of Vim: Vi IMproved.
README_ole.txt for version 9.0 of Vim: Vi IMproved.

This archive contains gvim.exe with OLE interface and VisVim.
This version of gvim.exe can also load a number of interface dynamically (you
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_os2.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_os2.txt for version 8.2 of Vim: Vi IMproved.
README_os2.txt for version 9.0 of Vim: Vi IMproved.

This file used to explain the installation of Vim on OS/2 systems.
However, support for OS/2 has been removed in patch 7.4.1008.
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_os390.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_os390.txt for version 8.2 of Vim: Vi IMproved.
README_os390.txt for version 9.0 of Vim: Vi IMproved.

This readme explains how to build Vim on z/OS. Formerly called OS/390.
See "README.txt" for general information about Vim.
Expand Down
4 changes: 2 additions & 2 deletions READMEdir/README_src.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
README_src.txt for version 8.2 of Vim: Vi IMproved.
README_src.txt for version 9.0 of Vim: Vi IMproved.

The source archive contains the files needed to compile Vim on Unix systems.
It is packed for Unix systems (NL line separator).

For more information, see the README.txt file that comes with the runtime
archive (vim-8.2-rt.tar.gz). To be able to run Vim you MUST get the runtime
archive (vim-9.0-rt.tar.gz). To be able to run Vim you MUST get the runtime
archive too!
4 changes: 2 additions & 2 deletions READMEdir/README_srcdos.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
README_srcdos.txt for version 8.2 of Vim: Vi IMproved.
README_srcdos.txt for version 9.0 of Vim: Vi IMproved.

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 (vim82rt.zip).
These files are in the runtime archive (vim90rt.zip).


The DOS source archive contains the files needed to compile Vim on MS-Windows.
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_unix.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_unix.txt for version 8.2 of Vim: Vi IMproved.
README_unix.txt for version 9.0 of Vim: Vi IMproved.

This file explains the installation of Vim on Unix systems.
See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_vms.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_vms.txt for version 8.2 of Vim: Vi IMproved.
README_vms.txt for version 9.0 of Vim: Vi IMproved.

This file explains the installation of Vim on VMS systems.
See "README.txt" in the runtime archive for information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion READMEdir/README_w32s.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_w32s.txt for version 8.2 of Vim: Vi IMproved.
README_w32s.txt for version 9.0 of Vim: Vi IMproved.

This file used to explain the installation of Vim on MS-Windows 3.1 and 3.11
systems. However, support for MS-Windows 3.1 and 3.11 has been removed in
Expand Down
4 changes: 2 additions & 2 deletions nsis/gvim_version.nsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 2
!define VER_MAJOR 9
!define VER_MINOR 0
!endif
Binary file removed runtime/bitmaps/vim.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion runtime/doc/arabic.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*arabic.txt* For Vim version 8.2. Last change: 2021 Jun 22
*arabic.txt* For Vim version 9.0. Last change: 2021 Jun 22


VIM REFERENCE MANUAL by Nadim Shaikli
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/autocmd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 8.2. Last change: 2022 May 24
*autocmd.txt* For Vim version 9.0. Last change: 2022 May 24


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
4 changes: 2 additions & 2 deletions runtime/doc/builtin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 8.2. Last change: 2022 Jun 27
*builtin.txt* For Vim version 9.0. Last change: 2022 Jun 27


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -6935,7 +6935,7 @@ reltime([{start} [, {end}]]) *reltime()*
string or |reltimefloat()| to convert to a Float.

Without an argument reltime() returns the current time (the
representation is system-dependend, it can not be used as the
representation is system-dependent, it can not be used as the
wall-clock time, see |localtime()| for that).
With one argument is returns the time passed since the time
specified in the argument.
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/change.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim version 8.2. Last change: 2022 May 26
*change.txt* For Vim version 9.0. Last change: 2022 May 26


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/channel.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*channel.txt* For Vim version 8.2. Last change: 2022 Jun 23
*channel.txt* For Vim version 9.0. Last change: 2022 Jun 23


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/cmdline.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim version 8.2. Last change: 2022 Jun 16
*cmdline.txt* For Vim version 9.0. Last change: 2022 Jun 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/debug.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*debug.txt* For Vim version 8.2. Last change: 2019 May 07
*debug.txt* For Vim version 9.0. Last change: 2019 May 07


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/debugger.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*debugger.txt* For Vim version 8.2. Last change: 2019 Dec 21
*debugger.txt* For Vim version 9.0. Last change: 2019 Dec 21


VIM REFERENCE MANUAL by Gordon Prieur
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/develop.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*develop.txt* For Vim version 8.2. Last change: 2020 Aug 15
*develop.txt* For Vim version 9.0. Last change: 2020 Aug 15


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/diff.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*diff.txt* For Vim version 8.2. Last change: 2022 Jan 22
*diff.txt* For Vim version 9.0. Last change: 2022 Jan 22


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/digraph.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*digraph.txt* For Vim version 8.2. Last change: 2021 Jul 19
*digraph.txt* For Vim version 9.0. Last change: 2021 Jul 19


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
Loading

0 comments on commit eb49041

Please sign in to comment.