From: mikoto2000 Date: Sun, 15 Feb 2026 14:26:30 +0000 (+0000) Subject: README: Updated version from 91 to 92 in various READMEs X-Git-Tag: v9.2.0002~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cae20c47a6ae03773faeaf007e1787820050f6b;p=thirdparty%2Fvim.git README: Updated version from 91 to 92 in various READMEs closes: #19404 Signed-off-by: mikoto2000 Signed-off-by: Christian Brabandt --- diff --git a/READMEdir/README_amibin.txt b/READMEdir/README_amibin.txt index 19d260707e..69b5320f54 100644 --- a/READMEdir/README_amibin.txt +++ b/READMEdir/README_amibin.txt @@ -2,7 +2,7 @@ README_amibin.txt for version 9.2 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 (vim91rt.tgz). +These files are in the runtime archive (vim92rt.tgz). The Amiga "bin" archive contains the Vim executable for the Amiga. It was diff --git a/READMEdir/README_amisrc.txt b/READMEdir/README_amisrc.txt index 6772d5d898..fb3a455929 100644 --- a/READMEdir/README_amisrc.txt +++ b/READMEdir/README_amisrc.txt @@ -2,7 +2,7 @@ README_amisrc.txt for version 9.2 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 (vim91rt.tgz). +These files are in the runtime archive (vim92rt.tgz). The Amiga source archive contains the files needed to compile Vim on the diff --git a/READMEdir/README_bindos.txt b/READMEdir/README_bindos.txt index 776c603a84..43a5455365 100644 --- a/READMEdir/README_bindos.txt +++ b/READMEdir/README_bindos.txt @@ -2,15 +2,15 @@ README_bindos.txt for version 9.2 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 (vim91rt.zip). +These files are in the runtime archive (vim92rt.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): - vim91w32.zip Windows console version - gvim91.zip Windows GUI version - gvim91ole.zip Windows GUI version with OLE + vim92w32.zip Windows console version + gvim92.zip Windows GUI version + gvim92ole.zip Windows GUI version with OLE You MUST also get the runtime archive (vim92rt.zip). The sources are also available (vim92src.zip). diff --git a/READMEdir/README_dos.txt b/READMEdir/README_dos.txt index 800e35411f..ce1779b0ab 100644 --- a/READMEdir/README_dos.txt +++ b/READMEdir/README_dos.txt @@ -47,7 +47,7 @@ These are the normal steps to install Vim from the .zip archives: 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\vim91", +2. Unpack the zip archives. This will create a new directory "vim\vim92", 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. @@ -101,14 +101,14 @@ Remarks: C:\vim\vimfiles\ftplugin\*.vim Filetype plugins C:\vim\... Other files you made. Distributed files: - C:\vim\vim91\vim.exe The Vim version 9.2 executable. - C:\vim\vim91\doc\*.txt The version 9.2 documentation files. - C:\vim\vim91\bugreport.vim A Vim version 9.2 script. - C:\vim\vim91\... Other version 9.2 distributed files. + C:\vim\vim92\vim.exe The Vim version 9.2 executable. + C:\vim\vim92\doc\*.txt The version 9.2 documentation files. + C:\vim\vim92\bugreport.vim A Vim version 9.2 script. + C:\vim\vim92\... Other version 9.2 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\vim92". Don't add - "vim91" to $VIM, that won't work. + "vim92" 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 diff --git a/READMEdir/README_srcdos.txt b/READMEdir/README_srcdos.txt index c1ae3e3107..1ec96d528c 100644 --- a/READMEdir/README_srcdos.txt +++ b/READMEdir/README_srcdos.txt @@ -2,7 +2,7 @@ README_srcdos.txt for version 9.2 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 (vim91rt.zip). +These files are in the runtime archive (vim92rt.zip). The DOS source archive contains the files needed to compile Vim on MS-Windows.