]> granicus.if.org Git - vim/commitdiff
updated for version 7.0 v7.0
authorBram Moolenaar <Bram@vim.org>
Sun, 7 May 2006 15:16:06 +0000 (15:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 May 2006 15:16:06 +0000 (15:16 +0000)
156 files changed:
Contents
Makefile
README.txt
README_ami.txt
README_amibin.txt
README_amisrc.txt
README_bindos.txt
README_dos.txt
README_extra.txt
README_lang.txt
README_mac.txt
README_ole.txt
README_os2.txt
README_os390.txt
README_src.txt
README_srcdos.txt
README_unix.txt
README_vms.txt
README_w32s.txt
nsis/gvim.nsi
runtime/doc/arabic.txt
runtime/doc/autocmd.txt
runtime/doc/change.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/getscript.txt
runtime/doc/gui.txt
runtime/doc/gui_w16.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/howto.txt
runtime/doc/if_cscop.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/sql.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.nsis.txt [deleted file]
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/vi_diff.txt
runtime/doc/visual.txt
runtime/doc/windows.txt
runtime/doc/workshop.txt
runtime/macros/less.vim
runtime/syntax/python.vim
src/GvimExt/GvimExt.reg
src/Makefile
src/edit.c
src/version.h

index 29d4078852394a5136f5c8fbb2ea4951e76e9550..6b260e1f9664dfcc46de140c2544f4e58dedb39f 100644 (file)
--- a/Contents
+++ b/Contents
@@ -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.0g.  Also runs under UNIX, MSDOS and other systems.
-               vim70grt.tgz  contains the documentation and syntax files.
-               vim70gbin.tgz contains the binaries.
-               vim70gsrc.tgz contains the sources.
+               Version 7.0.  Also runs under UNIX, MSDOS and other systems.
+               vim70rt.tgz  contains the documentation and syntax files.
+               vim70bin.tgz contains the binaries.
+               vim70src.tgz contains the sources.
                Author: Bram Moolenaar et al.
 
 
index 24745fb9315d342321f411d02858a2e757172202..d2ddc8e7435c9def3cfe9c9ef6a160c1f8710963 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ all install uninstall tools config configure proto depend lint tags types test t
 #    Before creating an archive first delete all backup files, *.orig, etc.
 
 MAJOR = 7
-MINOR = 0g
+MINOR = 0
 
 # Uncomment this line if the Win32s version is to be included.
 DOSBIN_S =  dosbin_s
index 2db71831923e6b0ff6d2cede9853df2e03ccfccc..3289023d8942dd6ed9b7e9a0ba333ea3661acfbb 100644 (file)
@@ -1,4 +1,4 @@
-README.txt for version 7.0g of Vim: Vi IMproved.
+README.txt for version 7.0 of Vim: Vi IMproved.
 
 
 WHAT IS VIM
index e4e9724ba9d434d9e5098523317dc96921a38827..9afd8f9150233d4452fc89dd93c3199fbf7398b7 100644 (file)
@@ -1,4 +1,4 @@
-README_ami.txt for version 7.0g of Vim: Vi IMproved.
+README_ami.txt for version 7.0 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on Amiga systems.
 See README.txt for general information about Vim.
index b3a832f697e91114faff2fafdd1360835553f15e..c6bf424ba7b4b11be51becd23281001ecc18668c 100644 (file)
@@ -1,4 +1,4 @@
-README_amibin.txt for version 7.0g of Vim: Vi IMproved.
+README_amibin.txt for version 7.0 of Vim: Vi IMproved.
 
 See "README.txt" for general information about Vim.
 See "README_ami.txt" for installation instructions for the Amiga.
index cb31fc35ab0a224e730d7a9a9b1444f8d1f4ab68..bacc074c07983e641ee1a782b3ad962dfb4a0c58 100644 (file)
@@ -1,4 +1,4 @@
-README_amisrc.txt for version 7.0g of Vim: Vi IMproved.
+README_amisrc.txt for version 7.0 of Vim: Vi IMproved.
 
 See "README.txt" for general information about Vim.
 See "README_ami.txt" for installation instructions for the Amiga.
index e7d1c8d32f9cd0a94d371f6e9a2c2d4e4d4a7e58..0dd786c0d1d66d745378abbb90b73e3cf2719c9c 100644 (file)
@@ -1,19 +1,19 @@
-README_bindos.txt for version 7.0g of Vim: Vi IMproved.
+README_bindos.txt for version 7.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 (vim60rt.zip).
+These files are in the runtime archive (vim70rt.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):
-       vim60d16.zip    16 bit DOS version
-       vim60d32.zip    32 bit DOS version
-       vim60w32.zip    Windows 95/98/NT/etc. console version
-       gvim60.zip      Windows 95/98/NT/etc. GUI version
-       gvim60ole.zip   Windows 95/98/NT/etc. GUI version with OLE
-       gvim60_s.zip    Windows 3.1 GUI version
+       vim70d16.zip    16 bit DOS version
+       vim70d32.zip    32 bit DOS version
+       vim70w32.zip    Windows 95/98/NT/etc. console version
+       gvim70.zip      Windows 95/98/NT/etc. GUI version
+       gvim70ole.zip   Windows 95/98/NT/etc. GUI version with OLE
+       gvim70_s.zip    Windows 3.1 GUI version
 
-You MUST also get the runtime archive (vim60rt.zip).
-The sources are also available (vim60src.zip).
+You MUST also get the runtime archive (vim70rt.zip).
+The sources are also available (vim70src.zip).
index d427b0ab76b05824cca994d12e33872a5d1b57e3..c153e5392bb2a60ca2f1c5e073e319503c92ea19 100644 (file)
@@ -1,4 +1,4 @@
-README_dos.txt for version 7.0g of Vim: Vi IMproved.
+README_dos.txt for version 7.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.
@@ -47,13 +47,13 @@ These are the normal steps to install Vim from the .zip archives:
    Binary and runtime Vim archives are normally unpacked in the same location,
    on top of each other.
 
-2. Unpack the zip archives.  This will create a new directory "vim\vim60",
+2. Unpack the zip archives.  This will create a new directory "vim\vim70",
    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 gvim60.zip
-       unzip vim60w32.zip
+       pkunzip -d gvim70.zip
+       unzip vim70w32.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\vim60
+       cd vim\vim70
    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\vim60
-       set path=%path%;D:\editors\vim\vim60
+       set path=%path%;C:\vim\vim70
+       set path=%path%;D:\editors\vim\vim70
    - Create entries for Vim on the desktop and in the Start menu.
 
 That's it!
@@ -94,7 +94,7 @@ Remarks:
   point to the top directory of your Vim files.  Example:
     set VIM=C:\editors\vim
   Vim version 6.0 will look for your vimrc file in $VIM, and for the runtime
-  files in $VIM/vim60.  See ":help $VIM" for more information.
+  files in $VIM/vim70.  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\vim60\vim.exe            The Vim version 6.0 executable.
-       C:\vim\vim60\doc\*.txt          The version 6.0 documentation files.
-       C:\vim\vim60\bugreport.vim      A Vim version 6.0 script.
-       C:\vim\vim60\...                Other version 6.0 distributed files.
+       C:\vim\vim70\vim.exe            The Vim version 6.0 executable.
+       C:\vim\vim70\doc\*.txt          The version 6.0 documentation files.
+       C:\vim\vim70\bugreport.vim      A Vim version 6.0 script.
+       C:\vim\vim70\...                Other version 6.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\vim60".  Don't add
-  "vim60" to $VIM, that won't work.
+  Then $VIMRUNTIME will automatically be set to "$VIM\vim70".  Don't add
+  "vim70" 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\vim60\vim.exe
-       C:\command.com /c D:\editors\vim\vim60\vim.exe
+       C:\command.com /c C:\vim\vim70\vim.exe
+       C:\command.com /c D:\editors\vim\vim70\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 33cb2c5f2cd0ec464d6a9e62d094f83a5e885e55..a1de23fb4d1bdf1f1c037391a04eb49186e17260 100644 (file)
@@ -1,17 +1,17 @@
-README_extra.txt for version 7.0g of Vim: Vi IMproved.
+README_extra.txt for version 7.0 of Vim: Vi IMproved.
 
 The extra archive of Vim is to be used in combination with the source archive
-(vim-6.0-src.tar.gz).  The extra archive is useless without it.
+(vim-7.0-src.tar.gz).  The extra archive is useless without it.
 
 For more information, see the "README.txt" file that comes with the runtime
-archive (vim-6.0-rt.tar.gz).  To be able to run Vim you MUST get the runtime
+archive (vim-7.0-rt.tar.gz).  To be able to run Vim you MUST get the runtime
 archive too!
 
 The extra archive plus the source and runtime achives make up the complete
 sources of Vim for all systems.
 
 
-The extra archive contains:
+Some of the things that the extra archive contains:
 
 Farsi          Files for the Farsi (persian) language.  If you don't know
                what Farsi is, this is not for you.
@@ -19,7 +19,6 @@ Farsi         Files for the Farsi (persian) language.  If you don't know
 if_sniff       Interface to SNiFF.  If you don't know what SNiFF is, this is
                not for you.
 
-gui_amiga
 os_amiga       Files for the Amiga port.
 
 gui_riscos
@@ -45,7 +44,8 @@ os_w32
 os_win32       Files for the Win32 port.
 
 gui_w32                Files for the Win32 GUI.
-Gvim_vc.mak    MS Visual C++ makefile for the Win32 GUI.
+gui_w48                Files for the Win32 and Win16 GUI.
+Make_mvc.mak   MS Visual C++ makefile for the Win32 GUI.
 rgb.txt                File with color definitions for the Win32 GUI.
 
 if_ole         OLE automation interface, for MS Windows 95 and NT.
index 8080e78c868f0426660ff119e796b184149f8915..5633a08f0a5875f9371372770c5cadf0dedb39f7 100644 (file)
@@ -1,4 +1,4 @@
-README_lang.txt for version 7.0g of Vim: Vi IMproved.
+README_lang.txt for version 7.0 of Vim: Vi IMproved.
 
 This file contains files for non-English languages:
 - Translated messages.
index 3376a1d97dbd5b860344c9437b3417fb683a15fa..39857110a20f62355152bf64d4d8514b223dea64 100644 (file)
@@ -1,4 +1,4 @@
-README_mac.txt for version 7.0g of Vim: Vi IMproved.
+README_mac.txt for version 7.0 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on Macintosh systems.
 See "README.txt" for general information about Vim.
index ddd09622d49272fc69917925e3e4c9d9889a4818..4e8ba470d2950dbb31d5e8e7db6b5dee90ed1b4f 100644 (file)
@@ -1,4 +1,4 @@
-README_ole.txt for version 7.0g of Vim: Vi IMproved.
+README_ole.txt for version 7.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 8c668fd8d57f7f756bca1c4f0af7d04b33d62f0b..d4d94572b6939e880bad539bb3096cbf6889549a 100644 (file)
@@ -1,4 +1,4 @@
-README_os2.txt for version 7.0g of Vim: Vi IMproved.
+README_os2.txt for version 7.0 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on OS/2 systems.
 See "README.txt" for general information about Vim.
index 1f3153e51d12dff61ac60acb8df7f923e864b402..e0a733e0f993b19cdd4a1c0ffe260079222ac434 100644 (file)
@@ -1,4 +1,4 @@
-README_os_390.txt for version 7.0g of Vim: Vi IMproved.
+README_os_390.txt for version 7.0 of Vim: Vi IMproved.
 
 Welcome to the OS/390 Unix port of VIM.
 
index ec49c7d74616bdd5fcfddd765439733eb5ce7df9..2d9888a5f41f4dc2a9231ad30b80a8b1644b2fc0 100644 (file)
@@ -1,10 +1,10 @@
-README_src.txt for version 7.0g of Vim: Vi IMproved.
+README_src.txt for version 7.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).  It is also used for other
-systems in combination with the extra archive (vim-6.0-extra.tar.gz, in the
+systems in combination with the extra archive (vim-7.0-extra.tar.gz, in the
 "extra" directory of ftp.vim.org).
 
 For more information, see the README.txt file that comes with the runtime
-archive (vim-6.0-rt.tar.gz).  To be able to run Vim you MUST get the runtime
+archive (vim-7.0-rt.tar.gz).  To be able to run Vim you MUST get the runtime
 archive too!
index 27a4e426f0daea0a986b589e991bbedcec7937cf..cf05d63cd779d29fb115413b9aa0349c452d8ea5 100644 (file)
@@ -1,8 +1,8 @@
-README_srcdos.txt for version 7.0g of Vim: Vi IMproved.
+README_srcdos.txt for version 7.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 (vim60rt.zip).
+These files are in the runtime archive (vim70rt.zip).
 
 
 The DOS source archive contains the files needed to compile Vim on MS-DOS or
index 38bc9b81cf2b707fd9a4caecf0a4f6f03876e1b9..262ff079ae5641b06ebb3ff714fa42c207f7e658 100644 (file)
@@ -1,4 +1,4 @@
-README_unix.txt for version 7.0g of Vim: Vi IMproved.
+README_unix.txt for version 7.0 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on Unix systems.
 See "README.txt" for general information about Vim.
index ba45d7379659fff3026b18ad674ec497dbc60145..6471b52fd85b40c152b6ccb534bba7a409bb836d 100644 (file)
@@ -1,4 +1,4 @@
-README_vms.txt for version 7.0g of Vim: Vi IMproved.
+README_vms.txt for version 7.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 7245e2abdb21170af299eba7f81585eddb83cb7e..7128b3f9c60614b9167e3e983377c9a074a604b7 100644 (file)
@@ -1,4 +1,4 @@
-README_w32s.txt for version 7.0g of Vim: Vi IMproved.
+README_w32s.txt for version 7.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 05d63e61d20c1c93a1561ce017c3d64929abd1f0..1ddae270bbab289b7109368d235017e5d7b971db 100644 (file)
@@ -22,7 +22,7 @@
 !define HAVE_NLS
 
 !define VER_MAJOR 7
-!define VER_MINOR 0g
+!define VER_MINOR 0
 
 # ----------- No configurable settings below this line -----------
 
index f13a6638b0a5ce0c28e55ac2b4c35a80387a2e87..2dda3ca0e20448afe18f6e6ebab997458ca8df7b 100644 (file)
@@ -1,4 +1,4 @@
-*arabic.txt*   For Vim version 7.0g.  Last change: 2005 Mar 29
+*arabic.txt*   For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Nadim Shaikli
index 52dc026431d0921364d06377af2a280a3a1c6b9e..1144af8478e750ac3a301af9b52aaa590c604da9 100644 (file)
@@ -1,4 +1,4 @@
-*autocmd.txt*   For Vim version 7.0g.  Last change: 2006 May 06
+*autocmd.txt*   For Vim version 7.0.  Last change: 2006 May 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 9c67953bd97265f4155443734add4c111cecd9ed..01f9a4bf989928982ef5b832a1a86e71dd4b399d 100644 (file)
@@ -1,4 +1,4 @@
-*change.txt*    For Vim version 7.0g.  Last change: 2006 May 05
+*change.txt*    For Vim version 7.0.  Last change: 2006 May 05
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 44f6857cd97724d351ccd82080c141a807867802..414ef429a7a8f02ac7734b806f98de361e29b5a0 100644 (file)
@@ -1,4 +1,4 @@
-*cmdline.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*cmdline.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index f93837136e600f4841df1dce7ac5c5fa070347af..599e181382161969d8772ae29c0e5cdf5c5e7719 100644 (file)
@@ -1,4 +1,4 @@
-*debug.txt*     For Vim version 7.0g.  Last change: 2006 May 01
+*debug.txt*     For Vim version 7.0.  Last change: 2006 May 01
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 92453b6f8ff9b4e4761b31c446bd2cc4a9f52c7e..d7268209dc8340bf900609d9fb1e637d7e4b636e 100644 (file)
@@ -1,4 +1,4 @@
-*debugger.txt*  For Vim version 7.0g.  Last change: 2005 Mar 29
+*debugger.txt*  For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur
index 5104859c6693a39bb1cc536d4fedb0e4d86c7476..1d1c6cae5e3f90a22282199d64d2c1ebb9bc1159 100644 (file)
@@ -1,4 +1,4 @@
-*develop.txt*   For Vim version 7.0g.  Last change: 2006 Mar 09
+*develop.txt*   For Vim version 7.0.  Last change: 2006 Mar 09
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index b4904600638de59f48502330d07ec9e952fd35ec..a0e8053a4e749901c1fa41101a5ebbb5bc5cbf54 100644 (file)
@@ -1,4 +1,4 @@
-*diff.txt*      For Vim version 7.0g.  Last change: 2006 Apr 14
+*diff.txt*      For Vim version 7.0.  Last change: 2006 Apr 14
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 981bc0d5b465d9b7645e984818b30a21ab380afe..ec5aec5a5e2c9de9663be9de37434341eeabf7f9 100644 (file)
@@ -1,4 +1,4 @@
-*digraph.txt*   For Vim version 7.0g.  Last change: 2006 Apr 25
+*digraph.txt*   For Vim version 7.0.  Last change: 2006 Apr 25
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 930ae6ddb76a099247972298a1db18f9650558f8..4c982c50e6e10d5106997e95dd1292fcfa16e3ac 100644 (file)
@@ -1,4 +1,4 @@
-*editing.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*editing.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 8bc6a4b2d0aa5cb6b87df83faeeee813f0945cfa..939e7849b4489422aac8f704c45f9ba9236b1b49 100644 (file)
@@ -1,4 +1,4 @@
-*eval.txt*      For Vim version 7.0g.  Last change: 2006 May 06
+*eval.txt*      For Vim version 7.0.  Last change: 2006 May 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index a5c44e2444cfd6cfcce2d05ceabbb47b69fc79c4..d655caf0c72bf1b5c5a3c552606134aaae0e5957 100644 (file)
@@ -1,4 +1,4 @@
-*farsi.txt*     For Vim version 7.0g.  Last change: 2005 Mar 29
+*farsi.txt*     For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Mortaza Ghassab Shiran
index fe286ba1f98dfda978326ef474ac5e02705668d5..58b33b8899376ac02d5cd5a72bcaaec5ea4c694c 100644 (file)
@@ -1,4 +1,4 @@
-*filetype.txt*  For Vim version 7.0g.  Last change: 2006 Apr 28
+*filetype.txt*  For Vim version 7.0.  Last change: 2006 Apr 28
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5123d1da76b6f9bff2a5ea781b7fbf90b03fec54..d29fa4cf1665f538690c753a0042ba482be85f6b 100644 (file)
@@ -1,4 +1,4 @@
-*fold.txt*      For Vim version 7.0g.  Last change: 2006 Mar 29
+*fold.txt*      For Vim version 7.0.  Last change: 2006 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index c64e93e1dbc9a90b6bc89ea6a22c20b6d729d03a..d43b9be73e6c8575514d8a6cc3b151b1321c8a2f 100644 (file)
@@ -1,4 +1,4 @@
-*getscript.txt*        For Vim version 7.0g.  Last change: 2006 Apr 30
+*getscript.txt*        For Vim version 7.0.  Last change: 2006 Apr 30
 
                Get the Latest VimScripts
 
index 282e813b01cd55ec4caa903b1aab32de6aa3ef6f..ba62fc5b6e3f5212ef45cfa149cc1ad9c9d654ce 100644 (file)
@@ -1,4 +1,4 @@
-*gui.txt*       For Vim version 7.0g.  Last change: 2006 May 04
+*gui.txt*       For Vim version 7.0.  Last change: 2006 May 04
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index fb785340051de2b87ab80aa1a550c0f254c5a376..5319beeed8fed62ec044fc815b75dc6ce2257b13 100644 (file)
@@ -1,4 +1,4 @@
-*gui_w16.txt*   For Vim version 7.0g.  Last change: 2005 Mar 29
+*gui_w16.txt*   For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 16af8fb0fa3d11b567b8cd8b39d5caf31013c6d1..25b0e164a472cc66c5194e613abb2d25ed986d97 100644 (file)
@@ -1,4 +1,4 @@
-*gui_w32.txt*   For Vim version 7.0g.  Last change: 2005 Mar 29
+*gui_w32.txt*   For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index b4c3bd202dde03ff0a8773241cfd1fa263b7a562..a78dd36408f102ed70d10fa7c55b0fe04325386c 100644 (file)
@@ -1,4 +1,4 @@
-*gui_x11.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*gui_x11.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 904f65063f012bcb53547abfbcfcb6e28396168c..a5d97bc37f1cf038a41fc97545db9dbbe7ebeb89 100644 (file)
@@ -1,4 +1,4 @@
-*hangulin.txt*  For Vim version 7.0g.  Last change: 2006 Apr 02
+*hangulin.txt*  For Vim version 7.0.  Last change: 2006 Apr 02
 
 
                  VIM REFERENCE MANUAL    by Chi-Deok Hwang and Sung-Hyun Nam
index f495ae2b6efc30d12a08e0441a90c7efb6a4aa0a..fde57bc26d0185bcff39ff974222585bc091f7fe 100644 (file)
@@ -1,4 +1,4 @@
-*hebrew.txt*    For Vim version 7.0g.  Last change: 2003 May 11
+*hebrew.txt*    For Vim version 7.0.  Last change: 2003 May 11
 
 
           VIM REFERENCE MANUAL    by Ron Aaron (and Avner Lottem)
index 79ae5b9dba2ddf19831c405c3a52a11c39abf158..77a7ebd39b3482304d8bdef8aae95bdf9572b9f1 100644 (file)
@@ -1,4 +1,4 @@
-*help.txt*     For Vim version 7.0g.  Last change: 2006 May 05
+*help.txt*     For Vim version 7.0.  Last change: 2006 May 07
 
                        VIM - main help file
                                                                         k
@@ -13,7 +13,7 @@ Jump to a subject:  Position the cursor on a tag (e.g. |bars|) and hit CTRL-].
        Jump back:  Type CTRL-T or CTRL-O (repeat to go further back).
 
 Get specific help:  It is possible to go directly to whatever you want help
-                   on, by giving an argument to the ":help" command |:help|.
+                   on, by giving an argument to the |:help| command.
                    It is possible to further specify the context:
                                                        *help-context*
                          WHAT                  PREPEND    EXAMPLE      ~
@@ -196,18 +196,6 @@ Standard plugins ~
 |pi_zip.txt|   Zip archive explorer
 
 LOCAL ADDITIONS:                               *local-additions*
-|cecutil.txt|  DrChip's Utilities                              Jun 11, 2004
-|example.txt|  Example for a locally added help file
-|matchit.txt|   Extended "%" matching
-|test.txt|     Testing the hélp cömmÃ¥nd nôw
-|typecorr.txt| Plugin for correcting typing mistakes
-|helpp.txt|    Dummy line to avoid an error message
-|cecutil.txt|  DrChip's Utilities                              Jun 11, 2004
-|example.txt|  Example for a locally added help file
-|matchit.txt|   Extended "%" matching
-|test.txt|     Testing the hélp cömmÃ¥nd nôw
-|typecorr.txt| Plugin for correcting typing mistakes
-|helpp.txt|    Dummy line to avoid an error message
 
 ------------------------------------------------------------------------------
 *bars*         Bars example
index 5183218fd72ec5c822a8d6c11f13296680224eea..59878b8fdc106cfc156aa95c0a526aef5814ea89 100644 (file)
@@ -1,4 +1,4 @@
-*howto.txt*    For Vim version 7.0g.  Last change: 2006 Apr 02
+*howto.txt*    For Vim version 7.0.  Last change: 2006 Apr 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 02471fa291b78dea4bb86e50376d981db559f350..3a9de57cd7da6a057ee4594fcc2618f1707b52e1 100644 (file)
@@ -1,4 +1,4 @@
-*if_cscop.txt*  For Vim version 7.0g.  Last change: 2005 Mar 29
+*if_cscop.txt*  For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Andy Kahn
index 7c3811b23ca040105c3bfbe048a140ca14188def..2760b116265687962612134936763c5f14b36e98 100644 (file)
@@ -1,4 +1,4 @@
-*if_mzsch.txt*  For Vim version 7.0g.  Last change: 2006 Apr 30
+*if_mzsch.txt*  For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Sergey Khorev
index 94da75e820db6b256679bd22ce7a690d018c2b90..e8fac082ec6a32c7546451fb5f41826f4c9148d5 100644 (file)
@@ -1,4 +1,4 @@
-*if_ole.txt*    For Vim version 7.0g.  Last change: 2006 Apr 30
+*if_ole.txt*    For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Paul Moore
index 803f87382c4d6ffc83f8275f58843601b90be5f9..c0c4bc8b798d44add9e91873c72342bfec66be50 100644 (file)
@@ -1,4 +1,4 @@
-*if_perl.txt*   For Vim version 7.0g.  Last change: 2006 Mar 06
+*if_perl.txt*   For Vim version 7.0.  Last change: 2006 Mar 06
 
 
                  VIM REFERENCE MANUAL    by Sven Verdoolaege
index c96ba9a0dc11087b8bfaff66a51fa39603ad46d3..e171c6b12dd4a04ee450ea3f99558cfc542cfda2 100644 (file)
@@ -1,4 +1,4 @@
-*if_pyth.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*if_pyth.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Paul Moore
index 8f957e0ee54bce65482d11be8d5ba6e85ca20e8f..978782de39ca3ec40a2ef2c9b199df361038353e 100644 (file)
@@ -1,4 +1,4 @@
-*if_ruby.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*if_ruby.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Shugo Maeda
index bfff1ba3243679bf60fe9ffed6e0b11bf6181a44..9727760545939f178ea93f4b644a9b902379e535 100644 (file)
@@ -1,4 +1,4 @@
-*if_sniff.txt* For Vim version 7.0g.  Last change: 2005 Mar 29
+*if_sniff.txt* For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL
index 432a6bf86e4c4906bf8b48ba4f22458da27c48b3..b3c81b80b11f659305f6922e41e178b60ae2f71b 100644 (file)
@@ -1,4 +1,4 @@
-*if_tcl.txt*    For Vim version 7.0g.  Last change: 2006 Mar 06
+*if_tcl.txt*    For Vim version 7.0.  Last change: 2006 Mar 06
 
 
                  VIM REFERENCE MANUAL    by Ingo Wilken
index ca991ca3e2f35b04062c984c66c3f4fdc814c690..e00358334a0d21addb94221c1af2697b086385b5 100644 (file)
@@ -1,4 +1,4 @@
-*indent.txt*    For Vim version 7.0g.  Last change: 2006 Apr 30
+*indent.txt*    For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 65f49c4e8e633d08cd4c37fa5123b615deb43e35..f8136f1a9409d89adefa1e7d0faecb17a2a71277 100644 (file)
@@ -1,4 +1,4 @@
-*index.txt*     For Vim version 7.0g.  Last change: 2006 Apr 30
+*index.txt*     For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 97e964e73613372d8be1df4d54553291ababbb88..8171ef9c350b8c0ed6308cf6b8d59e9dbf0a476c 100644 (file)
@@ -1,4 +1,4 @@
-*insert.txt*    For Vim version 7.0g.  Last change: 2006 May 05
+*insert.txt*    For Vim version 7.0.  Last change: 2006 May 05
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 4259ab56cbc183901de6cb741a50c483f5c50550..0dcbeb7f3fa2813aa34e9c576bd56f19d56249e5 100644 (file)
@@ -1,4 +1,4 @@
-*intro.txt*     For Vim version 7.0g.  Last change: 2006 Apr 20
+*intro.txt*     For Vim version 7.0.  Last change: 2006 Apr 20
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 34bee74436818a4180c3efc3f610449bc855a329..62515cc61544461351a01080c399c2320ffdf1fb 100644 (file)
@@ -1,4 +1,4 @@
-*map.txt*       For Vim version 7.0g.  Last change: 2006 May 03
+*map.txt*       For Vim version 7.0.  Last change: 2006 May 03
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5d89bf1caf546c67be750354d671877a71df310d..809abda4b968272256b876bbe0044f6d5ad8d79b 100644 (file)
@@ -1,4 +1,4 @@
-*mbyte.txt*     For Vim version 7.0g.  Last change: 2006 Apr 30
+*mbyte.txt*     For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar et al.
index 89b0f0cdd19112aa05805600c43c0e4c8fa05396..0c3a6a232e4b60c4f75b5b69ecc4a5262d5b621b 100644 (file)
@@ -1,4 +1,4 @@
-*message.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*message.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index a38b8cd604e6263a15319ec99f567ab179d74920..c1ef8d502ba86f80da7dc2c8a90c429b769d8d47 100644 (file)
@@ -1,4 +1,4 @@
-*mlang.txt*     For Vim version 7.0g.  Last change: 2004 Feb 24
+*mlang.txt*     For Vim version 7.0.  Last change: 2004 Feb 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 16c929cb7cabaa4be9e3920c57a04a2f96d8b345..6fdfd931023548db3e911005b620d99946a28c0e 100644 (file)
@@ -1,4 +1,4 @@
-*motion.txt*    For Vim version 7.0g.  Last change: 2006 Apr 30
+*motion.txt*    For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 9793959940c3f1322459c4f6dedb8332960e87bc..46e57395d48eb421c9f821cc04abf02e9a00c4c6 100644 (file)
@@ -1,4 +1,4 @@
-*netbeans.txt*  For Vim version 7.0g.  Last change: 2006 Mar 09
+*netbeans.txt*  For Vim version 7.0.  Last change: 2006 Mar 09
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur
index 800b11df14b3a3630ea9c9f82f9c3e7bc60615a1..8fb22f850c634f83bd8dd47f591ffed0e1b4a0ee 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 7.0g.  Last change: 2006 May 04
+*options.txt*  For Vim version 7.0.  Last change: 2006 May 04
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index c7ad6f22e93afa0b3837c97c1d0cca5d5de1edd4..fd9ab244cd0b5a46d3e38d73ffdcd3cdb4895eb6 100644 (file)
@@ -1,4 +1,4 @@
-*os_390.txt*    For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_390.txt*    For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Ralf Schandl
index e4cc88e15fb1aaf5dbf4e4fdd1d9f3d4311635ed..dfc40b7f273e54943613ea4d56df9e973b5dd36f 100644 (file)
@@ -1,4 +1,4 @@
-*os_amiga.txt*  For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_amiga.txt*  For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index cd43dfeef17e186446cc687b6143e5d6cbf62a74..e872b4d04ef6219899690cffa3bfb623f81e0cfa 100644 (file)
@@ -1,4 +1,4 @@
-*os_beos.txt*  For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_beos.txt*  For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index e779dc175d33b6bacf060547e1d072623656e6d1..d44755acfbda1164f04e55cbab181c3ea69d437f 100644 (file)
@@ -1,4 +1,4 @@
-*os_dos.txt*    For Vim version 7.0g.  Last change: 2006 Mar 30
+*os_dos.txt*    For Vim version 7.0.  Last change: 2006 Mar 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 503d2bb439d586f31578623a5b98e7ac7233e61d..d788477ea6e15ad69a2cb695c7b29405971cf5fa 100644 (file)
@@ -1,4 +1,4 @@
-*os_mac.txt*    For Vim version 7.0g.  Last change: 2006 Apr 30
+*os_mac.txt*    For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar et al.
index 709b08c6b9936e5481e958e8fca685517acd693f..61507f463358c95af396ea238046f77458ab2659 100644 (file)
@@ -1,4 +1,4 @@
-*os_mint.txt*   For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_mint.txt*   For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Jens M. Felderhoff
index 4e347d8fea02c80d9e80a48b376ff226aef99e22..9a255d070efb47898628012c8f60a82271d9619e 100644 (file)
@@ -1,4 +1,4 @@
-*os_msdos.txt*  For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_msdos.txt*  For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 6e2b6364138f8e61e5307fa80d7fc939150f7001..9f47b004b1b5b8663d4e2694a53fde86c0f44440 100644 (file)
@@ -1,4 +1,4 @@
-*os_os2.txt*    For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_os2.txt*    For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Paul Slootman
index e47e4dbd3c81c9f8ea74103522e45b1d144bab6a..bc965f1ea27059422c0ab86150ad6efdd35b3006 100644 (file)
@@ -1,4 +1,4 @@
-*os_qnx.txt*    For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_qnx.txt*    For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Julian Kinraid
index 3fd6417dbb27ae17e80edba8dd7e48cdc595e39d..79f610617bdc52579320fe6084f9964b32092586 100644 (file)
@@ -1,4 +1,4 @@
-*os_risc.txt*   For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_risc.txt*   For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Thomas Leonard
index 51fffd2025efae17e59b8e7090b9d10ce3174523..c6a987ffd479045162539066b589b7bc84faf442 100644 (file)
@@ -1,4 +1,4 @@
-*os_unix.txt*   For Vim version 7.0g.  Last change: 2005 Mar 29
+*os_unix.txt*   For Vim version 7.0.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 414df3240e0ba5a28d76c0a2779d374d36f61378..9d80d706a28d40273375a9ca9726546df9a933fd 100644 (file)
@@ -1,4 +1,4 @@
-*os_vms.txt*    For Vim version 7.0g.  Last change: 2006 Apr 30
+*os_vms.txt*    For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL
index c9b866ec337af70e7116b4f418b8f47f70c9a1c3..a1b1b831b65ae200e047ea962cf8ae9c14c4d1a0 100644 (file)
@@ -1,4 +1,4 @@
-*os_win32.txt*  For Vim version 7.0g.  Last change: 2006 Apr 30
+*os_win32.txt*  For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by George Reilly
index 8ca5c76bd161a8e8b3aa41d50fe991ccdefe3673..4e004935939d6c06d4877eea838e534916c214a4 100644 (file)
@@ -1,4 +1,4 @@
-*pattern.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*pattern.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index fac47a06bcd320eb7580196fb352d0ad3ee7ef2d..1d9466ac27102a90bbbfd38c3118855a45614e26 100644 (file)
@@ -1,4 +1,4 @@
-*pi_gzip.txt*   For Vim version 7.0g.  Last change: 2002 Oct 29
+*pi_gzip.txt*   For Vim version 7.0.  Last change: 2002 Oct 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 03e332b06162b4d7fa2ac64b8a892e3975e5122e..5c01d61acf7fb5267d67757cc91379368cc9d0b3 100644 (file)
@@ -1,4 +1,4 @@
-*pi_netrw.txt*  For Vim version 7.0g.  Last change: 2006 May 02
+*pi_netrw.txt*  For Vim version 7.0.  Last change: 2006 May 02
 
                NETRW REFERENCE MANUAL    by Charles E. Campbell, Jr.
 
index b721de09822159e54c5aa2434f9233eb1a43ae55..b3488496f757f5613c9184e1673940cbd8552568 100644 (file)
@@ -1,4 +1,4 @@
-*pi_paren.txt*  For Vim version 7.0g.  Last change: 2006 Apr 24
+*pi_paren.txt*  For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 8ba0ffa93d4741b8ddfa3de522ceff13c5c66927..9effbe8ba6c9a010899a10d95e46ad1358d82ec6 100644 (file)
@@ -1,4 +1,4 @@
-*pi_spec.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*pi_spec.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
 by Gustavo Niemeyer ~
 
index 44630d4ead02230b4ea1028b0c8e88095cfdb7ed..9dd7469069b297eccd29442597edc359a48a9d0d 100644 (file)
@@ -1,4 +1,4 @@
-*pi_tar.txt*   For Vim version 7.0g.  Last change: 2006 May 02
+*pi_tar.txt*   For Vim version 7.0.  Last change: 2006 May 02
 
                       +====================+
                       | Tar File Interface |
index 376334ddb4f849d6781d8d665f15d35bcdb80bdd..1fefc7f906a77af0073f0fa7c65ef9179807508d 100644 (file)
@@ -1,4 +1,4 @@
-*pi_vimball.txt*       For Vim version 7.0g.  Last change: 2006 May 01
+*pi_vimball.txt*       For Vim version 7.0.  Last change: 2006 May 01
 
                               ----------------
                               Vimball Archiver
index 3e68b5bb6e589f6dc1417d79641bd1a6a52f60ef..ce2dcd18c64443f1fa7bc03ce28a458e5ce2f83a 100644 (file)
@@ -1,4 +1,4 @@
-*pi_zip.txt*   For Vim version 7.0g.  Last change: 2006 May 01
+*pi_zip.txt*   For Vim version 7.0.  Last change: 2006 May 01
 
                                +====================+
                                | Zip File Interface |
index 64f087a234415c9c575232de09e105af49923e7f..36f9470fce95ab2b68a3d9acad6b09baffe6eff3 100644 (file)
@@ -1,4 +1,4 @@
-*print.txt*     For Vim version 7.0g.  Last change: 2006 Apr 30
+*print.txt*     For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 4008a6e634fd270be46b016a291fdcaf2be252f4..73a34be0f238f7646120c1bca8a3398a5a00d534 100644 (file)
@@ -1,4 +1,4 @@
-*quickfix.txt*  For Vim version 7.0g.  Last change: 2006 Apr 30
+*quickfix.txt*  For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index dd68b2b6ea2054a08c5f653b4535d850fb5adb8c..bdd2be5089cdc8bbba83ac39b791ffca2b3cde66 100644 (file)
@@ -1,4 +1,4 @@
-*quickref.txt*  For Vim version 7.0g.  Last change: 2006 Apr 30
+*quickref.txt*  For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index e639b35411d76b56eabff1b57aefe9b755e6927c..ed62ac2f4041850056f78a8116e3d205887c26e7 100644 (file)
@@ -1,4 +1,4 @@
-*quotes.txt*    For Vim version 7.0g.  Last change: 2006 Apr 24
+*quotes.txt*    For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index d6e176e277141aedb24665d446c6eed8e7f9f5ba..0de489a83174b5181ab8a05f75f2dde0cd6e1198 100644 (file)
@@ -1,4 +1,4 @@
-*recover.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*recover.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 557918d94253df54cd95473e91634ef170aef900..44d82ccdd5601383dbffc38e95078f151688b542 100644 (file)
@@ -1,4 +1,4 @@
-*remote.txt*    For Vim version 7.0g.  Last change: 2006 Apr 30
+*remote.txt*    For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 6b9a55b882b0a526f71f330c7c85b575c67a4842..d70f78a30015018e77aa65b809493b709af36df2 100644 (file)
@@ -1,4 +1,4 @@
-*repeat.txt*    For Vim version 7.0g.  Last change: 2006 Apr 30
+*repeat.txt*    For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 8d5f152a92f39dfab4a8f67507c599c0feaea038..a149e150c3c9040de75706bca1a827dd09aa94fd 100644 (file)
@@ -1,4 +1,4 @@
-*rileft.txt*    For Vim version 7.0g.  Last change: 2006 Apr 24
+*rileft.txt*    For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Avner Lottem
index db3cc9949e8345565dc28565db8f4b3b0978a87e..c240a9ba142871bb29080e7759588ec6d8862ddc 100644 (file)
@@ -1,4 +1,4 @@
-*russian.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*russian.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Vassily Ragosin
index 2881a2afb756968afa9e78bf99636ac03448f492..c1774f575bc42a14788e878aaa096a1933154c6c 100644 (file)
@@ -1,4 +1,4 @@
-*scroll.txt*    For Vim version 7.0g.  Last change: 2006 Apr 24
+*scroll.txt*    For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 54ae6d64b1374c641e94a69b502116744a1d1e06..ea47050d3f93708489ec3fcfc26e6256773b97a0 100644 (file)
@@ -1,4 +1,4 @@
-*sign.txt*      For Vim version 7.0g.  Last change: 2006 Apr 24
+*sign.txt*      For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur
index d69c7adcc6995af490af921e8ab76c0a0ff84132..a80ceaf955d07d77ac16563f741d494c8ff06e1e 100644 (file)
@@ -1,4 +1,4 @@
-*spell.txt*    For Vim version 7.0g.  Last change: 2006 Apr 30
+*spell.txt*    For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 70a3ae595150183e615851d962f680ef7057f847..d77f4e84184344cff741f208082e28d38e2ae92a 100644 (file)
@@ -1,4 +1,4 @@
-*sponsor.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*sponsor.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index f089012b8dd86f24572d40fc3c1cfd58f93bd77e..9d541f87e47b8ef5c0aa8792a20c701e49d4fecd 100644 (file)
@@ -1,4 +1,4 @@
-*sql.txt*      For Vim version 7.0g.  Last change: Wed Apr 26 2006 3:05:33 PM
+*sql.txt*      For Vim version 7.0.  Last change: Wed Apr 26 2006 3:05:33 PM
 
 by David Fishburn
 
index e799d47f98330e87651f154b3567d4822961ffda..b676c5a7c7883ddc4b4a394f9c37a034442a2f4c 100644 (file)
@@ -1,4 +1,4 @@
-*starting.txt*  For Vim version 7.0g.  Last change: 2006 Apr 25
+*starting.txt*  For Vim version 7.0.  Last change: 2006 Apr 25
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 9b2f0a8cf6219c09c9d53e87c37ef3816a425289..fa7b0439fe0e7c6711b38f3a956c14fe8958dd1c 100644 (file)
@@ -1,4 +1,4 @@
-*syntax.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*syntax.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 86369aec43bf3da1863261a2de8a0cccaaa253c4..a6bbd6461fc9343e4778f410954b0e2ec310c6de 100644 (file)
@@ -1,4 +1,4 @@
-*tabpage.txt*   For Vim version 7.0g.  Last change: 2006 May 02
+*tabpage.txt*   For Vim version 7.0.  Last change: 2006 May 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5b6025d280c6fb6486b6868cee87bd0f666a0f6d..7431960ef009bd98daadd5c16d7ddb1f68bac2ff 100644 (file)
@@ -5641,7 +5641,6 @@ hebrew    hebrew.txt      /*hebrew*
 hebrew.txt     hebrew.txt      /*hebrew.txt*
 help   various.txt     /*help*
 help-context   help.txt        /*help-context*
-help-tags      tags    1
 help-translated        various.txt     /*help-translated*
 help-xterm-window      various.txt     /*help-xterm-window*
 help.txt       help.txt        /*help.txt*
index 2f3bf599fc65aa190168497dea0eafc6259fbda4..0acdf2c391e6013d397f5e10794144abc4a811b9 100644 (file)
@@ -1,4 +1,4 @@
-*tagsrch.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*tagsrch.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 98a7e1130669b5b59b35f16a63b546e26392d6cc..515ceaed3fdf132ee8647946569900c3f240a7dc 100644 (file)
@@ -1,4 +1,4 @@
-*term.txt*      For Vim version 7.0g.  Last change: 2006 Apr 30
+*term.txt*      For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index d1d415c5d4f18bbd8d5db7b0cb399194a02ce65c..597664f4af1d771d6f9c761c06ef5d2658bd952d 100644 (file)
@@ -1,4 +1,4 @@
-*tips.txt*      For Vim version 7.0g.  Last change: 2006 Apr 30
+*tips.txt*      For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index f13520363e2e574898add1a8e240456853e4ecfd..13016f6c670d79d2d5d11f4cd19782ce53408e4b 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0g.  Last change: 2006 May 06
+*todo.txt*      For Vim version 7.0.  Last change: 2006 May 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -30,8 +30,8 @@ be worked on, but only if you sponsor Vim development.  See |sponsor|.
                                                        *known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Test 61 fails sometimes.  This is a timing problem with "sleep 2" not always
-taking 2 seconds.
+Test 61 fails sometimes.  This is a timing problem: "sleep 2" sometimes takes
+longer than 2 seconds.
 
 
 Awaiting updated patches:
@@ -213,6 +213,9 @@ Win32 GUI known bugs:
     the screen.
 8   On Windows 98 the unicows library is needed to support functions with UCS2
     file names.  Can we load unicows.dll dynamically?
+8   When the primary monitor is below or right of the secondary monitor and
+    Vim is on the secondary monitor it will often move to the primary monitor.
+    Window position coordinates can be negative. (James Harvey)
 8   The -P argument doesn't work very well with many MDI applications.
     The last argument of CreateWindowEx() should be used, see MSDN docs.
     Tutorial: http://win32assembly.online.fr/tut32.html
diff --git a/runtime/doc/uganda.nsis.txt b/runtime/doc/uganda.nsis.txt
deleted file mode 100644 (file)
index bd8024c..0000000
+++ /dev/null
@@ -1,292 +0,0 @@
-    For Vim version 7.0g.  Last change: 2006 Apr 24
-
-                 VIM REFERENCE MANUAL    by Bram Moolenaar
-
-SUMMARY
-
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-       http://iccf-holland.org/
-       http://www.vim.org/iccf/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-    that they must include this license text.  You can also distribute
-    unmodified parts of Vim, likewise unrestricted except that they must
-    include this license text.  You are also allowed to include executables
-    that you made from the unmodified Vim sources, plus your own usage
-    examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-    including executables and/or source code, when the following four
-    conditions are met:
-    1) This license text must be included unmodified.
-    2) The modified Vim must be distributed in one of the following five ways:
-       a) If you make changes to Vim yourself, you must clearly describe in
-         the distribution how to contact you.  When the maintainer asks you
-         (in any way) for a copy of the modified Vim you distributed, you
-         must make your changes, including source code, available to the
-         maintainer without fee.  The maintainer reserves the right to
-         include your changes in the official version of Vim.  What the
-         maintainer will do with your changes and under what license they
-         will be distributed is negotiable.  If there has been no negotiation
-         then this license, or a later version, also applies to your changes.
-         The current maintainer is Bram Moolenaar <Bram@vim.org>.  If this
-         changes it will be announced in appropriate places (most likely
-         vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
-         impossible to contact the maintainer, the obligation to send him
-         your changes ceases.  Once the maintainer has confirmed that he has
-         received your changes they will not have to be sent again.
-       b) If you have received a modified Vim that was distributed as
-         mentioned under a) you are allowed to further distribute it
-         unmodified, as mentioned at I).  If you make additional changes the
-         text under a) applies to those changes.
-       c) Provide all the changes, including source code, with every copy of
-         the modified Vim you distribute.  This may be done in the form of a
-         context diff.  You can choose what license to use for new code you
-         add.  The changes and their license must not restrict others from
-         making their own changes to the official version of Vim.
-       d) When you have a modified Vim which includes changes as mentioned
-         under c), you can distribute it without the source code for the
-         changes if the following three conditions are met:
-         - The license that applies to the changes permits you to distribute
-           the changes to the Vim maintainer without fee or restriction, and
-           permits the Vim maintainer to include the changes in the official
-           version of Vim without fee or restriction.
-         - You keep the changes for at least three years after last
-           distributing the corresponding modified Vim.  When the maintainer
-           or someone who you distributed the modified Vim to asks you (in
-           any way) for the changes within this period, you must make them
-           available to him.
-         - You clearly describe in the distribution how to contact you.  This
-           contact information must remain valid for at least three years
-           after last distributing the corresponding modified Vim, or as long
-           as possible.
-       e) When the GNU General Public License (GPL) applies to the changes,
-         you can distribute the modified Vim under the GNU GPL version 2 or
-         any later version.
-    3) A message must be added, at least in the output of the ":version"
-       command and in the intro screen, such that the user of the modified Vim
-       is able to see that it was modified.  When distributing as mentioned
-       under 2)e) adding the message is only required for as far as this does
-       not conflict with the license used for the changes.
-    4) The contact information as required under 2)a) and 2)d) must not be
-       removed or changed, except that the person himself can make
-       corrections.
-
-III) If you distribute a modified version of Vim, you are encouraged to use
-     the Vim license for your changes and make them available to the
-     maintainer, including the source code.  The preferred way to do this is
-     by e-mail or by uploading the files to a server and e-mailing the URL.
-     If the number of changes is small (e.g., a modified Makefile) e-mailing a
-     context diff will do.  The e-mail address to be used is
-     <maintainer@vim.org>
-
-IV)  It is not allowed to remove this license from the distribution of the Vim
-     sources, parts of it or from a modified version.  You may use this
-     license for previous Vim releases instead of the license that they came
-     with, at your option.
-
-=== end of license ===
-
-Note:
-
-- If you are happy with Vim, please express that by reading the rest of this
-  file and consider helping needy children in Uganda.
-
-- If you want to support further Vim development consider becoming a
-  |sponsor|.  The money goes to Uganda anyway.
-
-- According to Richard Stallman the Vim license is GNU GPL compatible.
-  A few minor changes have been made since he checked it, but that should not
-  make a difference.
-
-- If you link Vim with a library that goes under the GNU GPL, this limits
-  further distribution to the GNU GPL.  Also when you didn't actually change
-  anything in Vim.
-
-- Once a change is included that goes under the GNU GPL, this forces all
-  further changes to also be made under the GNU GPL or a compatible license.
-
-- If you distribute a modified version of Vim, you can include your name and
-  contact information with the "--with-modified-by" configure argument or the
-  MODIFIED_BY define.
-
-==============================================================================
-Kibaale Children's Centre
-
-Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
-south of Uganda, near Tanzania, in East Africa.  The area is known as Rakai
-District.  The population is mostly farmers.  Although people are poor, there
-is enough food.  But this district is suffering from AIDS more than any other
-part of the world.  Some say that it started there.  Estimations are that 10
-to 30% of the Ugandans are infected with HIV.  Because parents die, there are
-many orphans.  In this district about 60,000 children have lost one or both
-parents, out of a population of 350,000.  And this is still continuing.
-
-The children need a lot of help.  The KCC is working hard to provide the needy
-with food, medical care and education.  Food and medical care to keep them
-healthy now, and education so that they can take care of themselves in the
-future.  KCC works on a Christian base, but help is given to children of any
-religion.
-
-The key to solving the problems in this area is education.  This has been
-neglected in the past years with president Idi Amin and the following civil
-wars.  Now that the government is stable again, the children and parents have
-to learn how to take care of themselves and how to avoid infections.  There is
-also help for people who are ill and hungry, but the primary goal is to
-prevent people from getting ill and to teach them how to grow healthy food.
-
-Most of the orphans are living in an extended family.  An uncle or older
-sister is taking care of them.  Because these families are big and the income
-(if any) is low, a child is lucky if it gets healthy food.  Clothes, medical
-care and schooling is beyond its reach.  To help these needy children, a
-sponsorship program was put into place.  A child can be financially adopted.
-For a few dollars a month KCC sees to it that the child gets indispensable
-items, is healthy, goes to school and KCC takes care of anything else that
-needs to be done for the child and the family that supports it.
-
-Besides helping the child directly, the environment where the child grows up
-needs to be improved.  KCC helps schools to improve their teaching methods.
-There is a demonstration school at the centre and teacher trainings are given.
-Health workers are being trained, hygiene education is carried out and
-households are stimulated to build a proper latrine.  I helped setting up a
-production site for cement slabs.  These are used to build a good latrine.
-They are sold below cost price.
-
-There is a small clinic at the project, which provides children and their
-family with medical help.  When needed, transport to a hospital is offered.
-Immunization programs are carried out and help is provided when an epidemic is
-breaking out (measles and cholera have been a problem).
-
-Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
-volunteer.  I have helped to expand the centre and worked in the area of water
-and sanitation.  I learned that the help that the KCC provides really helps.
-Now that I'm back in Holland, I would like to continue supporting KCC.  To do
-this I'm raising funds and organizing the sponsorship program.  Please
-consider one of these possibilities:
-
-1.  Sponsor a child in primary school: 17 euro a month (or more).
-2.  Sponsor a child in secondary school: 25 euro a month (or more).
-3.  Sponsor the clinic: Any amount a month or quarter
-4.  A one-time donation
-
-Compared with other organizations that do child sponsorship the amounts are
-very low.  This is because the money goes directly to the centre.  Less than
-5% is used for administration.  This is possible because this is a small
-organization that works with volunteers.  If you would like to sponsor a
-child, you should have the intention to do this for at least one year.
-
-How do you know that the money will be spent right?  First of all you have my
-personal guarantee as the author of Vim.  I trust the people that are working
-at the centre, I know them personally.  Further more, the centre is
-co-sponsored and inspected by World Vision, Save the Children Fund and
-International Child Care Fund.  The centre is visited about once a year to
-check the progress (at our own cost).  I have visited the centre myself in
-1996, 1998, 2000, 2001 and 2003.  The visit reports are on the ICCF web site.
-
-If you have any further questions, send me e-mail: <Bram@vim.org>.
-
-The address of the centre is:
-                       Kibaale Children's Centre
-                       p.o. box 1658
-                       Masaka, Uganda, East Africa
-
-Sending money:
-
-Check the ICCF web site for the latest information!  See |iccf| for the URL.
-
-USA:           The methods mentioned below can be used.  Alternatively, you
-               can send a check to the Nehemiah Group Outreach Society
-               (NGOS).  This will reduce banking costs and you can get an IRS
-               tax receipt.  The NGOS forwards the funds directly to the
-               Kibaale project in Uganda.  Checks must be made payable to
-               NGOS but please note on the check "donation Kibaale".  Mail
-               checks to:
-                       NGOS
-                       P.O. Box 50862
-                       Indianapolis, IN 45250
-               Questions regarding the Nehemiah Group Outreach Society (NGOS)
-               should be directed to: Ross deMerchant, Executive Director -
-               r.demerchant AT sbcglobal DOT net.
-               For sponsoring a child contact KCF in Canada (see below) and
-               send the check to NGOS in Indianapolis.
-
-Canada:                Contact Kibaale Children's Fund (KCF) in Surrey, Canada.  They
-               take care of the Canadian sponsors for the children in
-               Kibaale.  KCF forwards 100% of the money to the project in
-               Uganda.  You can send them a one time donation directly.
-               Please send me a note so that I know what has been donated
-               because of Vim.  Ask KCF for information about sponsorship.
-                       Kibaale Children's Fund c/o Pacific Academy
-                       10238-168 Street
-                       Surrey, B.C. V4N 1Z4
-                       Canada
-                       Phone: 604-581-5353
-               If you make a donation to Kibaale Children's Fund (KCF) you
-               will receive a tax receipt which can be submitted with your
-               tax return.
-
-Holland:       Transfer to the account of "Stichting ICCF Holland" in Venlo.
-               This will allow for tax deduction if you live in Holland.
-                       Postbank, nr. 4548774
-
-Germany:       It is possible to make donations that allow for a tax return.
-               Check the ICCF web site for the latest information:
-                       http://iccf-holland.org/germany.html
-
-World:         Use a postal money order.  That should be possible from any
-               country, mostly from the post office.  Use this name (which is
-               in my passport): "Abraham Moolenaar".  Use Euro for the
-               currency if possible.
-
-Europe:                Use a bank transfer if possible.  Your bank should have a form
-               that you can use for this.  See "Others" below for the swift
-               code and IBAN number.
-               Any other method should work.  Ask for information about
-               sponsorship.
-
-Credit Card:   You can use PayPal to send money with a Credit card.  This is
-               the most widely used Internet based payment system.  It's
-               really simple to use.  Use this link to find more info:
-                   https://www.paypal.com/affil/pal=Bram%40iccf-holland.org
-               The e-mail address for sending the money to is:
-                   Bram@iccf-holland.org
-               For amounts above 400 Euro ($500) sending a check is
-               preferred.
-
-Others:                Transfer to one of these accounts if possible:
-                   Postbank, account 4548774
-                               Swift code: INGB NL 2A
-                               IBAN: NL47 PSTB 0004 5487 74
-                       under the name "stichting ICCF Holland", Venlo
-                   If that doesn't work:
-                   Rabobank Venlo, account 3765.05.117
-                               Swift code: RABO NL 2U
-                       under the name "Bram Moolenaar", Venlo
-               Otherwise, send a check in euro or US dollars to the address
-               below.  Minimal amount: $70 (my bank does not accept smaller
-               amounts for foreign check, sorry)
-
-Address to send checks to:
-                       stichting ICCF Holland
-                       Bram Moolenaar
-                       Molenstraat 2
-                       2161 HP Lisse
-                       The Netherlands
-
-This address is expected to be valid for a long time.  The address in Venlo
-will not be valid after June 2006.
-
- ts=8:ft=help:norl:
index c0a50c8474027e2b710619951dc9f257bec8c9bb..a1258b7d1ed8a02c5ab7fb8c211a5371383262c6 100644 (file)
@@ -1,4 +1,4 @@
-*uganda.txt*    For Vim version 7.0g.  Last change: 2006 Apr 24
+*uganda.txt*    For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 8c7da9bc92fe95e2d0111f373eed18adc2f73d9d..fde879d448f145124e8ad7d7d78942eb5da31a7b 100644 (file)
@@ -1,4 +1,4 @@
-*undo.txt*      For Vim version 7.0g.  Last change: 2006 Apr 30
+*undo.txt*      For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 898742dc8eb23f0a4ad9ed71c1a487b0975dd432..fc3b3ee7ffd0a9e3c1a38cd7a5c722cc292f8f88 100644 (file)
@@ -1,4 +1,4 @@
-*usr_01.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_01.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 1559c0bbcefbf7660888267546fbec027cf240a4..2b3dd788a65eb3cbe96b0b864b444dced1ebb8a4 100644 (file)
@@ -1,4 +1,4 @@
-*usr_02.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_02.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 53ef056d11f350ea3be0bbad9968e5bda889db2b..9f15540bc53aef17e59b7efdeeb1640a54d81d1e 100644 (file)
@@ -1,4 +1,4 @@
-*usr_03.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_03.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index dba3b5ef94ee4b272539bb7e7f5629d6a57201a7..403a86146f0102251c1f9778f842abc877e8e2f9 100644 (file)
@@ -1,4 +1,4 @@
-*usr_04.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_04.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index d4e189ce7a3e55b08c440466d1f32df35ea1a65b..8d2b88e28f43c70d3c33b3c4c609fa94c11cdf48 100644 (file)
@@ -1,4 +1,4 @@
-*usr_05.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_05.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index dc911ff81108c93348fc980e35c6d822be8e810a..cd40be4773eff0f7d746b0854116685c4873ed5a 100644 (file)
@@ -1,4 +1,4 @@
-*usr_06.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_06.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 2dff42743b06375db65324bd819e09ed850f860f..1fb7b5fdaee508013af437098a2d4d2a6e381004 100644 (file)
@@ -1,4 +1,4 @@
-*usr_07.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_07.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 3038c0d98021eb78617113c71aab9a7e8715aeec..cdb157e109357ce95b735af9a3f4ddcda6999adc 100644 (file)
@@ -1,4 +1,4 @@
-*usr_08.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*usr_08.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index d15f89eee45635c757eef01df47e5e4c43c91c73..fcfbcb65ace46635cb5aaa0ffc0d894304b1bde1 100644 (file)
@@ -1,4 +1,4 @@
-*usr_09.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_09.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 2c046735bd38f277075b8c1a79751fd32bf2c721..b094a72963d33ac2148e1868f6cbdfe248038653 100644 (file)
@@ -1,4 +1,4 @@
-*usr_10.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_10.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 41205ec5dd6589845e403e2230b4804cccbf9f34..01e3155f42bb1993b680009157ef8aed92e370ad 100644 (file)
@@ -1,4 +1,4 @@
-*usr_11.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_11.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 044549efd8697476b1fcd9d400d72a649e3e150a..1e2ee24757f0b529a34d124a206374bf72084f1a 100644 (file)
@@ -1,4 +1,4 @@
-*usr_12.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_12.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index de26aab5398ee2c95d60b0bf069238fcea2378ac..78e7a5660dd1d6f5978313175f0dda8eb66d1d12 100644 (file)
@@ -1,4 +1,4 @@
-*usr_20.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_20.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index f99e811a3f875ad4854eaebf5369c0ab080cbcbd..53228cc818223d1d9a5944de8f8f0525c375a0bf 100644 (file)
@@ -1,4 +1,4 @@
-*usr_21.txt*   For Vim version 7.0g.  Last change: 2006 Apr 25
+*usr_21.txt*   For Vim version 7.0.  Last change: 2006 Apr 25
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 90e2b084371a7a5d960dbb3a93af336664309742..85113aea5f68024248eccbdaf8deb30c42cfb7eb 100644 (file)
@@ -1,4 +1,4 @@
-*usr_22.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_22.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index e168abcd088fe075dd8bc285091e766764b1e6b0..120fe73d2f1859bb516a1fa65fdc6448b0d5d5e6 100644 (file)
@@ -1,4 +1,4 @@
-*usr_23.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_23.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 175d09f6f65700590c08d3a67defcc0e20a6b137..9a961ef7f79478b0141dc110920cbf7b713c227d 100644 (file)
@@ -1,4 +1,4 @@
-*usr_24.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_24.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 49625e1bf667905d2d677ce00edf0b6790f06852..a1e887afbcdc9be4386d5d95521229b93519e6c8 100644 (file)
@@ -1,4 +1,4 @@
-*usr_25.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_25.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index c084afd8f7da8463b028cecb13e6335b4282112b..ca78681adf6517d6099d7ce15ddae5fe80c5566c 100644 (file)
@@ -1,4 +1,4 @@
-*usr_26.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_26.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 40e50901e619fee27386c2791f56b49430ecc9ff..1e61f9378dd689bbc2746367fd540fbda5488ab4 100644 (file)
@@ -1,4 +1,4 @@
-*usr_27.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_27.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index a69081ffbef3fd7c44ccf6d1b377ffdf51e3d94b..ad4f0242ac17eac00c34a1e88ac0c2cb3929ee76 100644 (file)
@@ -1,4 +1,4 @@
-*usr_28.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_28.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 109487323c1c3218b8d8982c10cc1626856e7224..b3a1d51eb245b949d5fbce28b0126eed2407b0fa 100644 (file)
@@ -1,4 +1,4 @@
-*usr_29.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_29.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 9e1ced27e4953aeb02b3b0a51f682e6ffe796abc..4e76b3dcb251c23b9993e434f419d0782a21a591 100644 (file)
@@ -1,4 +1,4 @@
-*usr_30.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_30.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 2b6f8e9cbfc44fdd14532cf6865b1344d69d1c03..4c11232183c90f15323ab51d3ffc0e2aac6434f8 100644 (file)
@@ -1,4 +1,4 @@
-*usr_31.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_31.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 5e600d397083ca47c198e235616ce6c1631d007b..055a5add3c600a82a89587ba6e636c294dcecdae 100644 (file)
@@ -1,4 +1,4 @@
-*usr_32.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*usr_32.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index b46ae5b0c3ea9aff1e7bb2634d6e750e9cfcb9f9..879d1456b50230238dbd7412e43e146bb570dc68 100644 (file)
@@ -1,4 +1,4 @@
-*usr_40.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_40.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 9b04a679695d9400727c3e2a3a97c67dbff252bc..4139ad89f0f81a2ddaade39e0eaaf1f557dcf1e4 100644 (file)
@@ -1,4 +1,4 @@
-*usr_41.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
+*usr_41.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 8b70d9d59ddb23cfc446e25ac3d29ff22dd5f1c8..5370a30dad88fc043e14079e138d6a6a66c6fd8b 100644 (file)
@@ -1,4 +1,4 @@
-*usr_42.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_42.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 4de298f7cb315cc3a19f0a7a8c6db5c6a2ea31b9..4e2070eee51d34129866c185d7c15e09644c219f 100644 (file)
@@ -1,4 +1,4 @@
-*usr_43.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_43.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 21873f1204281a97b7532a413c5a2687fce0667d..e5b0fa95d6cbd583a2a29abbfda7397af7c864ce 100644 (file)
@@ -1,4 +1,4 @@
-*usr_44.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_44.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index bd69ad967ef481e4ad8d38377eb87592b01903c2..d436bdd776480ab30421a7e8386411dc364751cf 100644 (file)
@@ -1,4 +1,4 @@
-*usr_45.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_45.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 5409ed1efe807e4bbd9a456d200377ccdd260c2f..65aad26c8fa92a2f7b59b0efc04f51db226a0091 100644 (file)
@@ -1,4 +1,4 @@
-*usr_90.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_90.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 89c9a2c535e99b8c2323bcb6e390bad2e3d28ada..9fe133c49accd3d9a9c34465a54943a3844af7a3 100644 (file)
@@ -1,4 +1,4 @@
-*usr_toc.txt*  For Vim version 7.0g.  Last change: 2006 Apr 24
+*usr_toc.txt*  For Vim version 7.0.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 8aafab79225348182e163656a4844c39af621d4d..2f1d3fff6f03ee55e160a877e60fdbc53126d9c9 100644 (file)
@@ -1,4 +1,4 @@
-*various.txt*   For Vim version 7.0g.  Last change: 2006 Apr 25
+*various.txt*   For Vim version 7.0.  Last change: 2006 Apr 25
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 3ceee53491e1ce3baaf59f15a33d006dbac4d4cb..fdc710dd2b08e110da9cb5bdddb6f196bb2ec106 100644 (file)
@@ -1,4 +1,4 @@
-*version4.txt*  For Vim version 7.0g.  Last change: 2006 Apr 24
+*version4.txt*  For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 92297d22e8cf31f1aa160ca4bd77d1f4e7e25690..bc0628e5a648d91ac79b494a8d4d74a80c849d47 100644 (file)
@@ -1,4 +1,4 @@
-*version5.txt*  For Vim version 7.0g.  Last change: 2006 Apr 24
+*version5.txt*  For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index a4651435223da30151bf6b7f9a01c821059e411a..9dda5777abecde757ca8f07054c5bcfd72c17aeb 100644 (file)
@@ -1,4 +1,4 @@
-*version6.txt*  For Vim version 7.0g.  Last change: 2006 Apr 30
+*version6.txt*  For Vim version 7.0.  Last change: 2006 Apr 30
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index fbdc53df41850b63c3f358edbcd79c16c56b04e1..4a6059c3c5452e22cab9e492b922513fca5c7ed6 100644 (file)
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0g.  Last change: 2006 May 06
+*version7.txt*  For Vim version 7.0.  Last change: 2006 May 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2965,5 +2965,8 @@ width of the Vim window could make it jump to the first monitor.
 When scrolling back at the more prompt and the quitting a line of text would
 be left behind when 'cmdheight' is 2 or more.
 
+Fixed a few things for Insert mode completion, especially when typing BS,
+CTRL-N or a printable character while still searching for matches.
+
 
  vim:tw=78:ts=8:ft=help:norl:
index 048b83f7754506e4f59556e143026bebcf1cdf98..466a049f71d6ff70c6ee684593b0bfd2118c4877 100644 (file)
@@ -1,4 +1,4 @@
-*vi_diff.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*vi_diff.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index e9fbc72b5cbd2259ee4acf389c94abea9f355fc4..e588d954b03bef11e1b8ec67ac9e6700dbe9f526 100644 (file)
@@ -1,4 +1,4 @@
-*visual.txt*    For Vim version 7.0g.  Last change: 2006 Apr 24
+*visual.txt*    For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 65d5cf29a98f45c89e0c98522d47728b836cfcf2..fb4a3b4366e8d44e6863b97d676eac8cb523e186 100644 (file)
@@ -1,4 +1,4 @@
-*windows.txt*   For Vim version 7.0g.  Last change: 2006 Apr 24
+*windows.txt*   For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 6998b4cc50d41ea14cb551dc3eb27b2e775fb115..21b80cec11cf7a1964c0e52b6cee5c874bdf90a6 100644 (file)
@@ -1,4 +1,4 @@
-*workshop.txt*  For Vim version 7.0g.  Last change: 2006 Apr 24
+*workshop.txt*  For Vim version 7.0.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Gordon Prieur
index 48ee7ab11c5a6864322b313ef4f60a33f5e55f15..bbd74fbf42d56bcf630411f5d89dd0bd5339d506 100644 (file)
@@ -1,6 +1,6 @@
 " Vim script to work like "less"
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2004 Feb 19
+" Last Change: 2006 May 07
 
 " Avoid loading this file twice, allow the user to define his own script.
 if exists("loaded_less")
@@ -191,7 +191,7 @@ noremap q :q<CR>
 map v :silent call <SID>End()<CR>
 fun! s:End()
   set ma
-  if exists(s:lz)
+  if exists('s:lz')
     let &lz = s:lz
   endif
   unmap h
index 2e387421d7dec071640e53ea67e6469e3c2f1af8..7496c3db1ad833705902a7da998d2127f6469981 100644 (file)
@@ -2,6 +2,7 @@
 " Language:    Python
 " Maintainer:  Neil Schemenauer <nas@python.ca>
 " Updated:     2002-10-18
+"              Added Python 2.4 features 2006 May 4 (Dmitry Vasiliev)
 "
 " Options to control Python syntax highlighting:
 "
index bb906e26c4be9f84c1817dba335523720f51cff5..2b80956d86d8498c98e70efc4a4387125e3b2545 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.0g]
-   "DisplayName"="Vim 7.0g: Edit with Vim popup menu entry"
+[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.0]
+   "DisplayName"="Vim 7.0: Edit with Vim popup menu entry"
    "UninstallString"="uninstal.exe"
index 32f3a97c62c1160ad697e3d090dfbca510581197..b9627ab31d75f01f991e0f1f6efd83d2a91b8032 100644 (file)
@@ -880,7 +880,7 @@ MAN1DIR = /man1
 
 ### Vim version (adjusted by a script)
 VIMMAJOR = 7
-VIMMINOR = 0g
+VIMMINOR = 0
 
 ### Location of Vim files (should not need to be changed, and  {{{1
 ### some things might not work when they are changed!)
index e298a8c389f3e223fa00bd52e537eb5ab1a9e78f..9b3a528b0fe5f81f65c466f562981666a0df0218 100644 (file)
@@ -105,6 +105,11 @@ static int   compl_used_match;     /* Selected one of the matches.  When
                                           FALSE the match was edited or using
                                           the longest common string. */
 
+static int       compl_was_interrupted = FALSE;  /* didn't finish finding
+                                                    completions. */
+
+static int       compl_restarting = FALSE;     /* don't insert match */
+
 /* When the first completion is done "compl_started" is set.  When it's
  * FALSE the word to be completed must be located. */
 static int       compl_started = FALSE;
@@ -139,7 +144,9 @@ static char_u *find_line_end __ARGS((char_u *ptr));
 static void ins_compl_free __ARGS((void));
 static void ins_compl_clear __ARGS((void));
 static int  ins_compl_bs __ARGS((void));
+static void ins_compl_new_leader __ARGS((void));
 static void ins_compl_addleader __ARGS((int c));
+static void ins_compl_restart __ARGS((void));
 static void ins_compl_set_original_text __ARGS((char_u *str));
 static void ins_compl_addfrommatch __ARGS((void));
 static int  ins_compl_prep __ARGS((int c));
@@ -3008,43 +3015,69 @@ ins_compl_bs()
     if ((int)(p - line) - (int)compl_col <= 0)
        return K_BS;
 
-    if (curwin->w_cursor.col <= compl_col + compl_length)
-    {
-       /* Deleted more than what was used to find matches, need to look for
-        * matches all over again. */
-       ins_compl_free();
-       compl_started = FALSE;
-       compl_matches = 0;
-       compl_cont_status = 0;
-       compl_cont_mode = 0;
-    }
+    /* For redo we need to repeat this backspace. */
+    AppendCharToRedobuff(K_BS);
+
+    /* Deleted more than what was used to find matches or didn't finish
+     * finding all matches: need to look for matches all over again. */
+    if (curwin->w_cursor.col <= compl_col + compl_length
+                                                    || compl_was_interrupted)
+       ins_compl_restart();
 
     vim_free(compl_leader);
     compl_leader = vim_strnsave(line + compl_col, (int)(p - line) - compl_col);
     if (compl_leader != NULL)
     {
-       ins_compl_del_pum();
-       ins_compl_delete();
-       ins_bytes(compl_leader + curwin->w_cursor.col - compl_col);
+       ins_compl_new_leader();
+       return NUL;
+    }
+    return K_BS;
+}
 
-       if (compl_started)
-           ins_compl_set_original_text(compl_leader);
-       else
-       {
+/*
+ * Called after changing "compl_leader".
+ * Show the popup menu with a different set of matches.
+ * May also search for matches again if the previous search was interrupted.
+ */
+    static void
+ins_compl_new_leader()
+{
+    ins_compl_del_pum();
+    ins_compl_delete();
+    ins_bytes(compl_leader + curwin->w_cursor.col - compl_col);
+    compl_used_match = FALSE;
+    compl_enter_selects = FALSE;
+
+    if (compl_started)
+       ins_compl_set_original_text(compl_leader);
+    else
+    {
 #ifdef FEAT_SPELL
-           spell_bad_len = 0;  /* need to redetect bad word */
+       spell_bad_len = 0;      /* need to redetect bad word */
 #endif
-           /* Matches were cleared, need to search for them now. */
-           if (ins_complete(Ctrl_N) == FAIL)
-               compl_cont_status = 0;
-           else
-           {
-               /* Remove the completed word again. */
-               ins_compl_delete();
-               ins_bytes(compl_leader + curwin->w_cursor.col - compl_col);
-           }
+       /*
+        * Matches were cleared, need to search for them now.  First display
+        * the changed text before the cursor.  Set "compl_restarting" to
+        * avoid that the first match is inserted.
+        */
+       update_screen(0);
+#ifdef FEAT_GUI
+       if (gui.in_use)
+       {
+           /* Show the cursor after the match, not after the redrawn text. */
+           setcursor();
+           out_flush();
+           gui_update_cursor(FALSE, FALSE);
        }
+#endif
+       compl_restarting = TRUE;
+       if (ins_complete(Ctrl_N) == FAIL)
+           compl_cont_status = 0;
+       compl_restarting = FALSE;
+    }
 
+    if (!compl_used_match)
+    {
        /* Go to the original text, since none of the matches is inserted. */
        if (compl_first_match->cp_prev != NULL
                && (compl_first_match->cp_prev->cp_flags & ORIGINAL_TEXT))
@@ -3053,15 +3086,10 @@ ins_compl_bs()
            compl_shown_match = compl_first_match;
        compl_curr_match = compl_shown_match;
        compl_shows_dir = compl_direction;
-
-       /* Show the popup menu with a different set of matches. */
-       ins_compl_show_pum();
-       compl_used_match = FALSE;
-       compl_enter_selects = FALSE;
-
-       return NUL;
     }
-    return K_BS;
+
+    /* Show the popup menu with a different set of matches. */
+    ins_compl_show_pum();
 }
 
 /*
@@ -3087,18 +3115,33 @@ ins_compl_addleader(c)
 #endif
        ins_char(c);
 
+    /* For redo we need to count this character so that the number of
+     * backspaces is correct. */
+    AppendCharToRedobuff(c);
+
+    /* If we didn't complete finding matches we must search again. */
+    if (compl_was_interrupted)
+       ins_compl_restart();
+
     vim_free(compl_leader);
     compl_leader = vim_strnsave(ml_get_curline() + compl_col,
                                            curwin->w_cursor.col - compl_col);
     if (compl_leader != NULL)
-    {
-       /* Show the popup menu with a different set of matches. */
-       ins_compl_del_pum();
-       ins_compl_show_pum();
-       compl_used_match = FALSE;
-       compl_enter_selects = FALSE;
-       ins_compl_set_original_text(compl_leader);
-    }
+       ins_compl_new_leader();
+}
+
+/*
+ * Setup for finding completions again without leaving CTRL-X mode.  Used when
+ * BS or a key was typed while still searching for matches.
+ */
+    static void
+ins_compl_restart()
+{
+    ins_compl_free();
+    compl_started = FALSE;
+    compl_matches = 0;
+    compl_cont_status = 0;
+    compl_cont_mode = 0;
 }
 
 /*
@@ -4060,7 +4103,7 @@ ins_compl_next(allow_get_expansion, count, insert_match)
     }
 
     if (allow_get_expansion && insert_match
-                                 && (!compl_get_longest || compl_used_match))
+           && (!(compl_get_longest || compl_restarting) || compl_used_match))
        /* Delete old text to be replaced */
        ins_compl_delete();
 
@@ -4068,6 +4111,13 @@ ins_compl_next(allow_get_expansion, count, insert_match)
      * don't let CTRL-N or CTRL-P move to the first match. */
     advance = count != 1 || !allow_get_expansion || !compl_get_longest;
 
+    /* When restarting the search don't insert the first match either. */
+    if (compl_restarting)
+    {
+       advance = FALSE;
+       compl_restarting = FALSE;
+    }
+
     /* Repeat this for when <PageUp> or <PageDown> is typed.  But don't wrap
      * around. */
     while (--todo >= 0)
@@ -4102,6 +4152,7 @@ ins_compl_next(allow_get_expansion, count, insert_match)
            if (!allow_get_expansion)
                return -1;
 
+           /* Find matches. */
            num_matches = ins_compl_get_exp(&compl_startpos);
            if (compl_pending != 0 && compl_direction == compl_shows_dir
                                                                   && advance)
@@ -4850,6 +4901,7 @@ ins_complete(c)
        setcursor();
        RedrawingDisabled = n;
     }
+    compl_was_interrupted = compl_interrupted;
     compl_interrupted = FALSE;
 
     return OK;
index 88c9d2ee128644ba66b4ec912e32bbf05b375c77..33a435f126b0cfad9a3f5c111fb8460cc64a5c60 100644 (file)
 #define VIM_VERSION_MINOR_STR          "0"
 #define VIM_VERSION_100            (VIM_VERSION_MAJOR * 100 + VIM_VERSION_MINOR)
 
-#define VIM_VERSION_BUILD               261
-#define VIM_VERSION_BUILD_BCD          0x105
-#define VIM_VERSION_BUILD_STR          "261"
+#define VIM_VERSION_BUILD               262
+#define VIM_VERSION_BUILD_BCD          0x106
+#define VIM_VERSION_BUILD_STR          "262"
 #define VIM_VERSION_PATCHLEVEL          0
 #define VIM_VERSION_PATCHLEVEL_STR     "0"
 /* Used by MacOS port should be one of: development, alpha, beta, final */
-#define VIM_VERSION_RELEASE            beta
+#define VIM_VERSION_RELEASE            final
 
 /*
  * VIM_VERSION_NODOT is used for the runtime directory name.
@@ -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      "vim70g"
-#define VIM_VERSION_SHORT      "7.0g"
-#define VIM_VERSION_MEDIUM     "7.0g05 BETA"
-#define VIM_VERSION_LONG       "VIM - Vi IMproved 7.0g05 BETA (2006 May 6)"
-#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.0g05 BETA (2006 May 6, compiled "
+#define VIM_VERSION_NODOT      "vim70"
+#define VIM_VERSION_SHORT      "7.0"
+#define VIM_VERSION_MEDIUM     "7.0"
+#define VIM_VERSION_LONG       "VIM - Vi IMproved 7.0 (2006 May 7)"
+#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.0 (2006 May 7, compiled "