Skip to content

Commit e7e2101

Browse files
committed
patch 9.2.0: Need a new Vim release
Problem: Need a new Vim release Solution: Release Vim 9.2 🎉 Signed-off-by: Christian Brabandt <[email protected]>
1 parent 75541da commit e7e2101

181 files changed

Lines changed: 216 additions & 4512 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.

Filelist

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ SRC_ALL = \
2727
ci/if_feat_check.vim \
2828
ci/lychee.toml \
2929
ci/setup-xvfb.sh \
30-
ci/setup-sway.sh \
3130
ci/remove_snap.sh \
3231
ci/ddebs.list \
3332
ci/pinned-pkgs \
@@ -541,7 +540,6 @@ SRC_UNIX = \
541540
src/wayland.c \
542541
src/wayland.h \
543542
src/which.sh \
544-
src/gen-wayland-protocols.sh \
545543
src/xxd/Makefile \
546544

547545
# Source files for both MS Windows and Unix-like.
@@ -826,7 +824,6 @@ RT_ALL = \
826824
runtime/pack/dist/opt/editorconfig/.editorconfig \
827825
runtime/pack/dist/opt/editorconfig/CONTRIBUTORS \
828826
runtime/pack/dist/opt/editorconfig/LICENSE* \
829-
runtime/pack/dist/opt/editorconfig/mkzip.sh \
830827
runtime/pack/dist/opt/editorconfig/README.md \
831828
runtime/pack/dist/opt/editorconfig/autoload/*.vim \
832829
runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/*.vim \
@@ -920,7 +917,6 @@ RT_SCRIPTS = \
920917
runtime/syntax/testdir/input/selftestdir/* \
921918
runtime/syntax/testdir/input/setup/*.* \
922919
runtime/syntax/testdir/dumps/*.dump \
923-
runtime/syntax/testdir/dumps/*.vim \
924920
runtime/syntax/testdir/tools/* \
925921
runtime/syntax/generator/Makefile \
926922
runtime/syntax/generator/README.md \
@@ -992,8 +988,7 @@ RT_AMI = \
992988
runtime/macros/maze/*.info \
993989
runtime/macros/urm/*.info \
994990
runtime/tools.info \
995-
runtime/tutor.info \
996-
runtime/tutor/*.info \
991+
runtime/tutor.info
997992

998993
# Runtime files in extra archive.
999994
RT_EXTRA = \
@@ -1110,7 +1105,6 @@ LANG_GEN = \
11101105
runtime/doc/*-ru.UTF-8.1 \
11111106
runtime/doc/*-sv.1 \
11121107
runtime/doc/*-sv.UTF-8.1 \
1113-
runtime/doc/*.svx \
11141108
runtime/doc/*-tr.1 \
11151109
runtime/doc/*-tr.UTF-8.1 \
11161110
runtime/lang/README.txt \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ syntaxtest:
9898
# Before creating an archive first delete all backup files, *.orig, etc.
9999

100100
MAJOR = 9
101-
MINOR = 1
101+
MINOR = 2
102102

103103
# CHECKLIST for creating a new version:
104104
#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ Most of Vim was created by Bram Moolenaar `<[email protected]>`
154154
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list:
155155
156156

157-
This is `README.md` for version 9.1 of Vim: Vi IMproved.
157+
This is `README.md` for version 9.2 of Vim: Vi IMproved.

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 9.1 of Vim: Vi IMproved.
1+
README.txt for version 9.2 of Vim: Vi IMproved.
22

33

44
WHAT IS VIM?

READMEdir/Contents

Lines changed: 6 additions & 6 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 9.1. Also runs under UNIX, MS-Windows, Mac, etc.
13-
vim91rt.tgz contains the documentation and syntax files.
14-
vim91bin.tgz contains the binaries.
15-
vim91src.tgz contains the sources.
12+
Version 9.2. Also runs under UNIX, MS-Windows, Mac, etc.
13+
vim92rt.tgz contains the documentation and syntax files.
14+
vim92bin.tgz contains the binaries.
15+
vim92src.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 2023 Oct 25
23-
Author: Juergen Weigert
22+
Version 2025 Nov 26
23+
Author: Juergen Weigert et al.

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 9.1 of Vim: Vi IMproved.
1+
README_ami.txt for version 9.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:vim91bin.tar
20-
tar xf t:vim91rt.tar
19+
tar xf t:vim92bin.tar
20+
tar xf t:vim92rt.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_amibin.txt for version 9.1 of Vim: Vi IMproved.
1+
README_amibin.txt for version 9.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.

READMEdir/README_amisrc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_amisrc.txt for version 9.1 of Vim: Vi IMproved.
1+
README_amisrc.txt for version 9.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.

READMEdir/README_bindos.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_bindos.txt for version 9.1 of Vim: Vi IMproved.
1+
README_bindos.txt for version 9.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.
@@ -12,5 +12,5 @@ These ones are available (the version number may differ):
1212
gvim91.zip Windows GUI version
1313
gvim91ole.zip Windows GUI version with OLE
1414

15-
You MUST also get the runtime archive (vim91rt.zip).
16-
The sources are also available (vim91src.zip).
15+
You MUST also get the runtime archive (vim92rt.zip).
16+
The sources are also available (vim92src.zip).

READMEdir/README_dos.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_dos.txt for version 9.1 of Vim: Vi IMproved.
1+
README_dos.txt for version 9.2 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,7 +41,7 @@ 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\vim91
44+
C:\vim\vim92
4545
do
4646
cd C:\
4747
Binary and runtime Vim archives are normally unpacked in the same location,
@@ -52,8 +52,8 @@ These are the normal steps to install Vim from the .zip archives:
5252
name includes the version number, it is unlikely that you overwrite
5353
existing files.
5454
Examples:
55-
pkunzip -d gvim91.zip
56-
unzip vim91w32.zip
55+
pkunzip -d gvim92.zip
56+
unzip vim92w32.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\vim91
68+
cd vim\vim92
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\vim91
80-
set path=%path%;D:\editors\vim\vim91
79+
set path=%path%;C:\vim\vim92
80+
set path=%path%;D:\editors\vim\vim92
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 9.1 will look for your vimrc file in $VIM, and for the runtime
93-
files in $VIM/vim91. See ":help $VIM" for more information.
92+
Vim version 9.2 will look for your vimrc file in $VIM, and for the runtime
93+
files in $VIM/vim92. 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,13 +101,13 @@ Remarks:
101101
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
102102
C:\vim\... Other files you made.
103103
Distributed files:
104-
C:\vim\vim91\vim.exe The Vim version 9.1 executable.
105-
C:\vim\vim91\doc\*.txt The version 9.1 documentation files.
106-
C:\vim\vim91\bugreport.vim A Vim version 9.1 script.
107-
C:\vim\vim91\... Other version 9.1 distributed files.
104+
C:\vim\vim91\vim.exe The Vim version 9.2 executable.
105+
C:\vim\vim91\doc\*.txt The version 9.2 documentation files.
106+
C:\vim\vim91\bugreport.vim A Vim version 9.2 script.
107+
C:\vim\vim91\... Other version 9.2 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\vim91". Don't add
110+
Then $VIMRUNTIME will automatically be set to "$VIM\vim92". Don't add
111111
"vim91" to $VIM, that won't work.
112112

113113
- You can put your Vim executable anywhere else. If the executable is not

0 commit comments

Comments
 (0)