patch 9.1.0000: Vim 9.1 release

Commit: 
https://github.com/vim/vim/commit/b4ddc6c11e95cef4b372e239871fae1c8d4f72b6
Author: Christian Brabandt <[email protected]>
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 <[email protected]>

diff --git a/Makefile b/Makefile
index e9e43c1d7..0d352ebf2 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ syntaxtest:
 #    Before creating an archive first delete all backup files, *.orig, etc.
 
 MAJOR = 9
-MINOR = 0
+MINOR = 1
 
 # CHECKLIST for creating a new version:
 #
diff --git a/README.md b/README.md
index 39de098cf..0f7f5dac1 100644
--- a/README.md
+++ b/README.md
@@ -150,4 +150,4 @@ Most of Vim was created by Bram Moolenaar `<[email protected]>`
 Send any other comments, patches, flowers and suggestions to the vim-dev 
mailing list:
        `<[email protected]>`
 
-This is `README.md` for version 9.0 of Vim: Vi IMproved.
+This is `README.md` for version 9.1 of Vim: Vi IMproved.
diff --git a/README.txt b/README.txt
index 159e8aec2..5128afdf2 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-README.txt for version 9.0 of Vim: Vi IMproved.
+README.txt for version 9.1 of Vim: Vi IMproved.
 
 
 WHAT IS VIM?
diff --git a/READMEdir/Contents b/READMEdir/Contents
index d58dbf276..48b7c59ec 100644
--- a/READMEdir/Contents
+++ b/READMEdir/Contents
@@ -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 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.
+               Version 9.1.  Also runs under UNIX, MS-Windows, Mac, etc.
+               vim91rt.tgz  contains the documentation and syntax files.
+               vim91bin.tgz contains the binaries.
+               vim91src.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 2022 Jan 14
+               Version 2023 Oct 25
                Author: Juergen Weigert
diff --git a/READMEdir/README_ami.txt b/READMEdir/README_ami.txt
index b0f8b2dc5..f9815108d 100644
--- a/READMEdir/README_ami.txt
+++ b/READMEdir/README_ami.txt
@@ -1,4 +1,4 @@
-README_ami.txt for version 9.0 of Vim: Vi IMproved.
+README_ami.txt for version 9.1 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on Amiga systems.
 See README.txt for general information about Vim.
@@ -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:vim90bin.tar
-  tar xf t:vim90rt.tar
+  tar xf t:vim91bin.tar
+  tar xf t:vim91rt.tar
 
 Set the $VIM environment variable to point to the top directory of your Vim
 files.  For the above example:
diff --git a/READMEdir/README_amibin.txt b/READMEdir/README_amibin.txt
index 2e36b3294..ce03f14f7 100644
--- a/READMEdir/README_amibin.txt
+++ b/READMEdir/README_amibin.txt
@@ -1,4 +1,4 @@
-README_amibin.txt for version 9.0 of Vim: Vi IMproved.
+README_amibin.txt for version 9.1 of Vim: Vi IMproved.
 
 See "README.txt" for general information about Vim.
 See "README_ami.txt" for installation instructions for the Amiga.
diff --git a/READMEdir/README_amisrc.txt b/READMEdir/README_amisrc.txt
index e014a1d0a..1d729b823 100644
--- a/READMEdir/README_amisrc.txt
+++ b/READMEdir/README_amisrc.txt
@@ -1,4 +1,4 @@
-README_amisrc.txt for version 9.0 of Vim: Vi IMproved.
+README_amisrc.txt for version 9.1 of Vim: Vi IMproved.
 
 See "README.txt" for general information about Vim.
 See "README_ami.txt" for installation instructions for the Amiga.
diff --git a/READMEdir/README_bindos.txt b/READMEdir/README_bindos.txt
index dcece0840..fd9b76908 100644
--- a/READMEdir/README_bindos.txt
+++ b/READMEdir/README_bindos.txt
@@ -1,4 +1,4 @@
-README_bindos.txt for version 9.0 of Vim: Vi IMproved.
+README_bindos.txt for version 9.1 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.
@@ -8,9 +8,9 @@ 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):
-       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
+       vim91w32.zip    Windows 95/98/NT/etc. console version
+       gvim91.zip      Windows 95/98/NT/etc. GUI version
+       gvim91ole.zip   Windows 95/98/NT/etc. GUI version with OLE
 
-You MUST also get the runtime archive (vim90rt.zip).
-The sources are also available (vim90src.zip).
+You MUST also get the runtime archive (vim91rt.zip).
+The sources are also available (vim91src.zip).
diff --git a/READMEdir/README_dos.txt b/READMEdir/README_dos.txt
index 73b70a668..6a7905d77 100644
--- 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 @@ 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: im im90
+       C: im im91
    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 im90",
+2. Unpack the zip archives.  This will create a new directory "vim im91",
    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 @@ 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 im90
+       cd vim im91
    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 @@ 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: im im90
-       set path=%path%;D: ditors im im90
+       set path=%path%;C: im im91
+       set path=%path%;D: ditors im im91
    - 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: ditors im
-  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: im imfilestplugin\*.vim     Filetype plugins
        C: im\...                       Other files you made.
   Distributed files:
-       C: im im90 im.exe               The Vim version 9.0 executable.
-       C: im im90\doc\*.txt            The version 9.0 documentation files.
-       C: im im90 ugreport.vim A Vim version 9.0 script.
-       C: im im90\...          Other version 9.0 distributed files.
+       C: im im91 im.exe               The Vim version 9.1 executable.
+       C: im im91\doc\*.txt            The version 9.1 documentation files.
+       C: im im91 ugreport.vim A Vim version 9.1 script.
+       C: im im91\...          Other version 9.1 distributed files.
   In this case the $VIM environment variable would be set like this:
        set VIM=C: im
-  Then $VIMRUNTIME will automatically be set to "$VIM im90".  Don't add
-  "vim90" to $VIM, that won't work.
+  Then $VIMRUNTIME will automatically be set to "$VIM im91".  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:

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rKipB-009OCa-MV%40256bit.org.

Raspunde prin e-mail lui