diff READMEdir/README_dos.txt @ 34057:4635e43f2c6f v9.1.0 v9.1.0000

patch 9.1.0000: Vim 9.1 release Commit: https://github.com/vim/vim/commit/b4ddc6c11e95cef4b372e239871fae1c8d4f72b6 Author: Christian Brabandt <cb@256bit.org> Date: Tue Jan 2 16:51:11 2024 +0100 patch 9.1.0000: Vim 9.1 release Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Jan 2024 18:45:09 +0100
parents f8116058ca76
children
line wrap: on
line diff
--- a/READMEdir/README_dos.txt
+++ b/READMEdir/README_dos.txt
@@ -1,4 +1,4 @@
-README_dos.txt for version 9.0 of Vim: Vi IMproved.
+README_dos.txt for version 9.1 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on MS-Windows systems.
 See "README.txt" for general information about Vim.
@@ -41,19 +41,19 @@ 1. Go to the directory where you want to
    located.  Check the $VIM setting to see where it points to:
 	set VIM
    For example, if you have
-	C:\vim\vim90
+	C:\vim\vim91
    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\vim90",
+2. Unpack the zip archives.  This will create a new directory "vim\vim91",
    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 gvim90.zip
-	unzip vim90w32.zip
+	pkunzip -d gvim91.zip
+	unzip vim91w32.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
@@ -65,7 +65,7 @@ 2. Unpack the zip archives.  This will c
    won't move or copy the runtime files.
 
 3. Change to the new directory:
-	cd vim\vim90
+	cd vim\vim91
    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
@@ -76,8 +76,8 @@ 3. Change to the new directory:
      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\vim90
-	set path=%path%;D:\editors\vim\vim90
+	set path=%path%;C:\vim\vim91
+	set path=%path%;D:\editors\vim\vim91
    - Create entries for Vim on the desktop and in the Start menu.
 
 That's it!
@@ -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 9.0 will look for your vimrc file in $VIM, and for the runtime
-  files in $VIM/vim90.  See ":help $VIM" for more information.
+  Vim version 9.1 will look for your vimrc file in $VIM, and for the runtime
+  files in $VIM/vim91.  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:
@@ -101,14 +101,14 @@ Remarks:
 	C:\vim\vimfiles\ftplugin\*.vim	Filetype plugins
 	C:\vim\...			Other files you made.
   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.
+	C:\vim\vim91\vim.exe		The Vim version 9.1 executable.
+	C:\vim\vim91\doc\*.txt		The version 9.1 documentation files.
+	C:\vim\vim91\bugreport.vim	A Vim version 9.1 script.
+	C:\vim\vim91\...		Other version 9.1 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\vim90".  Don't add
-  "vim90" to $VIM, that won't work.
+  Then $VIMRUNTIME will automatically be set to "$VIM\vim91".  Don't add
+  "vim91" 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
@@ -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\vim90\vim.exe
-	C:\command.com /c D:\editors\vim\vim90\vim.exe
+	C:\command.com /c C:\vim\vim91\vim.exe
+	C:\command.com /c D:\editors\vim\vim91\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".