]> granicus.if.org Git - vim/commitdiff
Vim 8.0 release v8.0.0000
authorBram Moolenaar <Bram@vim.org>
Mon, 12 Sep 2016 12:24:39 +0000 (14:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 12 Sep 2016 12:24:39 +0000 (14:24 +0200)
158 files changed:
Makefile
README.md
README.txt
READMEdir/Contents
READMEdir/README_ami.txt
READMEdir/README_amibin.txt
READMEdir/README_amisrc.txt
READMEdir/README_bindos.txt
READMEdir/README_dos.txt
READMEdir/README_extra.txt
READMEdir/README_mac.txt
READMEdir/README_ole.txt
READMEdir/README_os2.txt
READMEdir/README_os390.txt
READMEdir/README_src.txt
READMEdir/README_srcdos.txt
READMEdir/README_unix.txt
READMEdir/README_vms.txt
READMEdir/README_w32s.txt
nsis/gvim_version.nsh
runtime/doc/arabic.txt
runtime/doc/autocmd.txt
runtime/doc/change.txt
runtime/doc/channel.txt
runtime/doc/cmdline.txt
runtime/doc/debug.txt
runtime/doc/debugger.txt
runtime/doc/develop.txt
runtime/doc/diff.txt
runtime/doc/digraph.txt
runtime/doc/editing.txt
runtime/doc/eval.txt
runtime/doc/farsi.txt
runtime/doc/filetype.txt
runtime/doc/fold.txt
runtime/doc/ft_ada.txt
runtime/doc/ft_sql.txt
runtime/doc/gui.txt
runtime/doc/gui_w32.txt
runtime/doc/gui_x11.txt
runtime/doc/hangulin.txt
runtime/doc/hebrew.txt
runtime/doc/help.txt
runtime/doc/helphelp.txt
runtime/doc/howto.txt
runtime/doc/if_cscop.txt
runtime/doc/if_lua.txt
runtime/doc/if_mzsch.txt
runtime/doc/if_ole.txt
runtime/doc/if_perl.txt
runtime/doc/if_pyth.txt
runtime/doc/if_ruby.txt
runtime/doc/if_sniff.txt
runtime/doc/if_tcl.txt
runtime/doc/indent.txt
runtime/doc/index.txt
runtime/doc/insert.txt
runtime/doc/intro.txt
runtime/doc/map.txt
runtime/doc/mbyte.txt
runtime/doc/message.txt
runtime/doc/mlang.txt
runtime/doc/motion.txt
runtime/doc/netbeans.txt
runtime/doc/options.txt
runtime/doc/os_390.txt
runtime/doc/os_amiga.txt
runtime/doc/os_beos.txt
runtime/doc/os_dos.txt
runtime/doc/os_mac.txt
runtime/doc/os_mint.txt
runtime/doc/os_msdos.txt
runtime/doc/os_os2.txt
runtime/doc/os_qnx.txt
runtime/doc/os_risc.txt
runtime/doc/os_unix.txt
runtime/doc/os_vms.txt
runtime/doc/os_win32.txt
runtime/doc/pattern.txt
runtime/doc/pi_gzip.txt
runtime/doc/pi_netrw.txt
runtime/doc/pi_paren.txt
runtime/doc/pi_spec.txt
runtime/doc/pi_tar.txt
runtime/doc/pi_vimball.txt
runtime/doc/pi_zip.txt
runtime/doc/print.txt
runtime/doc/quickfix.txt
runtime/doc/quickref.txt
runtime/doc/quotes.txt
runtime/doc/recover.txt
runtime/doc/remote.txt
runtime/doc/repeat.txt
runtime/doc/rileft.txt
runtime/doc/russian.txt
runtime/doc/scroll.txt
runtime/doc/sign.txt
runtime/doc/spell.txt
runtime/doc/sponsor.txt
runtime/doc/starting.txt
runtime/doc/syntax.txt
runtime/doc/tabpage.txt
runtime/doc/tags
runtime/doc/tagsrch.txt
runtime/doc/term.txt
runtime/doc/tips.txt
runtime/doc/todo.txt
runtime/doc/uganda.txt
runtime/doc/undo.txt
runtime/doc/usr_01.txt
runtime/doc/usr_02.txt
runtime/doc/usr_03.txt
runtime/doc/usr_04.txt
runtime/doc/usr_05.txt
runtime/doc/usr_06.txt
runtime/doc/usr_07.txt
runtime/doc/usr_08.txt
runtime/doc/usr_09.txt
runtime/doc/usr_10.txt
runtime/doc/usr_11.txt
runtime/doc/usr_12.txt
runtime/doc/usr_20.txt
runtime/doc/usr_21.txt
runtime/doc/usr_22.txt
runtime/doc/usr_23.txt
runtime/doc/usr_24.txt
runtime/doc/usr_25.txt
runtime/doc/usr_26.txt
runtime/doc/usr_27.txt
runtime/doc/usr_28.txt
runtime/doc/usr_29.txt
runtime/doc/usr_30.txt
runtime/doc/usr_31.txt
runtime/doc/usr_32.txt
runtime/doc/usr_40.txt
runtime/doc/usr_41.txt
runtime/doc/usr_42.txt
runtime/doc/usr_43.txt
runtime/doc/usr_44.txt
runtime/doc/usr_45.txt
runtime/doc/usr_90.txt
runtime/doc/usr_toc.txt
runtime/doc/various.txt
runtime/doc/version4.txt
runtime/doc/version5.txt
runtime/doc/version6.txt
runtime/doc/version7.txt
runtime/doc/version8.txt
runtime/doc/vi_diff.txt
runtime/doc/visual.txt
runtime/doc/windows.txt
runtime/doc/workshop.txt
src/GvimExt/GvimExt.reg
src/Makefile
src/gvim.exe.mnf
src/version.c
src/version.h
src/vim.def

index a83e7337b71044c8ff4e6c78520258de3bc70701..9f48a3509ab7508764ebd425e56118991cafe453 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,16 +67,17 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
 #    To do all this you need the Unix archive and compiled binaries.
 #    Before creating an archive first delete all backup files, *.orig, etc.
 
-MAJOR = 7
-MINOR = 4
+MAJOR = 8
+MINOR = 0
 
 # CHECKLIST for creating a new version:
 #
-# - Update Vim version number.  For a test version in: src/version.h, Contents,
-#   MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt,
-#   runtime/doc/*.txt and nsis/gvim.nsi.
+# - Update Vim version number.  For a test version in: src/version.h,
+#   READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in
+#   src/Makefile, README.txt, README.md, READMEdir/README*.txt,
+#   runtime/doc/*.txt and make nsis/gvim_version.nsh.
 #   For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.def,
-#   src/vim16.def, src/gvim.exe.mnf.
+#   src/gvim.exe.mnf.
 # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
 #   you can make it all work), Cscope and "huge" features.  Exclude workshop
 #   and SNiFF.
@@ -96,7 +97,7 @@ MINOR = 4
 # - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
 # - Check for missing options in runtime/optwin.vim et al. (with check.vim).
 # - Do "make menu" to update the runtime/synmenu.vim file.
-# - Add remarks for changes to runtime/doc/version7.txt.
+# - Add remarks for changes to runtime/doc/version8.txt.
 # - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
 #   ADDITIONS".
 # - In runtime/doc run "make" and "make html" to check for errors.
@@ -192,6 +193,7 @@ MINOR = 4
 #   version).
 # - go to ../nsis and do:
 #   > makensis gvim.nsi  (takes a few minutes).
+#      ignore warning for libwinpthread-1.dll
 # - Copy gvim##.exe to the dist directory.
 #
 # 64 bit builds (these are not in the normal distribution, the 32 bit build
index 9be068ea98d92fae3cd951b48adb0f1b44baec7c..71bc498504a9b8e5c8529d169084b22fe3833824 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-`README.md` for version 7.4 of Vim: Vi IMproved.
+`README.md` for version 8.0 of Vim: Vi IMproved.
 [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
 [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
 [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)
index a47b004e06b19f2323d80d367cfdd06f8108fef0..eefa2efa34e134abc7ab92799d8b5ab027db228d 100644 (file)
@@ -1,4 +1,4 @@
-README.txt for version 7.4 of Vim: Vi IMproved.
+README.txt for version 8.0 of Vim: Vi IMproved.
 
 
 WHAT IS VIM?
index bc95e5be569baaa58fe968672400b41fd396290d..76bd909de30f8b1f746224c785b1f464136048ea 100644 (file)
@@ -9,10 +9,10 @@ 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 7.4.  Also runs under UNIX, MS-Windows, Mac, etc.
-               vim74rt.tgz  contains the documentation and syntax files.
-               vim74bin.tgz contains the binaries.
-               vim74src.tgz contains the sources.
+               Version 8.0.  Also runs under UNIX, MS-Windows, Mac, etc.
+               vim80rt.tgz  contains the documentation and syntax files.
+               vim80bin.tgz contains the binaries.
+               vim80src.tgz contains the sources.
                Author: Bram Moolenaar et al.
 
 
index 03cb6e24abfb528494f63f8b73a3f91ca83e703d..1ba595e91a8b608445714fc83bcd1a25715cdbcf 100644 (file)
@@ -1,4 +1,4 @@
-README_ami.txt for version 7.4 of Vim: Vi IMproved.
+README_ami.txt for version 8.0 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:vim60bin.tar
-  tar xf t:vim60rt.tar
+  tar xf t:vim80bin.tar
+  tar xf t:vim80rt.tar
 
 Set the $VIM environment variable to point to the top directory of your Vim
 files.  For the above example:
index fbf5ba4c4dd8547d51ce8cb53397cbdc74cac5cf..2e323f366d23a07b90ab5d036991b593435f17cf 100644 (file)
@@ -1,8 +1,8 @@
-README_amibin.txt for version 7.4 of Vim: Vi IMproved.
+README_amibin.txt for version 8.0 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 (vim60rt.tgz).
+These files are in the runtime archive (vim80rt.tgz).
 
 
 The Amiga "bin" archive contains the Vim executable for the Amiga.  It was
index ddc58be95ffbf2e59149b1dd8cbfd6599aa52514..c0d6ed2269408f830e011f8d0db1bae930d96621 100644 (file)
@@ -1,8 +1,8 @@
-README_amisrc.txt for version 7.4 of Vim: Vi IMproved.
+README_amisrc.txt for version 8.0 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 (vim60rt.tgz).
+These files are in the runtime archive (vim80rt.tgz).
 
 
 The Amiga source archive contains the files needed to compile Vim on the
index 03c7c19ecf27222cf35ea6a054109f2ef4343a14..c52fea0b65d7fcc45ed49b16aea05f1429ce4dd4 100644 (file)
@@ -1,16 +1,16 @@
-README_bindos.txt for version 7.4 of Vim: Vi IMproved.
+README_bindos.txt for version 8.0 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 (vim74rt.zip).
+These files are in the runtime archive (vim80rt.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):
-       vim74w32.zip    Windows 95/98/NT/etc. console version
-       gvim74.zip      Windows 95/98/NT/etc. GUI version
-       gvim74ole.zip   Windows 95/98/NT/etc. GUI version with OLE
+       vim80w32.zip    Windows 95/98/NT/etc. console version
+       gvim80.zip      Windows 95/98/NT/etc. GUI version
+       gvim80ole.zip   Windows 95/98/NT/etc. GUI version with OLE
 
-You MUST also get the runtime archive (vim74rt.zip).
-The sources are also available (vim74src.zip).
+You MUST also get the runtime archive (vim80rt.zip).
+The sources are also available (vim80src.zip).
index 662a7e785be2932ff13c680ca0fe3dd5e456896d..bb1720f286a11f127f789e75c028adf85021e849 100644 (file)
@@ -1,4 +1,4 @@
-README_dos.txt for version 7.4 of Vim: Vi IMproved.
+README_dos.txt for version 8.0 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on MS-DOS and 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:\vim\vim54
+       C:\vim\vim74
    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\vim74",
+2. Unpack the zip archives.  This will create a new directory "vim\vim80",
    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 gvim74.zip
-       unzip vim74w32.zip
+       pkunzip -d gvim80.zip
+       unzip vim80w32.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
@@ -69,7 +69,7 @@ These are the normal steps to install Vim from the .zip archives:
    archive and follow the instructions in the documentation.
 
 3. Change to the new directory:
-       cd vim\vim74
+       cd vim\vim80
    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
@@ -80,8 +80,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:\vim\vim74
-       set path=%path%;D:\editors\vim\vim74
+       set path=%path%;C:\vim\vim80
+       set path=%path%;D:\editors\vim\vim80
    - Create entries for Vim on the desktop and in the Start menu.
 
 That's it!
@@ -93,8 +93,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 7.4 will look for your vimrc file in $VIM, and for the runtime
-  files in $VIM/vim74.  See ":help $VIM" for more information.
+  Vim version 8.0 will look for your vimrc file in $VIM, and for the runtime
+  files in $VIM/vim80.  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:
@@ -105,14 +105,14 @@ Remarks:
        C:\vim\vimfiles\ftplugin\*.vim  Filetype plugins
        C:\vim\...                      Other files you made.
   Distributed files:
-       C:\vim\vim74\vim.exe            The Vim version 7.4 executable.
-       C:\vim\vim74\doc\*.txt          The version 7.4 documentation files.
-       C:\vim\vim74\bugreport.vim      A Vim version 7.4 script.
-       C:\vim\vim74\...                Other version 7.4 distributed files.
+       C:\vim\vim80\vim.exe            The Vim version 8.0 executable.
+       C:\vim\vim80\doc\*.txt          The version 8.0 documentation files.
+       C:\vim\vim80\bugreport.vim      A Vim version 8.0 script.
+       C:\vim\vim80\...                Other version 8.0 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\vim74".  Don't add
-  "vim74" to $VIM, that won't work.
+  Then $VIMRUNTIME will automatically be set to "$VIM\vim80".  Don't add
+  "vim80" 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
@@ -136,8 +136,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\vim74\vim.exe
-       C:\command.com /c D:\editors\vim\vim74\vim.exe
+       C:\command.com /c C:\vim\vim80\vim.exe
+       C:\command.com /c D:\editors\vim\vim80\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".
index e496912dc8a7b47ce2447af9f54104db4903599f..c42043eb0fd18696ec15ac640de6857cdd67c406 100644 (file)
@@ -1,4 +1,4 @@
-README_extra.txt for version 7.4 of Vim: Vi IMproved.
+README_extra.txt for version 8.0 of Vim: Vi IMproved.
 
 These extra files of Vim are for special purposes.  This README explains what
 the files are for.  For general information about Vim, see the "README.txt"
index 08888d9bb8747a47421ded96abfec7abb030b301..82279ae8914e330abaff8f56d82470083bfd6be0 100644 (file)
@@ -1,4 +1,4 @@
-README_mac.txt for version 7.4 of Vim: Vi IMproved.
+README_mac.txt for version 8.0 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on Macintosh systems.
 See "README.txt" for general information about Vim.
index 233c0532f4a7fb309009b8f28926452c08b59600..fb1fb01f5065e7318ae549f1c1556345d0fd31d3 100644 (file)
@@ -1,4 +1,4 @@
-README_ole.txt for version 7.4 of Vim: Vi IMproved.
+README_ole.txt for version 8.0 of Vim: Vi IMproved.
 
 This archive contains gvim.exe with OLE interface and VisVim.
 This version of gvim.exe can also load a number of interface dynamically (you
index 5f2ebc755267eb1f2f987605371f5b21c99d19f2..61bef4c67f352b3c7d352f698782936e35b30314 100644 (file)
@@ -1,4 +1,4 @@
-README_os2.txt for version 7.4 of Vim: Vi IMproved.
+README_os2.txt for version 8.0 of Vim: Vi IMproved.
 
 This file used to explain the installation of Vim on OS/2 systems.
 However, support for OS/2 has been removed in patch 7.4.1008.
index 502b6f8b17aa0203a45ab190bae5eea347e751ae..0b0ec9a32eafa78e6514e6297b7e061f00120d3d 100644 (file)
@@ -1,4 +1,4 @@
-README_zOS.txt for version 7.4 of Vim: Vi IMproved.
+README_zOS.txt for version 8.0 of Vim: Vi IMproved.
 
 This readme explains how to build Vim on z/OS.  Formerly called OS/390.
 See "README.txt" for general information about Vim.
@@ -78,7 +78,7 @@ Change to the vim directory and do:
 With X11:
 ---------
 
-WARNING: This instruction was not tested with Vim 7.4.
+WARNING: This instruction was not tested with Vim 7.4 or later.
 
 There are two ways for building VIM with X11 support. The first way is simple
 and results in a big executable (~13 Mb), the second needs a few additional
index 3af95f23c74f7848f28edd070afafd8b32ffee8a..3ac2975260045cff8f642bbc2131175935108874 100644 (file)
@@ -1,8 +1,8 @@
-README_src.txt for version 7.4 of Vim: Vi IMproved.
+README_src.txt for version 8.0 of Vim: Vi IMproved.
 
 The source archive contains the files needed to compile Vim on Unix systems.
 It is packed for Unix systems (NL line separator).
 
 For more information, see the README.txt file that comes with the runtime
-archive (vim-7.4-rt.tar.gz).  To be able to run Vim you MUST get the runtime
+archive (vim-8.0-rt.tar.gz).  To be able to run Vim you MUST get the runtime
 archive too!
index 1b7cbcf5cba869f3d8ebcc66c5033e2e76d62cb1..b9cb0e540f6961410dd8a4d8d6b905a5d7f7c61a 100644 (file)
@@ -1,8 +1,8 @@
-README_srcdos.txt for version 7.4 of Vim: Vi IMproved.
+README_srcdos.txt for version 8.0 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 (vim74rt.zip).
+These files are in the runtime archive (vim80rt.zip).
 
 
 The DOS source archive contains the files needed to compile Vim on MS-DOS or
index 7aff642c6c4ecc297e4dd3c4454154005ae6ea5b..054f7fa868247fe9a8465cf13cf532e6130bfaff 100644 (file)
@@ -1,4 +1,4 @@
-README_unix.txt for version 7.4 of Vim: Vi IMproved.
+README_unix.txt for version 8.0 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on Unix systems.
 See "README.txt" for general information about Vim.
index 53364a127ee47133c91c6434df3eeb57987544d2..6f99c07b2f7ce5377e091e8745f9da8afaec288e 100644 (file)
@@ -1,4 +1,4 @@
-README_vms.txt for version 7.4 of Vim: Vi IMproved.
+README_vms.txt for version 8.0 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on VMS systems.
 See "README.txt" in the runtime archive for information about Vim.
index 0b5d1aee01ad811f2045d678fcd028e3b8321c35..311a1777047e17548a807ce6aec6b1b980049dc0 100644 (file)
@@ -1,4 +1,4 @@
-README_w32s.txt for version 7.4 of Vim: Vi IMproved.
+README_w32s.txt for version 8.0 of Vim: Vi IMproved.
 
 This archive contains the gvim.exe that was specifically compiled for use in
 the Win32s subsystem in MS-Windows 3.1 and 3.11.
index d2edbc72de9634bdd98f3c8395b157ebb262dd2e..4481f3295dfc5ec6f507e7d9812e2ce0e22dce9f 100644 (file)
@@ -1,6 +1,6 @@
 # Generated from Makefile: define the version numbers
 !ifndef __GVIM_VER__NSH__
 !define __GVIM_VER__NSH__
-!define VER_MAJOR 7
-!define VER_MINOR 4
+!define VER_MAJOR 8
+!define VER_MINOR 0
 !endif
index 2f0be512e70ee7739e710353b825dc41c7970264..42fd878b5d8303a50b81957c5683d2d4a8b87f8f 100644 (file)
@@ -1,4 +1,4 @@
-*arabic.txt*   For Vim version 7.4.  Last change: 2010 Nov 13
+*arabic.txt*   For Vim version 8.0.  Last change: 2010 Nov 13
 
 
                  VIM REFERENCE MANUAL    by Nadim Shaikli
index 5aa7b78dff06bc311331ee4b680adfec1d2d9a24..dfdaf476db2396849df0de7ee5b3bdc4b051053c 100644 (file)
@@ -1,4 +1,4 @@
-*autocmd.txt*   For Vim version 7.4.  Last change: 2016 Sep 03
+*autocmd.txt*   For Vim version 8.0.  Last change: 2016 Sep 03
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index e2148b3aaca66400cc5042f9ed0d0ea25f103384..51e699b91e95b5881ea34f60b94fdcfe0a26f9d1 100644 (file)
@@ -1,4 +1,4 @@
-*change.txt*    For Vim version 7.4.  Last change: 2016 Sep 11
+*change.txt*    For Vim version 8.0.  Last change: 2016 Sep 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 8a477699d976ca89eb09c5b1f1c482544c8963ef..d3f7cfe7fc74184c724eff737b7669d06148cc2b 100644 (file)
@@ -1,4 +1,4 @@
-*channel.txt*      For Vim version 7.4.  Last change: 2016 Sep 11
+*channel.txt*      For Vim version 8.0.  Last change: 2016 Sep 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 95bd3554ad2d509ff16a7939c71b7049169925b6..4427541c1cb5990adc5b1f6e6d3ec5b1431d95f8 100644 (file)
@@ -1,4 +1,4 @@
-*cmdline.txt*   For Vim version 7.4.  Last change: 2016 Aug 27
+*cmdline.txt*   For Vim version 8.0.  Last change: 2016 Aug 27
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 3226fa4599c02cd922708fb206a3a0c1ebcce0ca..f539acaa9247408d02ae24913c16f53147a6b89d 100644 (file)
@@ -1,4 +1,4 @@
-*debug.txt*     For Vim version 7.4.  Last change: 2012 Feb 11
+*debug.txt*     For Vim version 8.0.  Last change: 2012 Feb 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index df7116bb2aec085165aa69abcbd1c36cc052ef4d..51a9cc9fcf2abaddbf797c2f9331ccf522f702f6 100644 (file)
@@ -1,4 +1,4 @@
-*debugger.txt*  For Vim version 7.4.  Last change: 2005 Mar 29
+*debugger.txt*  For Vim version 8.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur
index c58d35ea65be4095b3226f8244d9af89d53d8eb9..a2477f024f54b277bf40b4c2c529a5e6bde3ba38 100644 (file)
@@ -1,4 +1,4 @@
-*develop.txt*   For Vim version 7.4.  Last change: 2016 Jan 31
+*develop.txt*   For Vim version 8.0.  Last change: 2016 Jan 31
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 0954f0eda38f55da77d255ab7be4c288e7ebee05..378874f3e39efa041c359c4699718df91670ebf6 100644 (file)
@@ -1,4 +1,4 @@
-*diff.txt*      For Vim version 7.4.  Last change: 2016 Aug 24
+*diff.txt*      For Vim version 8.0.  Last change: 2016 Aug 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 2be73da5b9c6070f63236fd2fd828a8cebc7c2fd..3303283c695039b8f20d404e3f0d5aa6b50544f1 100644 (file)
@@ -1,4 +1,4 @@
-*digraph.txt*   For Vim version 7.4.  Last change: 2014 Jun 19
+*digraph.txt*   For Vim version 8.0.  Last change: 2014 Jun 19
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 61cf5f3de2e2631aa8644e9d933e8494eac1c1f6..58a1f2ebc96475c02fa7ff4813c2c8bea21a97dd 100644 (file)
@@ -1,4 +1,4 @@
-*editing.txt*   For Vim version 7.4.  Last change: 2016 Aug 06
+*editing.txt*   For Vim version 8.0.  Last change: 2016 Aug 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 7ef894c39e6ce265c25aca1ffa1d223c1029fba3..b91f99bc1e9d0d185987f15a65b90fbcdf7f5b5a 100644 (file)
@@ -1,4 +1,4 @@
-*eval.txt*     For Vim version 7.4.  Last change: 2016 Sep 07
+*eval.txt*     For Vim version 8.0.  Last change: 2016 Sep 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 4f805cef3a801e4cc44cd7c87a4ef789ea7dc4f4..a5b1de135172ed070463cae0f4664dd008f9f55d 100644 (file)
@@ -1,4 +1,4 @@
-*farsi.txt*     For Vim version 7.4.  Last change: 2015 Aug 29
+*farsi.txt*     For Vim version 8.0.  Last change: 2015 Aug 29
 
 
                  VIM REFERENCE MANUAL    by Mortaza Ghassab Shiran
index 2d2ef8d8eb988bd8dbc96a7d8081925644d4e198..4c9b2b0568cc2ee42a8207a0ab26a47df69e922c 100644 (file)
@@ -1,4 +1,4 @@
-*filetype.txt*  For Vim version 7.4.  Last change: 2016 Sep 09
+*filetype.txt*  For Vim version 8.0.  Last change: 2016 Sep 09
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 96e46f5a131c4712f24ce7160d6a066ef235cb07..6a994889eceee77b58103ce5c13d03bf8b686644 100644 (file)
@@ -1,4 +1,4 @@
-*fold.txt*      For Vim version 7.4.  Last change: 2016 Jan 02
+*fold.txt*      For Vim version 8.0.  Last change: 2016 Jan 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index dcab23ccb27e7593175161fb723742395d4a4532..81d7ceab59e35067ee97cf1dea4787dc550177c1 100644 (file)
@@ -1,4 +1,4 @@
-*ft_ada.txt*   For Vim version 7.4.  Last change: 2010 Jul 20
+*ft_ada.txt*   For Vim version 8.0.  Last change: 2010 Jul 20
 
 
                    ADA FILE TYPE PLUG-INS REFERENCE MANUAL~
index 72ea3ed366f1e280c6ded31e5d29a96bfa7fb775..d870168229fd6b1169debefd25e6e57ccf71a331 100644 (file)
@@ -1,4 +1,4 @@
-*ft_sql.txt*   For Vim version 7.4.  Last change: 2013 May 15
+*ft_sql.txt*   For Vim version 8.0.  Last change: 2013 May 15
 
 by David Fishburn
 
index 520eba910bf8235e572bed31b9cede6c14a6440e..efe6319b749c3dbb33ca8f65901f42f95e639f49 100644 (file)
@@ -1,4 +1,4 @@
-*gui.txt*       For Vim version 7.4.  Last change: 2014 Mar 08
+*gui.txt*       For Vim version 8.0.  Last change: 2014 Mar 08
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5674bbad070e96e39a9c83b1ad6bd311a5318b44..e4f790e72140d3eab3722e074683885db6fc30ea 100644 (file)
@@ -1,4 +1,4 @@
-*gui_w32.txt*   For Vim version 7.4.  Last change: 2014 Dec 20
+*gui_w32.txt*   For Vim version 8.0.  Last change: 2014 Dec 20
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 9a50f2671f01e0029698529a7442b002c0877ea7..9f769ef20b16df2513907eeee28c4e2084561567 100644 (file)
@@ -1,4 +1,4 @@
-*gui_x11.txt*   For Vim version 7.4.  Last change: 2016 Aug 21
+*gui_x11.txt*   For Vim version 8.0.  Last change: 2016 Aug 21
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 99ce6fdeda5399923aac331341d390ec0e5659cb..40901a6e88068a8c6368d99f479fe05ccf033692 100644 (file)
@@ -1,4 +1,4 @@
-*hangulin.txt*  For Vim version 7.4.  Last change: 2015 Nov 24
+*hangulin.txt*  For Vim version 8.0.  Last change: 2015 Nov 24
 
 
                  VIM REFERENCE MANUAL    by Chi-Deok Hwang and Sung-Hyun Nam
index b36c968d02845430b04419c40ec25eb0e18100bc..16599126b6dbc112a8f93c86e118a038e5ba432f 100644 (file)
@@ -1,4 +1,4 @@
-*hebrew.txt*    For Vim version 7.4.  Last change: 2007 Jun 14
+*hebrew.txt*    For Vim version 8.0.  Last change: 2007 Jun 14
 
 
           VIM REFERENCE MANUAL    by Ron Aaron (and Avner Lottem)
index 23d981a5621443e8e3984d2cdd11f77bb977e6c1..60b65b5e8171d90e6946257a61489513c5345a26 100644 (file)
@@ -1,4 +1,4 @@
-*help.txt*     For Vim version 7.4.  Last change: 2016 Mar 31
+*help.txt*     For Vim version 8.0.  Last change: 2016 Mar 31
 
                        VIM - main help file
                                                                         k
index 2a06b636d07a15c6b13dc69ccd4b9a452c84a79c..b51fe78eb3ed7729d3ce64ff261868413e6a1f7d 100644 (file)
@@ -1,4 +1,4 @@
-*helphelp.txt* For Vim version 7.4.  Last change: 2016 Apr 01
+*helphelp.txt* For Vim version 8.0.  Last change: 2016 Apr 01
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 03ae3dbd8ded83ea460c28caf645f4d976f9c95e..a1b2578ad9e6345e8e95cee96fb84710edd6b1b2 100644 (file)
@@ -1,4 +1,4 @@
-*howto.txt*    For Vim version 7.4.  Last change: 2006 Apr 02
+*howto.txt*    For Vim version 8.0.  Last change: 2006 Apr 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5cb33bb7e6a242c944fd0205ea6a3f594ec52bbc..dbbe2bdfdc413a7db9dfae90b7f93228927635ea 100644 (file)
@@ -1,4 +1,4 @@
-*if_cscop.txt*  For Vim version 7.4.  Last change: 2011 Jun 12
+*if_cscop.txt*  For Vim version 8.0.  Last change: 2011 Jun 12
 
 
                  VIM REFERENCE MANUAL    by Andy Kahn
index 0064f0b46428487ac5ad7a4ee53e584e95f9b5fc..2d6dcfcf5306bb54405dccfe82f059d3a0ccd727 100644 (file)
@@ -1,4 +1,4 @@
-*if_lua.txt*    For Vim version 7.4.  Last change: 2015 Oct 16
+*if_lua.txt*    For Vim version 8.0.  Last change: 2015 Oct 16
 
 
                  VIM REFERENCE MANUAL    by Luis Carvalho
index eb1dd97b09f6c7a9ebae91ca40391365665ed311..9ef6c3d38614e79fca559398e21edfec8f607662 100644 (file)
@@ -1,4 +1,4 @@
-*if_mzsch.txt*  For Vim version 7.4.  Last change: 2016 Jan 24
+*if_mzsch.txt*  For Vim version 8.0.  Last change: 2016 Jan 24
 
 
                  VIM REFERENCE MANUAL    by Sergey Khorev
index 63e6e312c2cbadeabd5c2e38d94a83a0464a1a28..6a30a5807eeec4839b23e9f8d0751757700a656b 100644 (file)
@@ -1,4 +1,4 @@
-*if_ole.txt*    For Vim version 7.4.  Last change: 2008 Aug 16
+*if_ole.txt*    For Vim version 8.0.  Last change: 2008 Aug 16
 
 
                  VIM REFERENCE MANUAL    by Paul Moore
index 017b523ccda7d174d287098c63ec373aad717aae..84bfc78283afa0fa89f187cba769cda61c4fcd9e 100644 (file)
@@ -1,4 +1,4 @@
-*if_perl.txt*   For Vim version 7.4.  Last change: 2015 Oct 16
+*if_perl.txt*   For Vim version 8.0.  Last change: 2015 Oct 16
 
 
                  VIM REFERENCE MANUAL    by Sven Verdoolaege
index 3b81b0c96118031246b73bd7e22be0a00b6ae1f8..f9961a84a194e0a78d0fa1c8df43f27f5a29e32e 100644 (file)
@@ -1,4 +1,4 @@
-*if_pyth.txt*   For Vim version 7.4.  Last change: 2016 Sep 01
+*if_pyth.txt*   For Vim version 8.0.  Last change: 2016 Sep 01
 
 
                  VIM REFERENCE MANUAL    by Paul Moore
index e4dfa3fbb126df2f207e75a2d93b21a40f6bf932..65e971315aa5fcd54a02a3e05ec12232f45e6a83 100644 (file)
@@ -1,4 +1,4 @@
-*if_ruby.txt*   For Vim version 7.4.  Last change: 2016 Sep 01
+*if_ruby.txt*   For Vim version 8.0.  Last change: 2016 Sep 01
 
 
                  VIM REFERENCE MANUAL    by Shugo Maeda
index 6feaa53da50faefce66971af35e4b9f69213199b..d4488c9a2f77d3d14cdbbf1fb6a1d77c6446d852 100644 (file)
@@ -1,4 +1,4 @@
-*if_sniff.txt* For Vim version 7.4.  Last change: 2016 Feb 27
+*if_sniff.txt* For Vim version 8.0.  Last change: 2016 Feb 27
 
 
                  VIM REFERENCE MANUAL
index a02c8c53ec25cce26dbfe48514e5a1ef849c47b7..fb4e3c3b889f6bc70c2e8638117f91c5f88033ec 100644 (file)
@@ -1,4 +1,4 @@
-*if_tcl.txt*    For Vim version 7.4.  Last change: 2016 Jan 01
+*if_tcl.txt*    For Vim version 8.0.  Last change: 2016 Jan 01
 
 
                  VIM REFERENCE MANUAL    by Ingo Wilken
index e17f8ffa13b3d2467b6159d2ecf0750e5e33126f..fdb7c67edbdd97d8b5941981858e51a9f8e3fba7 100644 (file)
@@ -1,4 +1,4 @@
-*indent.txt*    For Vim version 7.4.  Last change: 2014 Dec 06
+*indent.txt*    For Vim version 8.0.  Last change: 2014 Dec 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 23ba59b9abc942610e87daf0b837256e24ab6fd1..8b024f838afe2883cd7a81a87be74bbf54093dc4 100644 (file)
@@ -1,4 +1,4 @@
-*index.txt*     For Vim version 7.4.  Last change: 2016 Aug 27
+*index.txt*     For Vim version 8.0.  Last change: 2016 Aug 27
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index a8d10933b79ca2ca026dacc92c3ae1ef2c7cf915..d2959df4f2360e51d8bb943b5b9ab8f66621140f 100644 (file)
@@ -1,4 +1,4 @@
-*insert.txt*    For Vim version 7.4.  Last change: 2016 Jan 31
+*insert.txt*    For Vim version 8.0.  Last change: 2016 Jan 31
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 9f6dc033e4227bd32abaa622a8cc37fdef56454e..21ef5e3d4a61b6662d068e33552889ade69f217b 100644 (file)
@@ -1,4 +1,4 @@
-*intro.txt*     For Vim version 7.4.  Last change: 2015 Jan 20
+*intro.txt*     For Vim version 8.0.  Last change: 2015 Jan 20
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 960cf213140ffcbddba180b96ff527513fc2ce28..7989d645678ede18b43e7f0b0c66c025bf730d19 100644 (file)
@@ -1,4 +1,4 @@
-*map.txt*       For Vim version 7.4.  Last change: 2016 Aug 26
+*map.txt*       For Vim version 8.0.  Last change: 2016 Aug 26
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index d3ae7d9cb094725c80c287a8ccdc0eb1543d24a3..2499f092dbb4c9c613a72264e96c1b120d0a11aa 100644 (file)
@@ -1,4 +1,4 @@
-*mbyte.txt*     For Vim version 7.4.  Last change: 2016 Jul 21
+*mbyte.txt*     For Vim version 8.0.  Last change: 2016 Jul 21
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar et al.
index 662f39419b0742dbd78894b292f9220e9ad8ee82..83e2198372ccb8b201f8e33cb839e4bc96663ae1 100644 (file)
@@ -1,4 +1,4 @@
-*message.txt*   For Vim version 7.4.  Last change: 2016 Sep 01
+*message.txt*   For Vim version 8.0.  Last change: 2016 Sep 01
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 808bc61d4d26da8bb1fcfcbf85f2d8a165a6bd93..aa9a94c3a3dce7f95f6929473262f5632c97902d 100644 (file)
@@ -1,4 +1,4 @@
-*mlang.txt*     For Vim version 7.4.  Last change: 2016 Jan 16
+*mlang.txt*     For Vim version 8.0.  Last change: 2016 Jan 16
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index b6a5969b6aee249a2e831f045cae08bfd4d7b45b..269f092426c5bcd34a1321ab86cde8721dc4e37d 100644 (file)
@@ -1,4 +1,4 @@
-*motion.txt*    For Vim version 7.4.  Last change: 2016 Jul 12
+*motion.txt*    For Vim version 8.0.  Last change: 2016 Jul 12
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 47927aeea0f8ff85eeb80048d98536f5a75652fb..fb54b809d6068d82f8e3d32d57cc110a6d856ca5 100644 (file)
@@ -1,4 +1,4 @@
-*netbeans.txt*  For Vim version 7.4.  Last change: 2016 Jul 15
+*netbeans.txt*  For Vim version 8.0.  Last change: 2016 Jul 15
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur et al.
index 30ea88d0d2decd80083cc4cf3bab5b51e7cda4f2..3ec648b121ee1d99ad30700dcb77b2726a9133b9 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 7.4.  Last change: 2016 Sep 02
+*options.txt*  For Vim version 8.0.  Last change: 2016 Sep 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 3bd1df9ce8beecfb3170c52c2a6827054e53075d..118df6f33f346a060fa54444bae48467b67a753a 100644 (file)
@@ -1,4 +1,4 @@
-*os_390.txt*    For Vim version 7.4.  Last change: 2016 Feb 27
+*os_390.txt*    For Vim version 8.0.  Last change: 2016 Feb 27
 
 
                  VIM REFERENCE MANUAL    by Ralf Schandl
index b9ac6111299aaaa274dcdf86e3520422aa388ed2..2d9d2fcbdd43eeae2744f757408a0b10183ff675 100644 (file)
@@ -1,4 +1,4 @@
-*os_amiga.txt*  For Vim version 7.4.  Last change: 2010 Aug 14
+*os_amiga.txt*  For Vim version 8.0.  Last change: 2010 Aug 14
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index f023bd0c7d8df81e78cb3c9179c56a5115d5097e..f63eeaac00020028fd06c41ab63bcb25cd55fdfc 100644 (file)
@@ -1,4 +1,4 @@
-*os_beos.txt*  For Vim version 7.4.  Last change: 2016 Mar 28
+*os_beos.txt*  For Vim version 8.0.  Last change: 2016 Mar 28
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 2e4659e65ff5ecdf999990c283a14eef9217f381..1167e2a4334d1cde7002bf9bae3892b4bac36777 100644 (file)
@@ -1,4 +1,4 @@
-*os_dos.txt*    For Vim version 7.4.  Last change: 2006 Mar 30
+*os_dos.txt*    For Vim version 8.0.  Last change: 2006 Mar 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 9ed23b4ae12758c58080541b078e0ea6eb92f50e..82e4d75da22c66e3ebb8ea5ca9fbd94732d0fbe9 100644 (file)
@@ -1,4 +1,4 @@
-*os_mac.txt*    For Vim version 7.4.  Last change: 2006 Apr 30
+*os_mac.txt*    For Vim version 8.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar et al.
index d44b1a4f408b1413ff54cc5087078cc96f30d8b7..06984b44f69a1ff0c9f30ba9a01496e0968c4b36 100644 (file)
@@ -1,4 +1,4 @@
-*os_mint.txt*   For Vim version 7.4.  Last change: 2005 Mar 29
+*os_mint.txt*   For Vim version 8.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Jens M. Felderhoff
index 662403ea076082b1eeb18c93992a308f7cb05b9e..6206ac83c3b70d0de1976bb9f426ed63103523f6 100644 (file)
@@ -1,4 +1,4 @@
-*os_msdos.txt*  For Vim version 7.4.  Last change: 2016 Feb 26
+*os_msdos.txt*  For Vim version 8.0.  Last change: 2016 Feb 26
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 53bb79927d8efcbd6575874ed0eb7fb9a6934796..cb6358e4692e35de58b8d7249e7cfc8b8d1a7a19 100644 (file)
@@ -1,4 +1,4 @@
-*os_os2.txt*    For Vim version 7.4.  Last change: 2015 Dec 31
+*os_os2.txt*    For Vim version 8.0.  Last change: 2015 Dec 31
 
 
                  VIM REFERENCE MANUAL    by Paul Slootman
index 92132e97017a4c0030b92ff589023c83cf432f16..952ccf917ceeed28ba2a7e78fe2527a9ad16aaf8 100644 (file)
@@ -1,4 +1,4 @@
-*os_qnx.txt*    For Vim version 7.4.  Last change: 2005 Mar 29
+*os_qnx.txt*    For Vim version 8.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Julian Kinraid
index 62b4a4b8e209c0a44cd8b8d7b2edb1003eb1d1f3..2b12d205aef4835b7ba1f9b7b0bbc9a52276116a 100644 (file)
@@ -1,4 +1,4 @@
-*os_risc.txt*   For Vim version 7.4.  Last change: 2011 May 10
+*os_risc.txt*   For Vim version 8.0.  Last change: 2011 May 10
 
 
                  VIM REFERENCE MANUAL    by Thomas Leonard
index 6273597d279e9886e1a8d36516a7287fa3741300..8050422009e75f6b078b71f231b88f3355234906 100644 (file)
@@ -1,4 +1,4 @@
-*os_unix.txt*   For Vim version 7.4.  Last change: 2005 Mar 29
+*os_unix.txt*   For Vim version 8.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 3e5c05c69bbe73acf02934c6a363e1e884f4634e..53f6fe5e57a31eff098ab4bbc3eb9a39d08cfe3b 100644 (file)
@@ -1,4 +1,4 @@
-*os_vms.txt*    For Vim version 7.4.  Last change: 2014 Aug 29
+*os_vms.txt*    For Vim version 8.0.  Last change: 2014 Aug 29
 
 
                  VIM REFERENCE MANUAL
index 0d7d77b5251ce715913e82ab8c6e978c1543f88c..8bbee89501bbf951961a8844910385b2f0e4a775 100644 (file)
@@ -1,4 +1,4 @@
-*os_win32.txt*  For Vim version 7.4.  Last change: 2016 Aug 28
+*os_win32.txt*  For Vim version 8.0.  Last change: 2016 Aug 28
 
 
                  VIM REFERENCE MANUAL    by George Reilly
index 5d6d8bd6f538f71391c68f7af91783fe210a4695..7c834b3cb9ea35987eaefbe3005fb2b8a9eacb5f 100644 (file)
@@ -1,4 +1,4 @@
-*pattern.txt*   For Vim version 7.4.  Last change: 2016 Sep 11
+*pattern.txt*   For Vim version 8.0.  Last change: 2016 Sep 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index a3998d567a7d58ef76a21e5e837c87e14654c54b..31cd81b848544e55d835d1f62a1adfdc9df17bd9 100644 (file)
@@ -1,4 +1,4 @@
-*pi_gzip.txt*   For Vim version 7.4.  Last change: 2012 Jul 19
+*pi_gzip.txt*   For Vim version 8.0.  Last change: 2012 Jul 19
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 3f705d4ba147b9c1921535e41f8748cd3e1377f0..5c80095736d32627b8c0d6ef68ab3e4d1564e0d7 100644 (file)
@@ -1,4 +1,4 @@
-*pi_netrw.txt*  For Vim version 7.4.  Last change: 2016 Apr 20
+*pi_netrw.txt*  For Vim version 8.0.  Last change: 2016 Apr 20
 
            ------------------------------------------------
            NETRW REFERENCE MANUAL    by Charles E. Campbell
index 497186204f5c4fc604c7e5e4bfaf49c54e73a99d..1726ae6e5f67755e0fd67d39ea43b7b633b2bbbf 100644 (file)
@@ -1,4 +1,4 @@
-*pi_paren.txt*  For Vim version 7.4.  Last change: 2013 May 08
+*pi_paren.txt*  For Vim version 8.0.  Last change: 2013 May 08
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index f76841832efc09add4cd423f310f5d8a974d09f6..79213716d25ddedc6958b2f645a8c30037eea0aa 100644 (file)
@@ -1,4 +1,4 @@
-*pi_spec.txt*   For Vim version 7.4.  Last change: 2006 Apr 24
+*pi_spec.txt*   For Vim version 8.0.  Last change: 2006 Apr 24
 
 by Gustavo Niemeyer ~
 
index b2fab290b3fcad1583e29ad5a6ceac32adcd82d5..1b03d31b0e5da4e1f6140a44d3f67c11bbbc1f1a 100644 (file)
@@ -1,4 +1,4 @@
-*pi_tar.txt*   For Vim version 7.4.  Last change: 2013 Apr 17
+*pi_tar.txt*   For Vim version 8.0.  Last change: 2013 Apr 17
 
                       +====================+
                       | Tar File Interface |
index 68103b50ff6226f1ded94eef73a5c0ae009284d0..1996ddd7faa061757f1b3c2e9f1448edbd71df81 100644 (file)
@@ -1,4 +1,4 @@
-*pi_vimball.txt*       For Vim version 7.4.  Last change: 2016 Apr 11
+*pi_vimball.txt*       For Vim version 8.0.  Last change: 2016 Apr 11
 
                               ----------------
                               Vimball Archiver
index 0a081f24d334dcf58a8f16733992f43687f6d7a3..e3b1e27e584b2046af1a6651ebc2f84deddbd821 100644 (file)
@@ -1,4 +1,4 @@
-*pi_zip.txt*   For Vim version 7.4.  Last change: 2013 Apr 17
+*pi_zip.txt*   For Vim version 8.0.  Last change: 2013 Apr 17
 
                                +====================+
                                | Zip File Interface |
index e12d7f814ecabc80f56c8ea060bf4eb83f33487a..daa03549ccbd53c6f2259cb37fa3447874f80cb8 100644 (file)
@@ -1,4 +1,4 @@
-*print.txt*     For Vim version 7.4.  Last change: 2010 Jul 20
+*print.txt*     For Vim version 8.0.  Last change: 2010 Jul 20
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 1accede8bc43662afaa6d93d9395f9d5348982d3..6e189cae05f9aaefc0495b8c35bdd936837eb613 100644 (file)
@@ -1,4 +1,4 @@
-*quickfix.txt*  For Vim version 7.4.  Last change: 2016 Jul 17
+*quickfix.txt*  For Vim version 8.0.  Last change: 2016 Jul 17
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 1e35b808f1552daa6f010cdefe9c3ceede108d1b..4ffc836fcdd751f880dbbc2ab77d78f90cfb442c 100644 (file)
@@ -1,4 +1,4 @@
-*quickref.txt*  For Vim version 7.4.  Last change: 2016 Aug 21
+*quickref.txt*  For Vim version 8.0.  Last change: 2016 Aug 21
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5900eb69760a00023d71bc538b8c19f050006a6c..451fa5103dee4a233ad9c308ab1a243c33814d10 100644 (file)
@@ -1,4 +1,4 @@
-*quotes.txt*    For Vim version 7.4.  Last change: 2010 Nov 03
+*quotes.txt*    For Vim version 8.0.  Last change: 2010 Nov 03
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 75318b00e6fc7263c9e68869f3737f6dbd605240..e99ce872e00fb8666ac06d5f838f1ccc69adf3a0 100644 (file)
@@ -1,4 +1,4 @@
-*recover.txt*   For Vim version 7.4.  Last change: 2014 Mar 27
+*recover.txt*   For Vim version 8.0.  Last change: 2014 Mar 27
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 7b8787e490b4122d24b89844bafbd075d5bd30ae..86fdd495e460dc7b45d6f15dcc4c522d273e1f82 100644 (file)
@@ -1,4 +1,4 @@
-*remote.txt*    For Vim version 7.4.  Last change: 2015 Mar 01
+*remote.txt*    For Vim version 8.0.  Last change: 2015 Mar 01
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 4269e27c291392cea13a8db6582fb3f3250bb6b5..e704681a4ec905bfb2a18b9b50e933168418b326 100644 (file)
@@ -1,4 +1,4 @@
-*repeat.txt*    For Vim version 7.4.  Last change: 2016 Sep 11
+*repeat.txt*    For Vim version 8.0.  Last change: 2016 Sep 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index f4b8f41fd321209e095bd9b415f18309f1b30b57..962b8905d7d180aadd51ba916189988022af1349 100644 (file)
@@ -1,4 +1,4 @@
-*rileft.txt*    For Vim version 7.4.  Last change: 2006 Apr 24
+*rileft.txt*    For Vim version 8.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Avner Lottem
index 36f3d0b715cb7fbdb6f14b481a356bb3587b8b32..04efdf2404005ab714d8bb3a30ecbffd3aa5eca1 100644 (file)
@@ -1,4 +1,4 @@
-*russian.txt*   For Vim version 7.4.  Last change: 2006 Apr 24
+*russian.txt*   For Vim version 8.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Vassily Ragosin
index b2c56634a0df869f59770cc26e12270a351e131c..b3696d3730574192ddeaa6d45b7c857e45ae37dc 100644 (file)
@@ -1,4 +1,4 @@
-*scroll.txt*    For Vim version 7.4.  Last change: 2006 Aug 27
+*scroll.txt*    For Vim version 8.0.  Last change: 2006 Aug 27
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 66063f1c165b5c66f5d57872e5c0bf212a725092..b61e4f102dd33117a4ddbe1d5b19564293e4e09d 100644 (file)
@@ -1,4 +1,4 @@
-*sign.txt*      For Vim version 7.4.  Last change: 2016 Aug 17
+*sign.txt*      For Vim version 8.0.  Last change: 2016 Aug 17
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur
index 3442a0011a9672414f39ec01e5676262492bb278..60513f9fc86bc9d415b11cbabfeddb20e264454f 100644 (file)
@@ -1,4 +1,4 @@
-*spell.txt*    For Vim version 7.4.  Last change: 2016 Jan 08
+*spell.txt*    For Vim version 8.0.  Last change: 2016 Jan 08
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index a99d66d8432d0d25fee832e339ca44fbf8195325..d427dc057084fa242e01827f2e35c7b98ae1c539 100644 (file)
@@ -1,4 +1,4 @@
-*sponsor.txt*   For Vim version 7.4.  Last change: 2008 Jun 21
+*sponsor.txt*   For Vim version 8.0.  Last change: 2008 Jun 21
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index a911ddbc7b0d457c2a683a5dee1424320097d3f5..8ce3c63d2a6b0e978b11ca495d15ff2cb1c034c7 100644 (file)
@@ -1,4 +1,4 @@
-*starting.txt*  For Vim version 7.4.  Last change: 2016 Sep 09
+*starting.txt*  For Vim version 8.0.  Last change: 2016 Sep 09
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index aa8846ddb88247f4e42c20213f97c2543b9ef264..41e2f9faf8da8b23f7e9b84df40432a7b8d43d04 100644 (file)
@@ -1,4 +1,4 @@
-*syntax.txt*   For Vim version 7.4.  Last change: 2016 Sep 09
+*syntax.txt*   For Vim version 8.0.  Last change: 2016 Sep 12
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2705,7 +2705,6 @@ This will set the value of 'foldmethod' to "syntax" locally to the current
 buffer or window, which will enable syntax-based folding when editing Ruby
 filetypes.
 
-                                               *ruby_foldable_groups*
 Default folding is rather detailed, i.e., small syntax units like "if", "do",
 "%w[]" may create corresponding fold levels.
 
index 868eb17faa6430d087039f99c55f9afca72c5723..810fba077c5d714f327af25bdc9812b90f7814ef 100644 (file)
@@ -1,4 +1,4 @@
-*tabpage.txt*   For Vim version 7.4.  Last change: 2016 Sep 09
+*tabpage.txt*   For Vim version 8.0.  Last change: 2016 Sep 09
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 7eaf6a0ce54d40075711f1d762570064343749be..806cfff41180922a84b0cee46d6a0bed555cb45a 100644 (file)
@@ -8029,7 +8029,6 @@ ruby-window       if_ruby.txt     /*ruby-window*
 ruby.vim       syntax.txt      /*ruby.vim*
 ruby_fold      syntax.txt      /*ruby_fold*
 ruby_foldable_groups   syntax.txt      /*ruby_foldable_groups*
-ruby_foldable_groups   syntax.txt      /*ruby_foldable_groups*
 ruby_minlines  syntax.txt      /*ruby_minlines*
 ruby_no_expensive      syntax.txt      /*ruby_no_expensive*
 ruby_operators syntax.txt      /*ruby_operators*
index 5163de81282fc4745bdb2a27057b112b3b9c62ff..a4bf00b2f3779357f5c86b00a4f6fabca30f5946 100644 (file)
@@ -1,4 +1,4 @@
-*tagsrch.txt*   For Vim version 7.4.  Last change: 2016 Aug 20
+*tagsrch.txt*   For Vim version 8.0.  Last change: 2016 Aug 20
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 8f9d878b8d99a56103cf8824fdcd3c296f0f8b66..7e8b3ccc92047f3705782bb7d339b3e62d772283 100644 (file)
@@ -1,4 +1,4 @@
-*term.txt*      For Vim version 7.4.  Last change: 2016 Sep 02
+*term.txt*      For Vim version 8.0.  Last change: 2016 Sep 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 90aa20e8b4bb2fdf17ac7c4487ee63ae525a0ad0..d15b4bcac565eba0ba424a7644ffa05415d29000 100644 (file)
@@ -1,4 +1,4 @@
-*tips.txt*      For Vim version 7.4.  Last change: 2009 Nov 07
+*tips.txt*      For Vim version 8.0.  Last change: 2009 Nov 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index e7fc59380ec265a16cac133e6fd8f0691f6ec72d..e7a77a0dc4292b7f8b74aeb9a51da790219568a8 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.4.  Last change: 2016 Sep 11
+*todo.txt*      For Vim version 8.0.  Last change: 2016 Sep 12
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -34,9 +34,13 @@ not be repeated below, unless there is extra information.
                                                        *known-bugs*
 -------------------- Known bugs and current work -----------------------
 
+After 8.0 is released:
+- Drop support for older MS-Windows systems, before XP.
+  Patch from Ken Takata, 2016 Mar 8.
+
 +channel:
 - channel_wait() may return an error while there is still something to read.
-  Perhaps try to read once?
+  Perhaps try to read once more?
 - Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026)
 - Add 'cwd' argument to start_job(): directory to change to in the child.
     check for valid directory before forking.
@@ -52,7 +56,6 @@ not be repeated below, unless there is extra information.
   Feb 9)  How to do this on MS-Windows?
 - For connection to server, a "keep open" flag would be useful.  Retry
   connecting in the main loop with zero timeout.
-Later
 - job_start(): run job in a newly opened terminal.
     With xterm could use -S{pty}.
 
@@ -227,10 +230,6 @@ McCoy, 2016 Sept 6, #1046)
 Patch to improve indenting for C++ constructor with initializer list.
 (Hirohito Higashi, 2016 Mar 31)
 
-After 8.0 is released:
-- Drop support for older MS-Windows systems, before XP.
-  Patch from Ken Takata, 2016 Mar 8.
-
 Add stronger encryption.  Could use libsodium (NaCl).
 https://github.com/jedisct1/libsodium/
 Possibly include the needed code so that it can be build everywhere.
index 167f1baed3b3448a0130e056384e64c6ec56babe..64026a3c73c4801d8074b1a87e61cc47e8c40ded 100644 (file)
@@ -1,4 +1,4 @@
-*uganda.txt*    For Vim version 7.4.  Last change: 2013 Jul 06
+*uganda.txt*    For Vim version 8.0.  Last change: 2013 Jul 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 46469b3533032766970301132d90e82c07b00d5f..77ecf91692b2ab149d0319d569b0fd6514c74f03 100644 (file)
@@ -1,4 +1,4 @@
-*undo.txt*      For Vim version 7.4.  Last change: 2014 May 24
+*undo.txt*      For Vim version 8.0.  Last change: 2014 May 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 11fa2173d68e2fc818191f81882ed43177eb8630..c45c156dc2c41606469625665e76b0a35b23c7cc 100644 (file)
@@ -1,4 +1,4 @@
-*usr_01.txt*   For Vim version 7.4.  Last change: 2010 Nov 03
+*usr_01.txt*   For Vim version 8.0.  Last change: 2010 Nov 03
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index a3e9bf3c82f1e792d615bda3062873384fdf12b5..48dede8e4fb37b634a5803f6b6c1c5259166d2fb 100644 (file)
@@ -1,4 +1,4 @@
-*usr_02.txt*   For Vim version 7.4.  Last change: 2016 Jan 16
+*usr_02.txt*   For Vim version 8.0.  Last change: 2016 Jan 16
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 4f72214bbac139a62ba95a3e34a3bb62ff1870d0..2c66172a4e7018a46e46ba526c18e77ff2db695d 100644 (file)
@@ -1,4 +1,4 @@
-*usr_03.txt*   For Vim version 7.4.  Last change: 2016 Jan 05
+*usr_03.txt*   For Vim version 8.0.  Last change: 2016 Jan 05
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 5f24c8c6f5cb8bed28cb66b3419e9cdb289a6e49..5b08263c7ce2183db540849e59c816d57ca31c4d 100644 (file)
@@ -1,4 +1,4 @@
-*usr_04.txt*   For Vim version 7.4.  Last change: 2014 Aug 29
+*usr_04.txt*   For Vim version 8.0.  Last change: 2014 Aug 29
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index ebac474b56b82bc09fa8b960ef23777bff003b8c..67b33bdaaa11807597727647ad5a5bc0efa4e539 100644 (file)
@@ -1,4 +1,4 @@
-*usr_05.txt*   For Vim version 7.4.  Last change: 2016 Mar 28
+*usr_05.txt*   For Vim version 8.0.  Last change: 2016 Mar 28
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 5e3c7726d48d0da0373ab09ab04343d7fa20686a..2c4b64d461f7e9c988be3ff14ffc4dd62772ecd3 100644 (file)
@@ -1,4 +1,4 @@
-*usr_06.txt*   For Vim version 7.4.  Last change: 2009 Oct 28
+*usr_06.txt*   For Vim version 8.0.  Last change: 2009 Oct 28
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 8a0600b84d2f1c98bff45e300008ac85194faf76..2e0306065bb7e99176712ca726d66be122c10459 100644 (file)
@@ -1,4 +1,4 @@
-*usr_07.txt*   For Vim version 7.4.  Last change: 2006 Apr 24
+*usr_07.txt*   For Vim version 8.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index ef26b46eb7d3fadf5d9856095ae9b3bfafff625b..854935c4173e953d82f1dda98b572ffbf1309670 100644 (file)
@@ -1,4 +1,4 @@
-*usr_08.txt*   For Vim version 7.4.  Last change: 2014 Jul 06
+*usr_08.txt*   For Vim version 8.0.  Last change: 2014 Jul 06
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 68575f51844d84f3484519b2fac5f1b6816f59e5..8a0fe74d9fbf313c75a23efcdb82e6388bde9ab0 100644 (file)
@@ -1,4 +1,4 @@
-*usr_09.txt*   For Vim version 7.4.  Last change: 2006 Apr 24
+*usr_09.txt*   For Vim version 8.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 4398c4d64fcc0d8a991c79ad15f2324a0d5df244..dfa46303d2f149a68e8ea4be37f126b0c090f3a5 100644 (file)
@@ -1,4 +1,4 @@
-*usr_10.txt*   For Vim version 7.4.  Last change: 2006 Nov 05
+*usr_10.txt*   For Vim version 8.0.  Last change: 2006 Nov 05
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 9935ded48c03ec19b325aecc82e2e58c83863da4..09f01abac4a43e964950fff4e958db30e8374387 100644 (file)
@@ -1,4 +1,4 @@
-*usr_11.txt*   For Vim version 7.4.  Last change: 2010 Jul 20
+*usr_11.txt*   For Vim version 8.0.  Last change: 2010 Jul 20
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index fba1b532747624dfb0e3477b757a99b819b874d1..829dfbab8c4329f13930179e75a07cd736f7dd45 100644 (file)
@@ -1,4 +1,4 @@
-*usr_12.txt*   For Vim version 7.4.  Last change: 2007 May 11
+*usr_12.txt*   For Vim version 8.0.  Last change: 2007 May 11
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 5f0a66018709c80ddd0006b1f95453cb3228e6d9..b685b103e22d3a41004ce10f797d1154fc1b8f6d 100644 (file)
@@ -1,4 +1,4 @@
-*usr_20.txt*   For Vim version 7.4.  Last change: 2006 Apr 24
+*usr_20.txt*   For Vim version 8.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 450d3943375776d387265d0c2ca2bbd16d2a1e26..9bde60852fa8b0f3f34241786c7a1190df38a269 100644 (file)
@@ -1,4 +1,4 @@
-*usr_21.txt*   For Vim version 7.4.  Last change: 2012 Nov 02
+*usr_21.txt*   For Vim version 8.0.  Last change: 2012 Nov 02
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index cff8e9db1e3d2091b932a24b36633d7c5995c05e..f0efbc54113241cbbe7a8888eaac32d4d064d42e 100644 (file)
@@ -1,4 +1,4 @@
-*usr_22.txt*   For Vim version 7.4.  Last change: 2012 Nov 15
+*usr_22.txt*   For Vim version 8.0.  Last change: 2012 Nov 15
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 63cbc612decc4202918d60d719aac8bb6ddc41db..d9c113c4556031412c46a1d4e4b8c8a8bb9329dd 100644 (file)
@@ -1,4 +1,4 @@
-*usr_23.txt*   For Vim version 7.4.  Last change: 2006 Apr 24
+*usr_23.txt*   For Vim version 8.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 46a22c683c7cfd7ad0b9ab6e652fbb0add7a0064..22b6c8bec1e1de9fcf8bb2ed60428edde730214d 100644 (file)
@@ -1,4 +1,4 @@
-*usr_24.txt*   For Vim version 7.4.  Last change: 2006 Jul 23
+*usr_24.txt*   For Vim version 8.0.  Last change: 2006 Jul 23
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 24420353dd7dc22b02e5d34caa8f8117072d19ca..c193d548332b3382b4c69ce9b27e5c9b091a749f 100644 (file)
@@ -1,4 +1,4 @@
-*usr_25.txt*   For Vim version 7.4.  Last change: 2016 Mar 28
+*usr_25.txt*   For Vim version 8.0.  Last change: 2016 Mar 28
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index cc2395962143a3b7b76a7f6a278eb0ab58fa5812..22d2eb7e0d5cd2f1b81cf86489f845e6ce5f9af7 100644 (file)
@@ -1,4 +1,4 @@
-*usr_26.txt*   For Vim version 7.4.  Last change: 2006 Apr 24
+*usr_26.txt*   For Vim version 8.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index fb096593f28878684a6491ac00e5f7e62c7e0a28..44aa4063d3d8fc563afe4caebf3f779fc50effff 100644 (file)
@@ -1,4 +1,4 @@
-*usr_27.txt*   For Vim version 7.4.  Last change: 2010 Mar 28
+*usr_27.txt*   For Vim version 8.0.  Last change: 2010 Mar 28
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 46db1b90af0bc5ec47f200a1814a7864c54b839f..bfb170ab1b829c2f868ab99567490dbe15851eee 100644 (file)
@@ -1,4 +1,4 @@
-*usr_28.txt*   For Vim version 7.4.  Last change: 2008 Jun 14
+*usr_28.txt*   For Vim version 8.0.  Last change: 2008 Jun 14
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index c6105cea98041aaf270e71ca7387e915d0ba88f3..87c39c7cf2aaa46e711e870fe83ba89d89616678 100644 (file)
@@ -1,4 +1,4 @@
-*usr_29.txt*   For Vim version 7.4.  Last change: 2016 Feb 27
+*usr_29.txt*   For Vim version 8.0.  Last change: 2016 Feb 27
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index b2be512980adb7e2d373372462be0472396a324f..67f46596e3fa4bdf0ce0d6ccdf17ee641d51fae0 100644 (file)
@@ -1,4 +1,4 @@
-*usr_30.txt*   For Vim version 7.4.  Last change: 2007 Nov 10
+*usr_30.txt*   For Vim version 8.0.  Last change: 2007 Nov 10
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 550564e10c2cca2ca97f2249c53aa0cae39a0d51..2344a9877ef7b72828cafb97625e94906082c541 100644 (file)
@@ -1,4 +1,4 @@
-*usr_31.txt*   For Vim version 7.4.  Last change: 2007 May 08
+*usr_31.txt*   For Vim version 8.0.  Last change: 2007 May 08
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index fd58f2d5177b8c9c7b201d5e370f2ccddde79097..86c2ddb5c57fdc892367e9373addd101b67ee322 100644 (file)
@@ -1,4 +1,4 @@
-*usr_32.txt*   For Vim version 7.4.  Last change: 2010 Jul 20
+*usr_32.txt*   For Vim version 8.0.  Last change: 2010 Jul 20
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 9d706481df138e9e6b831885e16900d99c4e50df..b865cbe3f20ddb2789e0894c2beee30431b0907e 100644 (file)
@@ -1,4 +1,4 @@
-*usr_40.txt*   For Vim version 7.4.  Last change: 2013 Aug 05
+*usr_40.txt*   For Vim version 8.0.  Last change: 2013 Aug 05
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 9523e63e04ff1c36c15a5e49238495b4b77f6f3d..2e2fd4f240b353db5d4067a5275dd6ad3db1d7e1 100644 (file)
@@ -1,4 +1,4 @@
-*usr_41.txt*   For Vim version 7.4.  Last change: 2016 Sep 01
+*usr_41.txt*   For Vim version 8.0.  Last change: 2016 Sep 01
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 1d16112aa0994c9401bd8e5eb395ef9ec56b818f..a440d689a0d56c6f34c1ad16a94c7efb858119cb 100644 (file)
@@ -1,4 +1,4 @@
-*usr_42.txt*   For Vim version 7.4.  Last change: 2008 May 05
+*usr_42.txt*   For Vim version 8.0.  Last change: 2008 May 05
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 8f0820fbf2acab7622133448b8df49267d798c31..9e29226538a751e3f360cc1a2dfcd9cb9abe4e8e 100644 (file)
@@ -1,4 +1,4 @@
-*usr_43.txt*   For Vim version 7.4.  Last change: 2015 Oct 23
+*usr_43.txt*   For Vim version 8.0.  Last change: 2015 Oct 23
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 48f661eb072d9c19b84def57428160dd7cca48b3..658c72f893004b5d01472b472c4b0aa99e0f9ea0 100644 (file)
@@ -1,4 +1,4 @@
-*usr_44.txt*   For Vim version 7.4.  Last change: 2008 Dec 28
+*usr_44.txt*   For Vim version 8.0.  Last change: 2008 Dec 28
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 828ea6fe2d76fe7c02087a6c4082f7bf9254837d..04466b7113744d9240883c5b39b42af1f6fbb034 100644 (file)
@@ -1,4 +1,4 @@
-*usr_45.txt*   For Vim version 7.4.  Last change: 2008 Nov 15
+*usr_45.txt*   For Vim version 8.0.  Last change: 2008 Nov 15
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 38e5886fa0236dc7fb755168b6927139eec9b085..28d0c3249fa67347cb69fcabf71b016e5820e7dd 100644 (file)
@@ -1,4 +1,4 @@
-*usr_90.txt*   For Vim version 7.4.  Last change: 2008 Sep 10
+*usr_90.txt*   For Vim version 8.0.  Last change: 2008 Sep 10
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index b0dc9390a31bd4e42b946e87f47af19f143c629f..d3aa77f4ad992a8c54031d5ed0192ca0ffb47b2e 100644 (file)
@@ -1,4 +1,4 @@
-*usr_toc.txt*  For Vim version 7.4.  Last change: 2016 Mar 25
+*usr_toc.txt*  For Vim version 8.0.  Last change: 2016 Mar 25
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 729fff500b9a20d6c204954d3ad1b37925ea4ab8..2bcb1ca1fb6ac3b28b61efa29497103491565b43 100644 (file)
@@ -1,4 +1,4 @@
-*various.txt*   For Vim version 7.4.  Last change: 2016 Sep 06
+*various.txt*   For Vim version 8.0.  Last change: 2016 Sep 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 6b791be88bae5f5ad118c61f8731562730e1af82..c2b0f9cc2fc4d12aab732d8015de8715a0668897 100644 (file)
@@ -1,4 +1,4 @@
-*version4.txt*  For Vim version 7.4.  Last change: 2006 Apr 24
+*version4.txt*  For Vim version 8.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5f2586dd2037b18395d95d8f8dc3f7ac6df8e96a..b1b71ef6dd1307fd1b8f20ce06e60f534eeeb298 100644 (file)
@@ -1,4 +1,4 @@
-*version5.txt*  For Vim version 7.4.  Last change: 2016 Feb 27
+*version5.txt*  For Vim version 8.0.  Last change: 2016 Feb 27
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 2e6fd73237ae23e53c26ac362896eb80405caf4a..53f1a213f2a9215fee51beb97a4314c8f50086a1 100644 (file)
@@ -1,4 +1,4 @@
-*version6.txt*  For Vim version 7.4.  Last change: 2014 Aug 29
+*version6.txt*  For Vim version 8.0.  Last change: 2014 Aug 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index be95695594b321d6d2300184ef94367f1213d853..e5ed6df802eed53e2b6059352dada8ab439c2d1d 100644 (file)
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.4.  Last change: 2016 Jul 17
+*version7.txt*  For Vim version 8.0.  Last change: 2016 Jul 17
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index e7a97e03d5c98ba2717a6aa9d404389a290d6346..ac22f08d5018b1410b3e470584f1fbb21329b1e3 100644 (file)
@@ -4,9 +4,6 @@
                  VIM REFERENCE MANUAL    by Bram Moolenaar
 
 
-NOTE: VIM 8 WAS NOT RELEASED YET, this is work in progress
-
-
                                *vim8* *vim-8* *version-8.0* *version8.0*
 Welcome to Vim 8!  A large number of bugs have been fixed and several nice
 features have been added.  This file mentions all the new items and changes to
@@ -37,7 +34,8 @@ differences between other versions.
 ==============================================================================
 NEW FEATURES                                           *new-8*
 
-First a list of the bigger new features.  A comprehensive list is below.
+First an overview of the more interesting new features.  A comprehensive list
+is below.
 
 
 Asynchronous I/O support, channels ~
@@ -14498,4 +14496,14 @@ Problem:    Needless line break. Confusing directory name.
 Solution:   Remove line break.  Prepend "../" to "tools".
 Files:      Makefile, src/normal.c
 
+Patch 7.4.2366
+Problem:    MS-Windows gvim.exe does not have DirectX support.
+Solution:   Add the DIRECTX to the script.
+Files:      src/bigvim.bat
+
+Patch 7.4.2367 (after 7.4.2364)
+Problem:    Test runner misses a comma.
+Solution:   Add the comma.
+Files:      src/testdir/runtest.vim
+
  vim:tw=78:ts=8:ft=help:norl:
index eeaadbc39b972330edefc4d17b5aa6c7856a3fcc..9a4981f03a7021a92c8ad0bd763dee642f59cb58 100644 (file)
@@ -1,4 +1,4 @@
-*vi_diff.txt*   For Vim version 7.4.  Last change: 2016 Aug 16
+*vi_diff.txt*   For Vim version 8.0.  Last change: 2016 Aug 16
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index fe47e996aaa4e11e6593d0b0b1ddf939711307d8..0a91b9f48ecf26e297a20fec79965620539a64ea 100644 (file)
@@ -1,4 +1,4 @@
-*visual.txt*    For Vim version 7.4.  Last change: 2014 Mar 23
+*visual.txt*    For Vim version 8.0.  Last change: 2014 Mar 23
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 7700269795f28e8a1552366e37d903cca48bfc5d..0ef1a8bf5904b20d5b39fa0c3f21c8289591545f 100644 (file)
@@ -1,4 +1,4 @@
-*windows.txt*   For Vim version 7.4.  Last change: 2016 Aug 23
+*windows.txt*   For Vim version 8.0.  Last change: 2016 Aug 23
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5514f9ebb70006fa33a06cb6f7fc5e825938fb2d..e7dd9b04807d9f7f685aca44aaa649d244bc1a1e 100644 (file)
@@ -1,4 +1,4 @@
-*workshop.txt*  For Vim version 7.4.  Last change: 2013 Jul 06
+*workshop.txt*  For Vim version 8.0.  Last change: 2013 Jul 06
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur
index 4c67b0928bfc8b041598c21f945155b5394549f7..860424484c7ae1342d08694893e6249a37ec9658 100644 (file)
@@ -15,6 +15,6 @@ REGEDIT4
 [HKEY_LOCAL_MACHINE\Software\Vim\Gvim]
    "path"="gvim.exe"
 
-[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.4]
-   "DisplayName"="Vim 7.4: Edit with Vim popup menu entry"
+[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.0]
+   "DisplayName"="Vim 8.0: Edit with Vim popup menu entry"
    "UninstallString"="uninstal.exe"
index 2c0feebe265ba2547705923ce0d41bc55e1bc933..864f54b25887b04852d5e7d9e8ad907a3fa84c6e 100644 (file)
@@ -1009,8 +1009,8 @@ TOOLS = xxd/xxd$(EXEEXT)
 MAN1DIR = /man1
 
 ### Vim version (adjusted by a script)
-VIMMAJOR = 7
-VIMMINOR = 4
+VIMMAJOR = 8
+VIMMINOR = 0
 
 ### Location of Vim files (should not need to be changed, and  {{{1
 ### some things might not work when they are changed!)
index 206fd2b12ec8295b67ce5d12a82c9aa6c39c3c6d..21ccfcec2e30735a0ce0649b6fde8262356339c6 100644 (file)
@@ -2,7 +2,7 @@
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
   <assemblyIdentity
     processorArchitecture="*"
-    version="7.4.0.0"
+    version="8.0.0.0"
     type="win32"
     name="Vim"
   />
index 24c67b1e569941f4d97ed641934b31c980e29bbd..ee8d467797e7a29cea4d804d59b8f8965c47abca 100644 (file)
@@ -763,4740 +763,6 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
-/**/
-    2367,
-/**/
-    2366,
-/**/
-    2365,
-/**/
-    2364,
-/**/
-    2363,
-/**/
-    2362,
-/**/
-    2361,
-/**/
-    2360,
-/**/
-    2359,
-/**/
-    2358,
-/**/
-    2357,
-/**/
-    2356,
-/**/
-    2355,
-/**/
-    2354,
-/**/
-    2353,
-/**/
-    2352,
-/**/
-    2351,
-/**/
-    2350,
-/**/
-    2349,
-/**/
-    2348,
-/**/
-    2347,
-/**/
-    2346,
-/**/
-    2345,
-/**/
-    2344,
-/**/
-    2343,
-/**/
-    2342,
-/**/
-    2341,
-/**/
-    2340,
-/**/
-    2339,
-/**/
-    2338,
-/**/
-    2337,
-/**/
-    2336,
-/**/
-    2335,
-/**/
-    2334,
-/**/
-    2333,
-/**/
-    2332,
-/**/
-    2331,
-/**/
-    2330,
-/**/
-    2329,
-/**/
-    2328,
-/**/
-    2327,
-/**/
-    2326,
-/**/
-    2325,
-/**/
-    2324,
-/**/
-    2323,
-/**/
-    2322,
-/**/
-    2321,
-/**/
-    2320,
-/**/
-    2319,
-/**/
-    2318,
-/**/
-    2317,
-/**/
-    2316,
-/**/
-    2315,
-/**/
-    2314,
-/**/
-    2313,
-/**/
-    2312,
-/**/
-    2311,
-/**/
-    2310,
-/**/
-    2309,
-/**/
-    2308,
-/**/
-    2307,
-/**/
-    2306,
-/**/
-    2305,
-/**/
-    2304,
-/**/
-    2303,
-/**/
-    2302,
-/**/
-    2301,
-/**/
-    2300,
-/**/
-    2299,
-/**/
-    2298,
-/**/
-    2297,
-/**/
-    2296,
-/**/
-    2295,
-/**/
-    2294,
-/**/
-    2293,
-/**/
-    2292,
-/**/
-    2291,
-/**/
-    2290,
-/**/
-    2289,
-/**/
-    2288,
-/**/
-    2287,
-/**/
-    2286,
-/**/
-    2285,
-/**/
-    2284,
-/**/
-    2283,
-/**/
-    2282,
-/**/
-    2281,
-/**/
-    2280,
-/**/
-    2279,
-/**/
-    2278,
-/**/
-    2277,
-/**/
-    2276,
-/**/
-    2275,
-/**/
-    2274,
-/**/
-    2273,
-/**/
-    2272,
-/**/
-    2271,
-/**/
-    2270,
-/**/
-    2269,
-/**/
-    2268,
-/**/
-    2267,
-/**/
-    2266,
-/**/
-    2265,
-/**/
-    2264,
-/**/
-    2263,
-/**/
-    2262,
-/**/
-    2261,
-/**/
-    2260,
-/**/
-    2259,
-/**/
-    2258,
-/**/
-    2257,
-/**/
-    2256,
-/**/
-    2255,
-/**/
-    2254,
-/**/
-    2253,
-/**/
-    2252,
-/**/
-    2251,
-/**/
-    2250,
-/**/
-    2249,
-/**/
-    2248,
-/**/
-    2247,
-/**/
-    2246,
-/**/
-    2245,
-/**/
-    2244,
-/**/
-    2243,
-/**/
-    2242,
-/**/
-    2241,
-/**/
-    2240,
-/**/
-    2239,
-/**/
-    2238,
-/**/
-    2237,
-/**/
-    2236,
-/**/
-    2235,
-/**/
-    2234,
-/**/
-    2233,
-/**/
-    2232,
-/**/
-    2231,
-/**/
-    2230,
-/**/
-    2229,
-/**/
-    2228,
-/**/
-    2227,
-/**/
-    2226,
-/**/
-    2225,
-/**/
-    2224,
-/**/
-    2223,
-/**/
-    2222,
-/**/
-    2221,
-/**/
-    2220,
-/**/
-    2219,
-/**/
-    2218,
-/**/
-    2217,
-/**/
-    2216,
-/**/
-    2215,
-/**/
-    2214,
-/**/
-    2213,
-/**/
-    2212,
-/**/
-    2211,
-/**/
-    2210,
-/**/
-    2209,
-/**/
-    2208,
-/**/
-    2207,
-/**/
-    2206,
-/**/
-    2205,
-/**/
-    2204,
-/**/
-    2203,
-/**/
-    2202,
-/**/
-    2201,
-/**/
-    2200,
-/**/
-    2199,
-/**/
-    2198,
-/**/
-    2197,
-/**/
-    2196,
-/**/
-    2195,
-/**/
-    2194,
-/**/
-    2193,
-/**/
-    2192,
-/**/
-    2191,
-/**/
-    2190,
-/**/
-    2189,
-/**/
-    2188,
-/**/
-    2187,
-/**/
-    2186,
-/**/
-    2185,
-/**/
-    2184,
-/**/
-    2183,
-/**/
-    2182,
-/**/
-    2181,
-/**/
-    2180,
-/**/
-    2179,
-/**/
-    2178,
-/**/
-    2177,
-/**/
-    2176,
-/**/
-    2175,
-/**/
-    2174,
-/**/
-    2173,
-/**/
-    2172,
-/**/
-    2171,
-/**/
-    2170,
-/**/
-    2169,
-/**/
-    2168,
-/**/
-    2167,
-/**/
-    2166,
-/**/
-    2165,
-/**/
-    2164,
-/**/
-    2163,
-/**/
-    2162,
-/**/
-    2161,
-/**/
-    2160,
-/**/
-    2159,
-/**/
-    2158,
-/**/
-    2157,
-/**/
-    2156,
-/**/
-    2155,
-/**/
-    2154,
-/**/
-    2153,
-/**/
-    2152,
-/**/
-    2151,
-/**/
-    2150,
-/**/
-    2149,
-/**/
-    2148,
-/**/
-    2147,
-/**/
-    2146,
-/**/
-    2145,
-/**/
-    2144,
-/**/
-    2143,
-/**/
-    2142,
-/**/
-    2141,
-/**/
-    2140,
-/**/
-    2139,
-/**/
-    2138,
-/**/
-    2137,
-/**/
-    2136,
-/**/
-    2135,
-/**/
-    2134,
-/**/
-    2133,
-/**/
-    2132,
-/**/
-    2131,
-/**/
-    2130,
-/**/
-    2129,
-/**/
-    2128,
-/**/
-    2127,
-/**/
-    2126,
-/**/
-    2125,
-/**/
-    2124,
-/**/
-    2123,
-/**/
-    2122,
-/**/
-    2121,
-/**/
-    2120,
-/**/
-    2119,
-/**/
-    2118,
-/**/
-    2117,
-/**/
-    2116,
-/**/
-    2115,
-/**/
-    2114,
-/**/
-    2113,
-/**/
-    2112,
-/**/
-    2111,
-/**/
-    2110,
-/**/
-    2109,
-/**/
-    2108,
-/**/
-    2107,
-/**/
-    2106,
-/**/
-    2105,
-/**/
-    2104,
-/**/
-    2103,
-/**/
-    2102,
-/**/
-    2101,
-/**/
-    2100,
-/**/
-    2099,
-/**/
-    2098,
-/**/
-    2097,
-/**/
-    2096,
-/**/
-    2095,
-/**/
-    2094,
-/**/
-    2093,
-/**/
-    2092,
-/**/
-    2091,
-/**/
-    2090,
-/**/
-    2089,
-/**/
-    2088,
-/**/
-    2087,
-/**/
-    2086,
-/**/
-    2085,
-/**/
-    2084,
-/**/
-    2083,
-/**/
-    2082,
-/**/
-    2081,
-/**/
-    2080,
-/**/
-    2079,
-/**/
-    2078,
-/**/
-    2077,
-/**/
-    2076,
-/**/
-    2075,
-/**/
-    2074,
-/**/
-    2073,
-/**/
-    2072,
-/**/
-    2071,
-/**/
-    2070,
-/**/
-    2069,
-/**/
-    2068,
-/**/
-    2067,
-/**/
-    2066,
-/**/
-    2065,
-/**/
-    2064,
-/**/
-    2063,
-/**/
-    2062,
-/**/
-    2061,
-/**/
-    2060,
-/**/
-    2059,
-/**/
-    2058,
-/**/
-    2057,
-/**/
-    2056,
-/**/
-    2055,
-/**/
-    2054,
-/**/
-    2053,
-/**/
-    2052,
-/**/
-    2051,
-/**/
-    2050,
-/**/
-    2049,
-/**/
-    2048,
-/**/
-    2047,
-/**/
-    2046,
-/**/
-    2045,
-/**/
-    2044,
-/**/
-    2043,
-/**/
-    2042,
-/**/
-    2041,
-/**/
-    2040,
-/**/
-    2039,
-/**/
-    2038,
-/**/
-    2037,
-/**/
-    2036,
-/**/
-    2035,
-/**/
-    2034,
-/**/
-    2033,
-/**/
-    2032,
-/**/
-    2031,
-/**/
-    2030,
-/**/
-    2029,
-/**/
-    2028,
-/**/
-    2027,
-/**/
-    2026,
-/**/
-    2025,
-/**/
-    2024,
-/**/
-    2023,
-/**/
-    2022,
-/**/
-    2021,
-/**/
-    2020,
-/**/
-    2019,
-/**/
-    2018,
-/**/
-    2017,
-/**/
-    2016,
-/**/
-    2015,
-/**/
-    2014,
-/**/
-    2013,
-/**/
-    2012,
-/**/
-    2011,
-/**/
-    2010,
-/**/
-    2009,
-/**/
-    2008,
-/**/
-    2007,
-/**/
-    2006,
-/**/
-    2005,
-/**/
-    2004,
-/**/
-    2003,
-/**/
-    2002,
-/**/
-    2001,
-/**/
-    2000,
-/**/
-    1999,
-/**/
-    1998,
-/**/
-    1997,
-/**/
-    1996,
-/**/
-    1995,
-/**/
-    1994,
-/**/
-    1993,
-/**/
-    1992,
-/**/
-    1991,
-/**/
-    1990,
-/**/
-    1989,
-/**/
-    1988,
-/**/
-    1987,
-/**/
-    1986,
-/**/
-    1985,
-/**/
-    1984,
-/**/
-    1983,
-/**/
-    1982,
-/**/
-    1981,
-/**/
-    1980,
-/**/
-    1979,
-/**/
-    1978,
-/**/
-    1977,
-/**/
-    1976,
-/**/
-    1975,
-/**/
-    1974,
-/**/
-    1973,
-/**/
-    1972,
-/**/
-    1971,
-/**/
-    1970,
-/**/
-    1969,
-/**/
-    1968,
-/**/
-    1967,
-/**/
-    1966,
-/**/
-    1965,
-/**/
-    1964,
-/**/
-    1963,
-/**/
-    1962,
-/**/
-    1961,
-/**/
-    1960,
-/**/
-    1959,
-/**/
-    1958,
-/**/
-    1957,
-/**/
-    1956,
-/**/
-    1955,
-/**/
-    1954,
-/**/
-    1953,
-/**/
-    1952,
-/**/
-    1951,
-/**/
-    1950,
-/**/
-    1949,
-/**/
-    1948,
-/**/
-    1947,
-/**/
-    1946,
-/**/
-    1945,
-/**/
-    1944,
-/**/
-    1943,
-/**/
-    1942,
-/**/
-    1941,
-/**/
-    1940,
-/**/
-    1939,
-/**/
-    1938,
-/**/
-    1937,
-/**/
-    1936,
-/**/
-    1935,
-/**/
-    1934,
-/**/
-    1933,
-/**/
-    1932,
-/**/
-    1931,
-/**/
-    1930,
-/**/
-    1929,
-/**/
-    1928,
-/**/
-    1927,
-/**/
-    1926,
-/**/
-    1925,
-/**/
-    1924,
-/**/
-    1923,
-/**/
-    1922,
-/**/
-    1921,
-/**/
-    1920,
-/**/
-    1919,
-/**/
-    1918,
-/**/
-    1917,
-/**/
-    1916,
-/**/
-    1915,
-/**/
-    1914,
-/**/
-    1913,
-/**/
-    1912,
-/**/
-    1911,
-/**/
-    1910,
-/**/
-    1909,
-/**/
-    1908,
-/**/
-    1907,
-/**/
-    1906,
-/**/
-    1905,
-/**/
-    1904,
-/**/
-    1903,
-/**/
-    1902,
-/**/
-    1901,
-/**/
-    1900,
-/**/
-    1899,
-/**/
-    1898,
-/**/
-    1897,
-/**/
-    1896,
-/**/
-    1895,
-/**/
-    1894,
-/**/
-    1893,
-/**/
-    1892,
-/**/
-    1891,
-/**/
-    1890,
-/**/
-    1889,
-/**/
-    1888,
-/**/
-    1887,
-/**/
-    1886,
-/**/
-    1885,
-/**/
-    1884,
-/**/
-    1883,
-/**/
-    1882,
-/**/
-    1881,
-/**/
-    1880,
-/**/
-    1879,
-/**/
-    1878,
-/**/
-    1877,
-/**/
-    1876,
-/**/
-    1875,
-/**/
-    1874,
-/**/
-    1873,
-/**/
-    1872,
-/**/
-    1871,
-/**/
-    1870,
-/**/
-    1869,
-/**/
-    1868,
-/**/
-    1867,
-/**/
-    1866,
-/**/
-    1865,
-/**/
-    1864,
-/**/
-    1863,
-/**/
-    1862,
-/**/
-    1861,
-/**/
-    1860,
-/**/
-    1859,
-/**/
-    1858,
-/**/
-    1857,
-/**/
-    1856,
-/**/
-    1855,
-/**/
-    1854,
-/**/
-    1853,
-/**/
-    1852,
-/**/
-    1851,
-/**/
-    1850,
-/**/
-    1849,
-/**/
-    1848,
-/**/
-    1847,
-/**/
-    1846,
-/**/
-    1845,
-/**/
-    1844,
-/**/
-    1843,
-/**/
-    1842,
-/**/
-    1841,
-/**/
-    1840,
-/**/
-    1839,
-/**/
-    1838,
-/**/
-    1837,
-/**/
-    1836,
-/**/
-    1835,
-/**/
-    1834,
-/**/
-    1833,
-/**/
-    1832,
-/**/
-    1831,
-/**/
-    1830,
-/**/
-    1829,
-/**/
-    1828,
-/**/
-    1827,
-/**/
-    1826,
-/**/
-    1825,
-/**/
-    1824,
-/**/
-    1823,
-/**/
-    1822,
-/**/
-    1821,
-/**/
-    1820,
-/**/
-    1819,
-/**/
-    1818,
-/**/
-    1817,
-/**/
-    1816,
-/**/
-    1815,
-/**/
-    1814,
-/**/
-    1813,
-/**/
-    1812,
-/**/
-    1811,
-/**/
-    1810,
-/**/
-    1809,
-/**/
-    1808,
-/**/
-    1807,
-/**/
-    1806,
-/**/
-    1805,
-/**/
-    1804,
-/**/
-    1803,
-/**/
-    1802,
-/**/
-    1801,
-/**/
-    1800,
-/**/
-    1799,
-/**/
-    1798,
-/**/
-    1797,
-/**/
-    1796,
-/**/
-    1795,
-/**/
-    1794,
-/**/
-    1793,
-/**/
-    1792,
-/**/
-    1791,
-/**/
-    1790,
-/**/
-    1789,
-/**/
-    1788,
-/**/
-    1787,
-/**/
-    1786,
-/**/
-    1785,
-/**/
-    1784,
-/**/
-    1783,
-/**/
-    1782,
-/**/
-    1781,
-/**/
-    1780,
-/**/
-    1779,
-/**/
-    1778,
-/**/
-    1777,
-/**/
-    1776,
-/**/
-    1775,
-/**/
-    1774,
-/**/
-    1773,
-/**/
-    1772,
-/**/
-    1771,
-/**/
-    1770,
-/**/
-    1769,
-/**/
-    1768,
-/**/
-    1767,
-/**/
-    1766,
-/**/
-    1765,
-/**/
-    1764,
-/**/
-    1763,
-/**/
-    1762,
-/**/
-    1761,
-/**/
-    1760,
-/**/
-    1759,
-/**/
-    1758,
-/**/
-    1757,
-/**/
-    1756,
-/**/
-    1755,
-/**/
-    1754,
-/**/
-    1753,
-/**/
-    1752,
-/**/
-    1751,
-/**/
-    1750,
-/**/
-    1749,
-/**/
-    1748,
-/**/
-    1747,
-/**/
-    1746,
-/**/
-    1745,
-/**/
-    1744,
-/**/
-    1743,
-/**/
-    1742,
-/**/
-    1741,
-/**/
-    1740,
-/**/
-    1739,
-/**/
-    1738,
-/**/
-    1737,
-/**/
-    1736,
-/**/
-    1735,
-/**/
-    1734,
-/**/
-    1733,
-/**/
-    1732,
-/**/
-    1731,
-/**/
-    1730,
-/**/
-    1729,
-/**/
-    1728,
-/**/
-    1727,
-/**/
-    1726,
-/**/
-    1725,
-/**/
-    1724,
-/**/
-    1723,
-/**/
-    1722,
-/**/
-    1721,
-/**/
-    1720,
-/**/
-    1719,
-/**/
-    1718,
-/**/
-    1717,
-/**/
-    1716,
-/**/
-    1715,
-/**/
-    1714,
-/**/
-    1713,
-/**/
-    1712,
-/**/
-    1711,
-/**/
-    1710,
-/**/
-    1709,
-/**/
-    1708,
-/**/
-    1707,
-/**/
-    1706,
-/**/
-    1705,
-/**/
-    1704,
-/**/
-    1703,
-/**/
-    1702,
-/**/
-    1701,
-/**/
-    1700,
-/**/
-    1699,
-/**/
-    1698,
-/**/
-    1697,
-/**/
-    1696,
-/**/
-    1695,
-/**/
-    1694,
-/**/
-    1693,
-/**/
-    1692,
-/**/
-    1691,
-/**/
-    1690,
-/**/
-    1689,
-/**/
-    1688,
-/**/
-    1687,
-/**/
-    1686,
-/**/
-    1685,
-/**/
-    1684,
-/**/
-    1683,
-/**/
-    1682,
-/**/
-    1681,
-/**/
-    1680,
-/**/
-    1679,
-/**/
-    1678,
-/**/
-    1677,
-/**/
-    1676,
-/**/
-    1675,
-/**/
-    1674,
-/**/
-    1673,
-/**/
-    1672,
-/**/
-    1671,
-/**/
-    1670,
-/**/
-    1669,
-/**/
-    1668,
-/**/
-    1667,
-/**/
-    1666,
-/**/
-    1665,
-/**/
-    1664,
-/**/
-    1663,
-/**/
-    1662,
-/**/
-    1661,
-/**/
-    1660,
-/**/
-    1659,
-/**/
-    1658,
-/**/
-    1657,
-/**/
-    1656,
-/**/
-    1655,
-/**/
-    1654,
-/**/
-    1653,
-/**/
-    1652,
-/**/
-    1651,
-/**/
-    1650,
-/**/
-    1649,
-/**/
-    1648,
-/**/
-    1647,
-/**/
-    1646,
-/**/
-    1645,
-/**/
-    1644,
-/**/
-    1643,
-/**/
-    1642,
-/**/
-    1641,
-/**/
-    1640,
-/**/
-    1639,
-/**/
-    1638,
-/**/
-    1637,
-/**/
-    1636,
-/**/
-    1635,
-/**/
-    1634,
-/**/
-    1633,
-/**/
-    1632,
-/**/
-    1631,
-/**/
-    1630,
-/**/
-    1629,
-/**/
-    1628,
-/**/
-    1627,
-/**/
-    1626,
-/**/
-    1625,
-/**/
-    1624,
-/**/
-    1623,
-/**/
-    1622,
-/**/
-    1621,
-/**/
-    1620,
-/**/
-    1619,
-/**/
-    1618,
-/**/
-    1617,
-/**/
-    1616,
-/**/
-    1615,
-/**/
-    1614,
-/**/
-    1613,
-/**/
-    1612,
-/**/
-    1611,
-/**/
-    1610,
-/**/
-    1609,
-/**/
-    1608,
-/**/
-    1607,
-/**/
-    1606,
-/**/
-    1605,
-/**/
-    1604,
-/**/
-    1603,
-/**/
-    1602,
-/**/
-    1601,
-/**/
-    1600,
-/**/
-    1599,
-/**/
-    1598,
-/**/
-    1597,
-/**/
-    1596,
-/**/
-    1595,
-/**/
-    1594,
-/**/
-    1593,
-/**/
-    1592,
-/**/
-    1591,
-/**/
-    1590,
-/**/
-    1589,
-/**/
-    1588,
-/**/
-    1587,
-/**/
-    1586,
-/**/
-    1585,
-/**/
-    1584,
-/**/
-    1583,
-/**/
-    1582,
-/**/
-    1581,
-/**/
-    1580,
-/**/
-    1579,
-/**/
-    1578,
-/**/
-    1577,
-/**/
-    1576,
-/**/
-    1575,
-/**/
-    1574,
-/**/
-    1573,
-/**/
-    1572,
-/**/
-    1571,
-/**/
-    1570,
-/**/
-    1569,
-/**/
-    1568,
-/**/
-    1567,
-/**/
-    1566,
-/**/
-    1565,
-/**/
-    1564,
-/**/
-    1563,
-/**/
-    1562,
-/**/
-    1561,
-/**/
-    1560,
-/**/
-    1559,
-/**/
-    1558,
-/**/
-    1557,
-/**/
-    1556,
-/**/
-    1555,
-/**/
-    1554,
-/**/
-    1553,
-/**/
-    1552,
-/**/
-    1551,
-/**/
-    1550,
-/**/
-    1549,
-/**/
-    1548,
-/**/
-    1547,
-/**/
-    1546,
-/**/
-    1545,
-/**/
-    1544,
-/**/
-    1543,
-/**/
-    1542,
-/**/
-    1541,
-/**/
-    1540,
-/**/
-    1539,
-/**/
-    1538,
-/**/
-    1537,
-/**/
-    1536,
-/**/
-    1535,
-/**/
-    1534,
-/**/
-    1533,
-/**/
-    1532,
-/**/
-    1531,
-/**/
-    1530,
-/**/
-    1529,
-/**/
-    1528,
-/**/
-    1527,
-/**/
-    1526,
-/**/
-    1525,
-/**/
-    1524,
-/**/
-    1523,
-/**/
-    1522,
-/**/
-    1521,
-/**/
-    1520,
-/**/
-    1519,
-/**/
-    1518,
-/**/
-    1517,
-/**/
-    1516,
-/**/
-    1515,
-/**/
-    1514,
-/**/
-    1513,
-/**/
-    1512,
-/**/
-    1511,
-/**/
-    1510,
-/**/
-    1509,
-/**/
-    1508,
-/**/
-    1507,
-/**/
-    1506,
-/**/
-    1505,
-/**/
-    1504,
-/**/
-    1503,
-/**/
-    1502,
-/**/
-    1501,
-/**/
-    1500,
-/**/
-    1499,
-/**/
-    1498,
-/**/
-    1497,
-/**/
-    1496,
-/**/
-    1495,
-/**/
-    1494,
-/**/
-    1493,
-/**/
-    1492,
-/**/
-    1491,
-/**/
-    1490,
-/**/
-    1489,
-/**/
-    1488,
-/**/
-    1487,
-/**/
-    1486,
-/**/
-    1485,
-/**/
-    1484,
-/**/
-    1483,
-/**/
-    1482,
-/**/
-    1481,
-/**/
-    1480,
-/**/
-    1479,
-/**/
-    1478,
-/**/
-    1477,
-/**/
-    1476,
-/**/
-    1475,
-/**/
-    1474,
-/**/
-    1473,
-/**/
-    1472,
-/**/
-    1471,
-/**/
-    1470,
-/**/
-    1469,
-/**/
-    1468,
-/**/
-    1467,
-/**/
-    1466,
-/**/
-    1465,
-/**/
-    1464,
-/**/
-    1463,
-/**/
-    1462,
-/**/
-    1461,
-/**/
-    1460,
-/**/
-    1459,
-/**/
-    1458,
-/**/
-    1457,
-/**/
-    1456,
-/**/
-    1455,
-/**/
-    1454,
-/**/
-    1453,
-/**/
-    1452,
-/**/
-    1451,
-/**/
-    1450,
-/**/
-    1449,
-/**/
-    1448,
-/**/
-    1447,
-/**/
-    1446,
-/**/
-    1445,
-/**/
-    1444,
-/**/
-    1443,
-/**/
-    1442,
-/**/
-    1441,
-/**/
-    1440,
-/**/
-    1439,
-/**/
-    1438,
-/**/
-    1437,
-/**/
-    1436,
-/**/
-    1435,
-/**/
-    1434,
-/**/
-    1433,
-/**/
-    1432,
-/**/
-    1431,
-/**/
-    1430,
-/**/
-    1429,
-/**/
-    1428,
-/**/
-    1427,
-/**/
-    1426,
-/**/
-    1425,
-/**/
-    1424,
-/**/
-    1423,
-/**/
-    1422,
-/**/
-    1421,
-/**/
-    1420,
-/**/
-    1419,
-/**/
-    1418,
-/**/
-    1417,
-/**/
-    1416,
-/**/
-    1415,
-/**/
-    1414,
-/**/
-    1413,
-/**/
-    1412,
-/**/
-    1411,
-/**/
-    1410,
-/**/
-    1409,
-/**/
-    1408,
-/**/
-    1407,
-/**/
-    1406,
-/**/
-    1405,
-/**/
-    1404,
-/**/
-    1403,
-/**/
-    1402,
-/**/
-    1401,
-/**/
-    1400,
-/**/
-    1399,
-/**/
-    1398,
-/**/
-    1397,
-/**/
-    1396,
-/**/
-    1395,
-/**/
-    1394,
-/**/
-    1393,
-/**/
-    1392,
-/**/
-    1391,
-/**/
-    1390,
-/**/
-    1389,
-/**/
-    1388,
-/**/
-    1387,
-/**/
-    1386,
-/**/
-    1385,
-/**/
-    1384,
-/**/
-    1383,
-/**/
-    1382,
-/**/
-    1381,
-/**/
-    1380,
-/**/
-    1379,
-/**/
-    1378,
-/**/
-    1377,
-/**/
-    1376,
-/**/
-    1375,
-/**/
-    1374,
-/**/
-    1373,
-/**/
-    1372,
-/**/
-    1371,
-/**/
-    1370,
-/**/
-    1369,
-/**/
-    1368,
-/**/
-    1367,
-/**/
-    1366,
-/**/
-    1365,
-/**/
-    1364,
-/**/
-    1363,
-/**/
-    1362,
-/**/
-    1361,
-/**/
-    1360,
-/**/
-    1359,
-/**/
-    1358,
-/**/
-    1357,
-/**/
-    1356,
-/**/
-    1355,
-/**/
-    1354,
-/**/
-    1353,
-/**/
-    1352,
-/**/
-    1351,
-/**/
-    1350,
-/**/
-    1349,
-/**/
-    1348,
-/**/
-    1347,
-/**/
-    1346,
-/**/
-    1345,
-/**/
-    1344,
-/**/
-    1343,
-/**/
-    1342,
-/**/
-    1341,
-/**/
-    1340,
-/**/
-    1339,
-/**/
-    1338,
-/**/
-    1337,
-/**/
-    1336,
-/**/
-    1335,
-/**/
-    1334,
-/**/
-    1333,
-/**/
-    1332,
-/**/
-    1331,
-/**/
-    1330,
-/**/
-    1329,
-/**/
-    1328,
-/**/
-    1327,
-/**/
-    1326,
-/**/
-    1325,
-/**/
-    1324,
-/**/
-    1323,
-/**/
-    1322,
-/**/
-    1321,
-/**/
-    1320,
-/**/
-    1319,
-/**/
-    1318,
-/**/
-    1317,
-/**/
-    1316,
-/**/
-    1315,
-/**/
-    1314,
-/**/
-    1313,
-/**/
-    1312,
-/**/
-    1311,
-/**/
-    1310,
-/**/
-    1309,
-/**/
-    1308,
-/**/
-    1307,
-/**/
-    1306,
-/**/
-    1305,
-/**/
-    1304,
-/**/
-    1303,
-/**/
-    1302,
-/**/
-    1301,
-/**/
-    1300,
-/**/
-    1299,
-/**/
-    1298,
-/**/
-    1297,
-/**/
-    1296,
-/**/
-    1295,
-/**/
-    1294,
-/**/
-    1293,
-/**/
-    1292,
-/**/
-    1291,
-/**/
-    1290,
-/**/
-    1289,
-/**/
-    1288,
-/**/
-    1287,
-/**/
-    1286,
-/**/
-    1285,
-/**/
-    1284,
-/**/
-    1283,
-/**/
-    1282,
-/**/
-    1281,
-/**/
-    1280,
-/**/
-    1279,
-/**/
-    1278,
-/**/
-    1277,
-/**/
-    1276,
-/**/
-    1275,
-/**/
-    1274,
-/**/
-    1273,
-/**/
-    1272,
-/**/
-    1271,
-/**/
-    1270,
-/**/
-    1269,
-/**/
-    1268,
-/**/
-    1267,
-/**/
-    1266,
-/**/
-    1265,
-/**/
-    1264,
-/**/
-    1263,
-/**/
-    1262,
-/**/
-    1261,
-/**/
-    1260,
-/**/
-    1259,
-/**/
-    1258,
-/**/
-    1257,
-/**/
-    1256,
-/**/
-    1255,
-/**/
-    1254,
-/**/
-    1253,
-/**/
-    1252,
-/**/
-    1251,
-/**/
-    1250,
-/**/
-    1249,
-/**/
-    1248,
-/**/
-    1247,
-/**/
-    1246,
-/**/
-    1245,
-/**/
-    1244,
-/**/
-    1243,
-/**/
-    1242,
-/**/
-    1241,
-/**/
-    1240,
-/**/
-    1239,
-/**/
-    1238,
-/**/
-    1237,
-/**/
-    1236,
-/**/
-    1235,
-/**/
-    1234,
-/**/
-    1233,
-/**/
-    1232,
-/**/
-    1231,
-/**/
-    1230,
-/**/
-    1229,
-/**/
-    1228,
-/**/
-    1227,
-/**/
-    1226,
-/**/
-    1225,
-/**/
-    1224,
-/**/
-    1223,
-/**/
-    1222,
-/**/
-    1221,
-/**/
-    1220,
-/**/
-    1219,
-/**/
-    1218,
-/**/
-    1217,
-/**/
-    1216,
-/**/
-    1215,
-/**/
-    1214,
-/**/
-    1213,
-/**/
-    1212,
-/**/
-    1211,
-/**/
-    1210,
-/**/
-    1209,
-/**/
-    1208,
-/**/
-    1207,
-/**/
-    1206,
-/**/
-    1205,
-/**/
-    1204,
-/**/
-    1203,
-/**/
-    1202,
-/**/
-    1201,
-/**/
-    1200,
-/**/
-    1199,
-/**/
-    1198,
-/**/
-    1197,
-/**/
-    1196,
-/**/
-    1195,
-/**/
-    1194,
-/**/
-    1193,
-/**/
-    1192,
-/**/
-    1191,
-/**/
-    1190,
-/**/
-    1189,
-/**/
-    1188,
-/**/
-    1187,
-/**/
-    1186,
-/**/
-    1185,
-/**/
-    1184,
-/**/
-    1183,
-/**/
-    1182,
-/**/
-    1181,
-/**/
-    1180,
-/**/
-    1179,
-/**/
-    1178,
-/**/
-    1177,
-/**/
-    1176,
-/**/
-    1175,
-/**/
-    1174,
-/**/
-    1173,
-/**/
-    1172,
-/**/
-    1171,
-/**/
-    1170,
-/**/
-    1169,
-/**/
-    1168,
-/**/
-    1167,
-/**/
-    1166,
-/**/
-    1165,
-/**/
-    1164,
-/**/
-    1163,
-/**/
-    1162,
-/**/
-    1161,
-/**/
-    1160,
-/**/
-    1159,
-/**/
-    1158,
-/**/
-    1157,
-/**/
-    1156,
-/**/
-    1155,
-/**/
-    1154,
-/**/
-    1153,
-/**/
-    1152,
-/**/
-    1151,
-/**/
-    1150,
-/**/
-    1149,
-/**/
-    1148,
-/**/
-    1147,
-/**/
-    1146,
-/**/
-    1145,
-/**/
-    1144,
-/**/
-    1143,
-/**/
-    1142,
-/**/
-    1141,
-/**/
-    1140,
-/**/
-    1139,
-/**/
-    1138,
-/**/
-    1137,
-/**/
-    1136,
-/**/
-    1135,
-/**/
-    1134,
-/**/
-    1133,
-/**/
-    1132,
-/**/
-    1131,
-/**/
-    1130,
-/**/
-    1129,
-/**/
-    1128,
-/**/
-    1127,
-/**/
-    1126,
-/**/
-    1125,
-/**/
-    1124,
-/**/
-    1123,
-/**/
-    1122,
-/**/
-    1121,
-/**/
-    1120,
-/**/
-    1119,
-/**/
-    1118,
-/**/
-    1117,
-/**/
-    1116,
-/**/
-    1115,
-/**/
-    1114,
-/**/
-    1113,
-/**/
-    1112,
-/**/
-    1111,
-/**/
-    1110,
-/**/
-    1109,
-/**/
-    1108,
-/**/
-    1107,
-/**/
-    1106,
-/**/
-    1105,
-/**/
-    1104,
-/**/
-    1103,
-/**/
-    1102,
-/**/
-    1101,
-/**/
-    1100,
-/**/
-    1099,
-/**/
-    1098,
-/**/
-    1097,
-/**/
-    1096,
-/**/
-    1095,
-/**/
-    1094,
-/**/
-    1093,
-/**/
-    1092,
-/**/
-    1091,
-/**/
-    1090,
-/**/
-    1089,
-/**/
-    1088,
-/**/
-    1087,
-/**/
-    1086,
-/**/
-    1085,
-/**/
-    1084,
-/**/
-    1083,
-/**/
-    1082,
-/**/
-    1081,
-/**/
-    1080,
-/**/
-    1079,
-/**/
-    1078,
-/**/
-    1077,
-/**/
-    1076,
-/**/
-    1075,
-/**/
-    1074,
-/**/
-    1073,
-/**/
-    1072,
-/**/
-    1071,
-/**/
-    1070,
-/**/
-    1069,
-/**/
-    1068,
-/**/
-    1067,
-/**/
-    1066,
-/**/
-    1065,
-/**/
-    1064,
-/**/
-    1063,
-/**/
-    1062,
-/**/
-    1061,
-/**/
-    1060,
-/**/
-    1059,
-/**/
-    1058,
-/**/
-    1057,
-/**/
-    1056,
-/**/
-    1055,
-/**/
-    1054,
-/**/
-    1053,
-/**/
-    1052,
-/**/
-    1051,
-/**/
-    1050,
-/**/
-    1049,
-/**/
-    1048,
-/**/
-    1047,
-/**/
-    1046,
-/**/
-    1045,
-/**/
-    1044,
-/**/
-    1043,
-/**/
-    1042,
-/**/
-    1041,
-/**/
-    1040,
-/**/
-    1039,
-/**/
-    1038,
-/**/
-    1037,
-/**/
-    1036,
-/**/
-    1035,
-/**/
-    1034,
-/**/
-    1033,
-/**/
-    1032,
-/**/
-    1031,
-/**/
-    1030,
-/**/
-    1029,
-/**/
-    1028,
-/**/
-    1027,
-/**/
-    1026,
-/**/
-    1025,
-/**/
-    1024,
-/**/
-    1023,
-/**/
-    1022,
-/**/
-    1021,
-/**/
-    1020,
-/**/
-    1019,
-/**/
-    1018,
-/**/
-    1017,
-/**/
-    1016,
-/**/
-    1015,
-/**/
-    1014,
-/**/
-    1013,
-/**/
-    1012,
-/**/
-    1011,
-/**/
-    1010,
-/**/
-    1009,
-/**/
-    1008,
-/**/
-    1007,
-/**/
-    1006,
-/**/
-    1005,
-/**/
-    1004,
-/**/
-    1003,
-/**/
-    1002,
-/**/
-    1001,
-/**/
-    1000,
-/**/
-    999,
-/**/
-    998,
-/**/
-    997,
-/**/
-    996,
-/**/
-    995,
-/**/
-    994,
-/**/
-    993,
-/**/
-    992,
-/**/
-    991,
-/**/
-    990,
-/**/
-    989,
-/**/
-    988,
-/**/
-    987,
-/**/
-    986,
-/**/
-    985,
-/**/
-    984,
-/**/
-    983,
-/**/
-    982,
-/**/
-    981,
-/**/
-    980,
-/**/
-    979,
-/**/
-    978,
-/**/
-    977,
-/**/
-    976,
-/**/
-    975,
-/**/
-    974,
-/**/
-    973,
-/**/
-    972,
-/**/
-    971,
-/**/
-    970,
-/**/
-    969,
-/**/
-    968,
-/**/
-    967,
-/**/
-    966,
-/**/
-    965,
-/**/
-    964,
-/**/
-    963,
-/**/
-    962,
-/**/
-    961,
-/**/
-    960,
-/**/
-    959,
-/**/
-    958,
-/**/
-    957,
-/**/
-    956,
-/**/
-    955,
-/**/
-    954,
-/**/
-    953,
-/**/
-    952,
-/**/
-    951,
-/**/
-    950,
-/**/
-    949,
-/**/
-    948,
-/**/
-    947,
-/**/
-    946,
-/**/
-    945,
-/**/
-    944,
-/**/
-    943,
-/**/
-    942,
-/**/
-    941,
-/**/
-    940,
-/**/
-    939,
-/**/
-    938,
-/**/
-    937,
-/**/
-    936,
-/**/
-    935,
-/**/
-    934,
-/**/
-    933,
-/**/
-    932,
-/**/
-    931,
-/**/
-    930,
-/**/
-    929,
-/**/
-    928,
-/**/
-    927,
-/**/
-    926,
-/**/
-    925,
-/**/
-    924,
-/**/
-    923,
-/**/
-    922,
-/**/
-    921,
-/**/
-    920,
-/**/
-    919,
-/**/
-    918,
-/**/
-    917,
-/**/
-    916,
-/**/
-    915,
-/**/
-    914,
-/**/
-    913,
-/**/
-    912,
-/**/
-    911,
-/**/
-    910,
-/**/
-    909,
-/**/
-    908,
-/**/
-    907,
-/**/
-    906,
-/**/
-    905,
-/**/
-    904,
-/**/
-    903,
-/**/
-    902,
-/**/
-    901,
-/**/
-    900,
-/**/
-    899,
-/**/
-    898,
-/**/
-    897,
-/**/
-    896,
-/**/
-    895,
-/**/
-    894,
-/**/
-    893,
-/**/
-    892,
-/**/
-    891,
-/**/
-    890,
-/**/
-    889,
-/**/
-    888,
-/**/
-    887,
-/**/
-    886,
-/**/
-    885,
-/**/
-    884,
-/**/
-    883,
-/**/
-    882,
-/**/
-    881,
-/**/
-    880,
-/**/
-    879,
-/**/
-    878,
-/**/
-    877,
-/**/
-    876,
-/**/
-    875,
-/**/
-    874,
-/**/
-    873,
-/**/
-    872,
-/**/
-    871,
-/**/
-    870,
-/**/
-    869,
-/**/
-    868,
-/**/
-    867,
-/**/
-    866,
-/**/
-    865,
-/**/
-    864,
-/**/
-    863,
-/**/
-    862,
-/**/
-    861,
-/**/
-    860,
-/**/
-    859,
-/**/
-    858,
-/**/
-    857,
-/**/
-    856,
-/**/
-    855,
-/**/
-    854,
-/**/
-    853,
-/**/
-    852,
-/**/
-    851,
-/**/
-    850,
-/**/
-    849,
-/**/
-    848,
-/**/
-    847,
-/**/
-    846,
-/**/
-    845,
-/**/
-    844,
-/**/
-    843,
-/**/
-    842,
-/**/
-    841,
-/**/
-    840,
-/**/
-    839,
-/**/
-    838,
-/**/
-    837,
-/**/
-    836,
-/**/
-    835,
-/**/
-    834,
-/**/
-    833,
-/**/
-    832,
-/**/
-    831,
-/**/
-    830,
-/**/
-    829,
-/**/
-    828,
-/**/
-    827,
-/**/
-    826,
-/**/
-    825,
-/**/
-    824,
-/**/
-    823,
-/**/
-    822,
-/**/
-    821,
-/**/
-    820,
-/**/
-    819,
-/**/
-    818,
-/**/
-    817,
-/**/
-    816,
-/**/
-    815,
-/**/
-    814,
-/**/
-    813,
-/**/
-    812,
-/**/
-    811,
-/**/
-    810,
-/**/
-    809,
-/**/
-    808,
-/**/
-    807,
-/**/
-    806,
-/**/
-    805,
-/**/
-    804,
-/**/
-    803,
-/**/
-    802,
-/**/
-    801,
-/**/
-    800,
-/**/
-    799,
-/**/
-    798,
-/**/
-    797,
-/**/
-    796,
-/**/
-    795,
-/**/
-    794,
-/**/
-    793,
-/**/
-    792,
-/**/
-    791,
-/**/
-    790,
-/**/
-    789,
-/**/
-    788,
-/**/
-    787,
-/**/
-    786,
-/**/
-    785,
-/**/
-    784,
-/**/
-    783,
-/**/
-    782,
-/**/
-    781,
-/**/
-    780,
-/**/
-    779,
-/**/
-    778,
-/**/
-    777,
-/**/
-    776,
-/**/
-    775,
-/**/
-    774,
-/**/
-    773,
-/**/
-    772,
-/**/
-    771,
-/**/
-    770,
-/**/
-    769,
-/**/
-    768,
-/**/
-    767,
-/**/
-    766,
-/**/
-    765,
-/**/
-    764,
-/**/
-    763,
-/**/
-    762,
-/**/
-    761,
-/**/
-    760,
-/**/
-    759,
-/**/
-    758,
-/**/
-    757,
-/**/
-    756,
-/**/
-    755,
-/**/
-    754,
-/**/
-    753,
-/**/
-    752,
-/**/
-    751,
-/**/
-    750,
-/**/
-    749,
-/**/
-    748,
-/**/
-    747,
-/**/
-    746,
-/**/
-    745,
-/**/
-    744,
-/**/
-    743,
-/**/
-    742,
-/**/
-    741,
-/**/
-    740,
-/**/
-    739,
-/**/
-    738,
-/**/
-    737,
-/**/
-    736,
-/**/
-    735,
-/**/
-    734,
-/**/
-    733,
-/**/
-    732,
-/**/
-    731,
-/**/
-    730,
-/**/
-    729,
-/**/
-    728,
-/**/
-    727,
-/**/
-    726,
-/**/
-    725,
-/**/
-    724,
-/**/
-    723,
-/**/
-    722,
-/**/
-    721,
-/**/
-    720,
-/**/
-    719,
-/**/
-    718,
-/**/
-    717,
-/**/
-    716,
-/**/
-    715,
-/**/
-    714,
-/**/
-    713,
-/**/
-    712,
-/**/
-    711,
-/**/
-    710,
-/**/
-    709,
-/**/
-    708,
-/**/
-    707,
-/**/
-    706,
-/**/
-    705,
-/**/
-    704,
-/**/
-    703,
-/**/
-    702,
-/**/
-    701,
-/**/
-    700,
-/**/
-    699,
-/**/
-    698,
-/**/
-    697,
-/**/
-    696,
-/**/
-    695,
-/**/
-    694,
-/**/
-    693,
-/**/
-    692,
-/**/
-    691,
-/**/
-    690,
-/**/
-    689,
-/**/
-    688,
-/**/
-    687,
-/**/
-    686,
-/**/
-    685,
-/**/
-    684,
-/**/
-    683,
-/**/
-    682,
-/**/
-    681,
-/**/
-    680,
-/**/
-    679,
-/**/
-    678,
-/**/
-    677,
-/**/
-    676,
-/**/
-    675,
-/**/
-    674,
-/**/
-    673,
-/**/
-    672,
-/**/
-    671,
-/**/
-    670,
-/**/
-    669,
-/**/
-    668,
-/**/
-    667,
-/**/
-    666,
-/**/
-    665,
-/**/
-    664,
-/**/
-    663,
-/**/
-    662,
-/**/
-    661,
-/**/
-    660,
-/**/
-    659,
-/**/
-    658,
-/**/
-    657,
-/**/
-    656,
-/**/
-    655,
-/**/
-    654,
-/**/
-    653,
-/**/
-    652,
-/**/
-    651,
-/**/
-    650,
-/**/
-    649,
-/**/
-    648,
-/**/
-    647,
-/**/
-    646,
-/**/
-    645,
-/**/
-    644,
-/**/
-    643,
-/**/
-    642,
-/**/
-    641,
-/**/
-    640,
-/**/
-    639,
-/**/
-    638,
-/**/
-    637,
-/**/
-    636,
-/**/
-    635,
-/**/
-    634,
-/**/
-    633,
-/**/
-    632,
-/**/
-    631,
-/**/
-    630,
-/**/
-    629,
-/**/
-    628,
-/**/
-    627,
-/**/
-    626,
-/**/
-    625,
-/**/
-    624,
-/**/
-    623,
-/**/
-    622,
-/**/
-    621,
-/**/
-    620,
-/**/
-    619,
-/**/
-    618,
-/**/
-    617,
-/**/
-    616,
-/**/
-    615,
-/**/
-    614,
-/**/
-    613,
-/**/
-    612,
-/**/
-    611,
-/**/
-    610,
-/**/
-    609,
-/**/
-    608,
-/**/
-    607,
-/**/
-    606,
-/**/
-    605,
-/**/
-    604,
-/**/
-    603,
-/**/
-    602,
-/**/
-    601,
-/**/
-    600,
-/**/
-    599,
-/**/
-    598,
-/**/
-    597,
-/**/
-    596,
-/**/
-    595,
-/**/
-    594,
-/**/
-    593,
-/**/
-    592,
-/**/
-    591,
-/**/
-    590,
-/**/
-    589,
-/**/
-    588,
-/**/
-    587,
-/**/
-    586,
-/**/
-    585,
-/**/
-    584,
-/**/
-    583,
-/**/
-    582,
-/**/
-    581,
-/**/
-    580,
-/**/
-    579,
-/**/
-    578,
-/**/
-    577,
-/**/
-    576,
-/**/
-    575,
-/**/
-    574,
-/**/
-    573,
-/**/
-    572,
-/**/
-    571,
-/**/
-    570,
-/**/
-    569,
-/**/
-    568,
-/**/
-    567,
-/**/
-    566,
-/**/
-    565,
-/**/
-    564,
-/**/
-    563,
-/**/
-    562,
-/**/
-    561,
-/**/
-    560,
-/**/
-    559,
-/**/
-    558,
-/**/
-    557,
-/**/
-    556,
-/**/
-    555,
-/**/
-    554,
-/**/
-    553,
-/**/
-    552,
-/**/
-    551,
-/**/
-    550,
-/**/
-    549,
-/**/
-    548,
-/**/
-    547,
-/**/
-    546,
-/**/
-    545,
-/**/
-    544,
-/**/
-    543,
-/**/
-    542,
-/**/
-    541,
-/**/
-    540,
-/**/
-    539,
-/**/
-    538,
-/**/
-    537,
-/**/
-    536,
-/**/
-    535,
-/**/
-    534,
-/**/
-    533,
-/**/
-    532,
-/**/
-    531,
-/**/
-    530,
-/**/
-    529,
-/**/
-    528,
-/**/
-    527,
-/**/
-    526,
-/**/
-    525,
-/**/
-    524,
-/**/
-    523,
-/**/
-    522,
-/**/
-    521,
-/**/
-    520,
-/**/
-    519,
-/**/
-    518,
-/**/
-    517,
-/**/
-    516,
-/**/
-    515,
-/**/
-    514,
-/**/
-    513,
-/**/
-    512,
-/**/
-    511,
-/**/
-    510,
-/**/
-    509,
-/**/
-    508,
-/**/
-    507,
-/**/
-    506,
-/**/
-    505,
-/**/
-    504,
-/**/
-    503,
-/**/
-    502,
-/**/
-    501,
-/**/
-    500,
-/**/
-    499,
-/**/
-    498,
-/**/
-    497,
-/**/
-    496,
-/**/
-    495,
-/**/
-    494,
-/**/
-    493,
-/**/
-    492,
-/**/
-    491,
-/**/
-    490,
-/**/
-    489,
-/**/
-    488,
-/**/
-    487,
-/**/
-    486,
-/**/
-    485,
-/**/
-    484,
-/**/
-    483,
-/**/
-    482,
-/**/
-    481,
-/**/
-    480,
-/**/
-    479,
-/**/
-    478,
-/**/
-    477,
-/**/
-    476,
-/**/
-    475,
-/**/
-    474,
-/**/
-    473,
-/**/
-    472,
-/**/
-    471,
-/**/
-    470,
-/**/
-    469,
-/**/
-    468,
-/**/
-    467,
-/**/
-    466,
-/**/
-    465,
-/**/
-    464,
-/**/
-    463,
-/**/
-    462,
-/**/
-    461,
-/**/
-    460,
-/**/
-    459,
-/**/
-    458,
-/**/
-    457,
-/**/
-    456,
-/**/
-    455,
-/**/
-    454,
-/**/
-    453,
-/**/
-    452,
-/**/
-    451,
-/**/
-    450,
-/**/
-    449,
-/**/
-    448,
-/**/
-    447,
-/**/
-    446,
-/**/
-    445,
-/**/
-    444,
-/**/
-    443,
-/**/
-    442,
-/**/
-    441,
-/**/
-    440,
-/**/
-    439,
-/**/
-    438,
-/**/
-    437,
-/**/
-    436,
-/**/
-    435,
-/**/
-    434,
-/**/
-    433,
-/**/
-    432,
-/**/
-    431,
-/**/
-    430,
-/**/
-    429,
-/**/
-    428,
-/**/
-    427,
-/**/
-    426,
-/**/
-    425,
-/**/
-    424,
-/**/
-    423,
-/**/
-    422,
-/**/
-    421,
-/**/
-    420,
-/**/
-    419,
-/**/
-    418,
-/**/
-    417,
-/**/
-    416,
-/**/
-    415,
-/**/
-    414,
-/**/
-    413,
-/**/
-    412,
-/**/
-    411,
-/**/
-    410,
-/**/
-    409,
-/**/
-    408,
-/**/
-    407,
-/**/
-    406,
-/**/
-    405,
-/**/
-    404,
-/**/
-    403,
-/**/
-    402,
-/**/
-    401,
-/**/
-    400,
-/**/
-    399,
-/**/
-    398,
-/**/
-    397,
-/**/
-    396,
-/**/
-    395,
-/**/
-    394,
-/**/
-    393,
-/**/
-    392,
-/**/
-    391,
-/**/
-    390,
-/**/
-    389,
-/**/
-    388,
-/**/
-    387,
-/**/
-    386,
-/**/
-    385,
-/**/
-    384,
-/**/
-    383,
-/**/
-    382,
-/**/
-    381,
-/**/
-    380,
-/**/
-    379,
-/**/
-    378,
-/**/
-    377,
-/**/
-    376,
-/**/
-    375,
-/**/
-    374,
-/**/
-    373,
-/**/
-    372,
-/**/
-    371,
-/**/
-    370,
-/**/
-    369,
-/**/
-    368,
-/**/
-    367,
-/**/
-    366,
-/**/
-    365,
-/**/
-    364,
-/**/
-    363,
-/**/
-    362,
-/**/
-    361,
-/**/
-    360,
-/**/
-    359,
-/**/
-    358,
-/**/
-    357,
-/**/
-    356,
-/**/
-    355,
-/**/
-    354,
-/**/
-    353,
-/**/
-    352,
-/**/
-    351,
-/**/
-    350,
-/**/
-    349,
-/**/
-    348,
-/**/
-    347,
-/**/
-    346,
-/**/
-    345,
-/**/
-    344,
-/**/
-    343,
-/**/
-    342,
-/**/
-    341,
-/**/
-    340,
-/**/
-    339,
-/**/
-    338,
-/**/
-    337,
-/**/
-    336,
-/**/
-    335,
-/**/
-    334,
-/**/
-    333,
-/**/
-    332,
-/**/
-    331,
-/**/
-    330,
-/**/
-    329,
-/**/
-    328,
-/**/
-    327,
-/**/
-    326,
-/**/
-    325,
-/**/
-    324,
-/**/
-    323,
-/**/
-    322,
-/**/
-    321,
-/**/
-    320,
-/**/
-    319,
-/**/
-    318,
-/**/
-    317,
-/**/
-    316,
-/**/
-    315,
-/**/
-    314,
-/**/
-    313,
-/**/
-    312,
-/**/
-    311,
-/**/
-    310,
-/**/
-    309,
-/**/
-    308,
-/**/
-    307,
-/**/
-    306,
-/**/
-    305,
-/**/
-    304,
-/**/
-    303,
-/**/
-    302,
-/**/
-    301,
-/**/
-    300,
-/**/
-    299,
-/**/
-    298,
-/**/
-    297,
-/**/
-    296,
-/**/
-    295,
-/**/
-    294,
-/**/
-    293,
-/**/
-    292,
-/**/
-    291,
-/**/
-    290,
-/**/
-    289,
-/**/
-    288,
-/**/
-    287,
-/**/
-    286,
-/**/
-    285,
-/**/
-    284,
-/**/
-    283,
-/**/
-    282,
-/**/
-    281,
-/**/
-    280,
-/**/
-    279,
-/**/
-    278,
-/**/
-    277,
-/**/
-    276,
-/**/
-    275,
-/**/
-    274,
-/**/
-    273,
-/**/
-    272,
-/**/
-    271,
-/**/
-    270,
-/**/
-    269,
-/**/
-    268,
-/**/
-    267,
-/**/
-    266,
-/**/
-    265,
-/**/
-    264,
-/**/
-    263,
-/**/
-    262,
-/**/
-    261,
-/**/
-    260,
-/**/
-    259,
-/**/
-    258,
-/**/
-    257,
-/**/
-    256,
-/**/
-    255,
-/**/
-    254,
-/**/
-    253,
-/**/
-    252,
-/**/
-    251,
-/**/
-    250,
-/**/
-    249,
-/**/
-    248,
-/**/
-    247,
-/**/
-    246,
-/**/
-    245,
-/**/
-    244,
-/**/
-    243,
-/**/
-    242,
-/**/
-    241,
-/**/
-    240,
-/**/
-    239,
-/**/
-    238,
-/**/
-    237,
-/**/
-    236,
-/**/
-    235,
-/**/
-    234,
-/**/
-    233,
-/**/
-    232,
-/**/
-    231,
-/**/
-    230,
-/**/
-    229,
-/**/
-    228,
-/**/
-    227,
-/**/
-    226,
-/**/
-    225,
-/**/
-    224,
-/**/
-    223,
-/**/
-    222,
-/**/
-    221,
-/**/
-    220,
-/**/
-    219,
-/**/
-    218,
-/**/
-    217,
-/**/
-    216,
-/**/
-    215,
-/**/
-    214,
-/**/
-    213,
-/**/
-    212,
-/**/
-    211,
-/**/
-    210,
-/**/
-    209,
-/**/
-    208,
-/**/
-    207,
-/**/
-    206,
-/**/
-    205,
-/**/
-    204,
-/**/
-    203,
-/**/
-    202,
-/**/
-    201,
-/**/
-    200,
-/**/
-    199,
-/**/
-    198,
-/**/
-    197,
-/**/
-    196,
-/**/
-    195,
-/**/
-    194,
-/**/
-    193,
-/**/
-    192,
-/**/
-    191,
-/**/
-    190,
-/**/
-    189,
-/**/
-    188,
-/**/
-    187,
-/**/
-    186,
-/**/
-    185,
-/**/
-    184,
-/**/
-    183,
-/**/
-    182,
-/**/
-    181,
-/**/
-    180,
-/**/
-    179,
-/**/
-    178,
-/**/
-    177,
-/**/
-    176,
-/**/
-    175,
-/**/
-    174,
-/**/
-    173,
-/**/
-    172,
-/**/
-    171,
-/**/
-    170,
-/**/
-    169,
-/**/
-    168,
-/**/
-    167,
-/**/
-    166,
-/**/
-    165,
-/**/
-    164,
-/**/
-    163,
-/**/
-    162,
-/**/
-    161,
-/**/
-    160,
-/**/
-    159,
-/**/
-    158,
-/**/
-    157,
-/**/
-    156,
-/**/
-    155,
-/**/
-    154,
-/**/
-    153,
-/**/
-    152,
-/**/
-    151,
-/**/
-    150,
-/**/
-    149,
-/**/
-    148,
-/**/
-    147,
-/**/
-    146,
-/**/
-    145,
-/**/
-    144,
-/**/
-    143,
-/**/
-    142,
-/**/
-    141,
-/**/
-    140,
-/**/
-    139,
-/**/
-    138,
-/**/
-    137,
-/**/
-    136,
-/**/
-    135,
-/**/
-    134,
-/**/
-    133,
-/**/
-    132,
-/**/
-    131,
-/**/
-    130,
-/**/
-    129,
-/**/
-    128,
-/**/
-    127,
-/**/
-    126,
-/**/
-    125,
-/**/
-    124,
-/**/
-    123,
-/**/
-    122,
-/**/
-    121,
-/**/
-    120,
-/**/
-    119,
-/**/
-    118,
-/**/
-    117,
-/**/
-    116,
-/**/
-    115,
-/**/
-    114,
-/**/
-    113,
-/**/
-    112,
-/**/
-    111,
-/**/
-    110,
-/**/
-    109,
-/**/
-    108,
-/**/
-    107,
-/**/
-    106,
-/**/
-    105,
-/**/
-    104,
-/**/
-    103,
-/**/
-    102,
-/**/
-    101,
-/**/
-    100,
-/**/
-    99,
-/**/
-    98,
-/**/
-    97,
-/**/
-    96,
-/**/
-    95,
-/**/
-    94,
-/**/
-    93,
-/**/
-    92,
-/**/
-    91,
-/**/
-    90,
-/**/
-    89,
-/**/
-    88,
-/**/
-    87,
-/**/
-    86,
-/**/
-    85,
-/**/
-    84,
-/**/
-    83,
-/**/
-    82,
-/**/
-    81,
-/**/
-    80,
-/**/
-    79,
-/**/
-    78,
-/**/
-    77,
-/**/
-    76,
-/**/
-    75,
-/**/
-    74,
-/**/
-    73,
-/**/
-    72,
-/**/
-    71,
-/**/
-    70,
-/**/
-    69,
-/**/
-    68,
-/**/
-    67,
-/**/
-    66,
-/**/
-    65,
-/**/
-    64,
-/**/
-    63,
-/**/
-    62,
-/**/
-    61,
-/**/
-    60,
-/**/
-    59,
-/**/
-    58,
-/**/
-    57,
-/**/
-    56,
-/**/
-    55,
-/**/
-    54,
-/**/
-    53,
-/**/
-    52,
-/**/
-    51,
-/**/
-    50,
-/**/
-    49,
-/**/
-    48,
-/**/
-    47,
-/**/
-    46,
-/**/
-    45,
-/**/
-    44,
-/**/
-    43,
-/**/
-    42,
-/**/
-    41,
-/**/
-    40,
-/**/
-    39,
-/**/
-    38,
-/**/
-    37,
-/**/
-    36,
-/**/
-    35,
-/**/
-    34,
-/**/
-    33,
-/**/
-    32,
-/**/
-    31,
-/**/
-    30,
-/**/
-    29,
-/**/
-    28,
-/**/
-    27,
-/**/
-    26,
-/**/
-    25,
-/**/
-    24,
-/**/
-    23,
-/**/
-    22,
-/**/
-    21,
-/**/
-    20,
-/**/
-    19,
-/**/
-    18,
-/**/
-    17,
-/**/
-    16,
-/**/
-    15,
-/**/
-    14,
-/**/
-    13,
-/**/
-    12,
-/**/
-    11,
-/**/
-    10,
-/**/
-    9,
-/**/
-    8,
-/**/
-    7,
-/**/
-    6,
-/**/
-    5,
-/**/
-    4,
-/**/
-    3,
-/**/
-    2,
-/**/
-    1,
 /**/
     0
 };
index cf115100f1a3e6e961de2d9bce78cfe632f2014a..62c12b0fc20909946a944fc8ebf653db4b840ce4 100644 (file)
  * This doesn't use string concatenation, some compilers don't support it.
  */
 
-#define VIM_VERSION_MAJOR               7
-#define VIM_VERSION_MAJOR_STR          "7"
-#define VIM_VERSION_MINOR               4
-#define VIM_VERSION_MINOR_STR          "4"
+#define VIM_VERSION_MAJOR               8
+#define VIM_VERSION_MAJOR_STR          "8"
+#define VIM_VERSION_MINOR               0
+#define VIM_VERSION_MINOR_STR          "0"
 #define VIM_VERSION_100            (VIM_VERSION_MAJOR * 100 + VIM_VERSION_MINOR)
 
-#define VIM_VERSION_BUILD               280
-#define VIM_VERSION_BUILD_BCD          0x118
-#define VIM_VERSION_BUILD_STR          "280"
+#define VIM_VERSION_BUILD               281
+#define VIM_VERSION_BUILD_BCD          0x119
+#define VIM_VERSION_BUILD_STR          "281"
 #define VIM_VERSION_PATCHLEVEL          0
 #define VIM_VERSION_PATCHLEVEL_STR     "0"
 /* Used by MacOS port should be one of: development, alpha, beta, final */
@@ -33,8 +33,8 @@
  * VIM_VERSION_MEDIUM is used for the startup-screen.
  * VIM_VERSION_LONG is used for the ":version" command and "Vim -h".
  */
-#define VIM_VERSION_NODOT      "vim74"
-#define VIM_VERSION_SHORT      "7.4"
-#define VIM_VERSION_MEDIUM     "7.4"
-#define VIM_VERSION_LONG       "VIM - Vi IMproved 7.4 (2013 Aug 10)"
-#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.4 (2013 Aug 10, compiled "
+#define VIM_VERSION_NODOT      "vim80"
+#define VIM_VERSION_SHORT      "8.0"
+#define VIM_VERSION_MEDIUM     "8.0"
+#define VIM_VERSION_LONG       "VIM - Vi IMproved 8.0 (2016 Sep 12)"
+#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 8.0 (2016 Sep 12, compiled "
index a3edae95b937e36eb54058c67ce45982b1dc1aa3..7ae7f8de98438bf0e46420a437c0a88c579053fc 100644 (file)
@@ -1,4 +1,4 @@
 CODE PRELOAD EXECUTEONLY
 DATA MULTIPLE SHARED
-DESCRIPTION 'Vim 7.4'
+DESCRIPTION 'Vim 8.0'
 HEAPSIZE 0,0