]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
README: Updated version from 91 to 92 in various READMEs
authormikoto2000 <mikoto2000@gmail.com>
Sun, 15 Feb 2026 14:26:30 +0000 (14:26 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Feb 2026 14:30:07 +0000 (14:30 +0000)
closes: #19404

Signed-off-by: mikoto2000 <mikoto2000@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
READMEdir/README_amibin.txt
READMEdir/README_amisrc.txt
READMEdir/README_bindos.txt
READMEdir/README_dos.txt
READMEdir/README_srcdos.txt

index 19d260707e49705d6be467449d06c95137c09bef..69b5320f546e71df716fc75400e6179949c21f05 100644 (file)
@@ -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
index 6772d5d8989668ff998ddc18bf8c28e3d22efd52..fb3a455929185341e1a33c95c03204ec99be856d 100644 (file)
@@ -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
index 776c603a841be6af2a0665d19ddcc86333414fc4..43a5455365be1541fa208d08f6fff06dd36d64b0 100644 (file)
@@ -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).
index 800e35411f5340741782bc567902f4f8c29f669a..ce1779b0ab460244874db7c145c1e4fb3e5e57ca 100644 (file)
@@ -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
index c1ae3e31073c0401a1d67f0ed0ffc6a53e551589..1ec96d528c37fccbae538e9c058d653666fb4b9c 100644 (file)
@@ -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.