diff --git a/.hgtags b/.hgtags index 895cac3f93..2d5e51625e 100644 --- a/.hgtags +++ b/.hgtags @@ -2687,3 +2687,16 @@ bc4fb031746594e4e84b36e64389e78454617a86 v7-4a-030 fa024ce48542356206bf86bdc9286ecf0510ad49 v7-4a-033 947edb6335d1e196c27e2e7e0e0a5ed8f6b78498 v7-4a-034 4ceacc1b00548c0b21c0dc2628608515899df721 v7-4a-035 +9982ec574beb1866536f0e8a0ace3073faa3bb97 v7-4a-036 +91d478da863e0779c482c790cc96b14188f3ecaf v7-4a-037 +8f983df0299fb4f1c7359eb3b844ee93e8f7e8fb v7-4a-038 +a08fa2919f2b39be0416109d87a42fbb5880ac76 v7-4a-039 +1261caf9bc5193d304140647c08ca5b52120ce52 v7-4a-040 +74d2f3188cd0aaa0d3d7cd3df001d88b04f77f5c v7-4a-041 +1899acc5aebd40f625b9fed7bc4c1b5f67e5bc3f v7-4a-042 +6fa64615c8d38ecf464702b102538c09fe250813 v7-4a-043 +647596ab1ae2f4b36bfc20293adf4b3a43372818 v7-4a-044 +da95a7f1d5a8413ae719188cec5b706b99db4a91 v7-4a-045 +f0361e297d9ceb533a17530647b4482c3990df3c v7-4a-046 +8c6615a30951fb9f2d2b218e55626f5dfa3fa24e v7-4a-047 +09c88160095d98a0b1403e9230c76e8adbb75d59 v7-4b-000 diff --git a/Contents b/Contents index 9a8ec1a26d..24a4acc28a 100644 --- 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.4a. Also runs under UNIX, MSDOS and other systems. - vim74art.tgz contains the documentation and syntax files. - vim74abin.tgz contains the binaries. - vim74asrc.tgz contains the sources. + Version 7.4b. Also runs under UNIX, MSDOS and other systems. + vim74brt.tgz contains the documentation and syntax files. + vim74bbin.tgz contains the binaries. + vim74bsrc.tgz contains the sources. Author: Bram Moolenaar et al. diff --git a/Makefile b/Makefile index 3eebb82300..763f047f27 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ # Before creating an archive first delete all backup files, *.orig, etc. MAJOR = 7 -MINOR = 4a +MINOR = 4b # Uncomment this line if the Win32s version is to be included. # DOSBIN_S = dosbin_s @@ -137,7 +137,7 @@ MINOR = 4a # Or, when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the # paths when necessary). # For Windows 98/ME the 2003 version is required, but then the executable -# won't work on Windows 7 and 64 bit. +# won't work on Windows 7 and 64 bit systems. # - "nmake -f Make_mvc.mak" (use the same path as for vcvars32.bat) # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output. # - Rename vim.exe to vimw32.exe, xxd/xxd.exe to xxdw32.exe. diff --git a/README.txt b/README.txt index 5ec08cbb3a..48bc1a79c4 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -README.txt for version 7.4a of Vim: Vi IMproved. +README.txt for version 7.4b of Vim: Vi IMproved. WHAT IS VIM diff --git a/README_ami.txt b/README_ami.txt index e33caa86b8..9268fbc859 100644 --- a/README_ami.txt +++ b/README_ami.txt @@ -1,4 +1,4 @@ -README_ami.txt for version 7.4a of Vim: Vi IMproved. +README_ami.txt for version 7.4b of Vim: Vi IMproved. This file explains the installation of Vim on Amiga systems. See README.txt for general information about Vim. diff --git a/README_amibin.txt b/README_amibin.txt index 474f70c972..44c769207e 100644 --- a/README_amibin.txt +++ b/README_amibin.txt @@ -1,4 +1,4 @@ -README_amibin.txt for version 7.4a of Vim: Vi IMproved. +README_amibin.txt for version 7.4b of Vim: Vi IMproved. See "README.txt" for general information about Vim. See "README_ami.txt" for installation instructions for the Amiga. diff --git a/README_amisrc.txt b/README_amisrc.txt index 7ce333dd20..48fce6d33e 100644 --- a/README_amisrc.txt +++ b/README_amisrc.txt @@ -1,4 +1,4 @@ -README_amisrc.txt for version 7.4a of Vim: Vi IMproved. +README_amisrc.txt for version 7.4b of Vim: Vi IMproved. See "README.txt" for general information about Vim. See "README_ami.txt" for installation instructions for the Amiga. diff --git a/README_bindos.txt b/README_bindos.txt index c49e7ea0c7..83b45e3adf 100644 --- a/README_bindos.txt +++ b/README_bindos.txt @@ -1,4 +1,4 @@ -README_bindos.txt for version 7.4a of Vim: Vi IMproved. +README_bindos.txt for version 7.4b 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. diff --git a/README_dos.txt b/README_dos.txt index 6ad760b348..bf88c9852d 100644 --- a/README_dos.txt +++ b/README_dos.txt @@ -1,4 +1,4 @@ -README_dos.txt for version 7.4a of Vim: Vi IMproved. +README_dos.txt for version 7.4b 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. diff --git a/README_extra.txt b/README_extra.txt index 7b6e1f6178..a268ace70a 100644 --- a/README_extra.txt +++ b/README_extra.txt @@ -1,4 +1,4 @@ -README_extra.txt for version 7.4a of Vim: Vi IMproved. +README_extra.txt for version 7.4b 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" diff --git a/README_mac.txt b/README_mac.txt index a06f9f5a5c..1e6e8da7e9 100644 --- a/README_mac.txt +++ b/README_mac.txt @@ -1,4 +1,4 @@ -README_mac.txt for version 7.4a of Vim: Vi IMproved. +README_mac.txt for version 7.4b of Vim: Vi IMproved. This file explains the installation of MacVim. See "README.txt" for general information about Vim. diff --git a/README_ole.txt b/README_ole.txt index e945a6549f..a952402651 100644 --- a/README_ole.txt +++ b/README_ole.txt @@ -1,4 +1,4 @@ -README_ole.txt for version 7.4a of Vim: Vi IMproved. +README_ole.txt for version 7.4b 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 diff --git a/README_os2.txt b/README_os2.txt index 55820b9291..9be819f0be 100644 --- a/README_os2.txt +++ b/README_os2.txt @@ -1,4 +1,4 @@ -README_os2.txt for version 7.4a of Vim: Vi IMproved. +README_os2.txt for version 7.4b of Vim: Vi IMproved. This file explains the installation of Vim on OS/2 systems. See "README.txt" for general information about Vim. diff --git a/README_os390.txt b/README_os390.txt index 5db4db2949..71bdad9a98 100644 --- a/README_os390.txt +++ b/README_os390.txt @@ -1,4 +1,4 @@ -README_zOS.txt for version 7.4a of Vim: Vi IMproved. +README_zOS.txt for version 7.4b 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. diff --git a/README_src.txt b/README_src.txt index 968c653095..d753b2bdba 100644 --- a/README_src.txt +++ b/README_src.txt @@ -1,4 +1,4 @@ -README_src.txt for version 7.4a of Vim: Vi IMproved. +README_src.txt for version 7.4b 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). diff --git a/README_srcdos.txt b/README_srcdos.txt index a766f86fad..a007c47d85 100644 --- a/README_srcdos.txt +++ b/README_srcdos.txt @@ -1,4 +1,4 @@ -README_srcdos.txt for version 7.4a of Vim: Vi IMproved. +README_srcdos.txt for version 7.4b 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. diff --git a/README_unix.txt b/README_unix.txt index cf341407d3..fbd02d2bf5 100644 --- a/README_unix.txt +++ b/README_unix.txt @@ -1,4 +1,4 @@ -README_unix.txt for version 7.4a of Vim: Vi IMproved. +README_unix.txt for version 7.4b of Vim: Vi IMproved. This file explains the installation of Vim on Unix systems. See "README.txt" for general information about Vim. diff --git a/README_vms.txt b/README_vms.txt index 60ee7fd442..e5dd0d135b 100644 --- a/README_vms.txt +++ b/README_vms.txt @@ -1,4 +1,4 @@ -README_vms.txt for version 7.4a of Vim: Vi IMproved. +README_vms.txt for version 7.4b 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. diff --git a/README_w32s.txt b/README_w32s.txt index 28ff17700d..ea1d023d0e 100644 --- a/README_w32s.txt +++ b/README_w32s.txt @@ -1,4 +1,4 @@ -README_w32s.txt for version 7.4a of Vim: Vi IMproved. +README_w32s.txt for version 7.4b 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. diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index b249a9202d..a1e26e63e8 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -22,7 +22,7 @@ !define HAVE_NLS !define VER_MAJOR 7 -!define VER_MINOR 4a +!define VER_MINOR 4b # ----------- No configurable settings below this line ----------- diff --git a/runtime/doc/arabic.txt b/runtime/doc/arabic.txt index 96ab7f78dc..5410ce7320 100644 --- a/runtime/doc/arabic.txt +++ b/runtime/doc/arabic.txt @@ -1,4 +1,4 @@ -*arabic.txt* For Vim version 7.4a. Last change: 2010 Nov 13 +*arabic.txt* For Vim version 7.4b. Last change: 2010 Nov 13 VIM REFERENCE MANUAL by Nadim Shaikli diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 5fea97a284..4d7a4260ed 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 7.4a. Last change: 2013 Jun 15 +*autocmd.txt* For Vim version 7.4b. Last change: 2013 Jun 15 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 7103239d1a..88a5ba36e3 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1,4 +1,4 @@ -*change.txt* For Vim version 7.4a. Last change: 2013 Mar 19 +*change.txt* For Vim version 7.4b. Last change: 2013 Jul 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -71,9 +71,21 @@ For inserting text see |insert.txt|. "D" deletes the highlighted text plus all text until the end of the line. {not in Vi} - *:d* *:de* *:del* *:delete* *:dl* + *:d* *:de* *:del* *:delete* *:dl* *:dp* :[range]d[elete] [x] Delete [range] lines (default: current line) [into register x]. + Note these weird abbreviations: + :dl delete and list + :dell idem + :delel idem + :deletl idem + :deletel idem + :dp delete and print + :dep idem + :delp idem + :delep idem + :deletp idem + :deletep idem :[range]d[elete] [x] {count} Delete {count} lines, starting with [range] diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 4cae0f2bd0..20117f1331 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1,4 +1,4 @@ -*cmdline.txt* For Vim version 7.4a. Last change: 2013 Mar 16 +*cmdline.txt* For Vim version 7.4b. Last change: 2013 Mar 16 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/debug.txt b/runtime/doc/debug.txt index a102b85b71..77c2483b17 100644 --- a/runtime/doc/debug.txt +++ b/runtime/doc/debug.txt @@ -1,4 +1,4 @@ -*debug.txt* For Vim version 7.4a. Last change: 2012 Feb 11 +*debug.txt* For Vim version 7.4b. Last change: 2012 Feb 11 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt index cb46e05551..8fa64bfa40 100644 --- a/runtime/doc/debugger.txt +++ b/runtime/doc/debugger.txt @@ -1,4 +1,4 @@ -*debugger.txt* For Vim version 7.4a. Last change: 2005 Mar 29 +*debugger.txt* For Vim version 7.4b. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Gordon Prieur diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 6e2c806bfa..1bc7ccef61 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -1,4 +1,4 @@ -*develop.txt* For Vim version 7.4a. Last change: 2013 Apr 27 +*develop.txt* For Vim version 7.4b. Last change: 2013 Apr 27 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index 637c34777d..f7661b0085 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -1,4 +1,4 @@ -*diff.txt* For Vim version 7.4a. Last change: 2013 Jul 07 +*diff.txt* For Vim version 7.4b. Last change: 2013 Jul 07 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt index 91260f3892..350ced27ff 100644 --- a/runtime/doc/digraph.txt +++ b/runtime/doc/digraph.txt @@ -1,4 +1,4 @@ -*digraph.txt* For Vim version 7.4a. Last change: 2011 Jan 15 +*digraph.txt* For Vim version 7.4b. Last change: 2011 Jan 15 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 2966080906..b726360dae 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 7.4a. Last change: 2013 Feb 07 +*editing.txt* For Vim version 7.4b. Last change: 2013 Feb 07 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 7bcfb70860..5b7557d2b1 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.4a. Last change: 2013 Jun 11 +*eval.txt* For Vim version 7.4b. Last change: 2013 Jun 11 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/farsi.txt b/runtime/doc/farsi.txt index 56b2812a5c..67d3d828f6 100644 --- a/runtime/doc/farsi.txt +++ b/runtime/doc/farsi.txt @@ -1,4 +1,4 @@ -*farsi.txt* For Vim version 7.4a. Last change: 2010 Aug 07 +*farsi.txt* For Vim version 7.4b. Last change: 2010 Aug 07 VIM REFERENCE MANUAL by Mortaza Ghassab Shiran diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index ba57bf181d..6cf568e7f3 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -1,4 +1,4 @@ -*filetype.txt* For Vim version 7.4a. Last change: 2013 May 25 +*filetype.txt* For Vim version 7.4b. Last change: 2013 May 25 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/fold.txt b/runtime/doc/fold.txt index ce48db59f3..f6ea58407a 100644 --- a/runtime/doc/fold.txt +++ b/runtime/doc/fold.txt @@ -1,4 +1,4 @@ -*fold.txt* For Vim version 7.4a. Last change: 2010 May 13 +*fold.txt* For Vim version 7.4b. Last change: 2010 May 13 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/ft_ada.txt b/runtime/doc/ft_ada.txt index 9323944881..eef207b86c 100644 --- a/runtime/doc/ft_ada.txt +++ b/runtime/doc/ft_ada.txt @@ -1,4 +1,4 @@ -*ft_ada.txt* For Vim version 7.4a. Last change: 2010 Jul 20 +*ft_ada.txt* For Vim version 7.4b. Last change: 2010 Jul 20 ADA FILE TYPE PLUG-INS REFERENCE MANUAL~ diff --git a/runtime/doc/ft_sql.txt b/runtime/doc/ft_sql.txt index 926689fb1f..d3b204416f 100644 --- a/runtime/doc/ft_sql.txt +++ b/runtime/doc/ft_sql.txt @@ -1,4 +1,4 @@ -*ft_sql.txt* For Vim version 7.4a. Last change: 2013 May 15 +*ft_sql.txt* For Vim version 7.4b. Last change: 2013 May 15 by David Fishburn diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index 9200a9ee31..615b698234 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -1,4 +1,4 @@ -*gui.txt* For Vim version 7.4a. Last change: 2013 Jun 12 +*gui.txt* For Vim version 7.4b. Last change: 2013 Jun 12 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/gui_w16.txt b/runtime/doc/gui_w16.txt index 2d95b9f33e..f6921cf363 100644 --- a/runtime/doc/gui_w16.txt +++ b/runtime/doc/gui_w16.txt @@ -1,4 +1,4 @@ -*gui_w16.txt* For Vim version 7.4a. Last change: 2005 Mar 29 +*gui_w16.txt* For Vim version 7.4b. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/gui_w32.txt b/runtime/doc/gui_w32.txt index 7bfc38452b..7e2da8997f 100644 --- a/runtime/doc/gui_w32.txt +++ b/runtime/doc/gui_w32.txt @@ -1,4 +1,4 @@ -*gui_w32.txt* For Vim version 7.4a. Last change: 2012 Aug 04 +*gui_w32.txt* For Vim version 7.4b. Last change: 2012 Aug 04 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/gui_x11.txt b/runtime/doc/gui_x11.txt index c06f5c00df..2e7e9208bb 100644 --- a/runtime/doc/gui_x11.txt +++ b/runtime/doc/gui_x11.txt @@ -1,4 +1,4 @@ -*gui_x11.txt* For Vim version 7.4a. Last change: 2011 Sep 14 +*gui_x11.txt* For Vim version 7.4b. Last change: 2011 Sep 14 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/hangulin.txt b/runtime/doc/hangulin.txt index b9ac9102bd..c64a2e9d23 100644 --- a/runtime/doc/hangulin.txt +++ b/runtime/doc/hangulin.txt @@ -1,4 +1,4 @@ -*hangulin.txt* For Vim version 7.4a. Last change: 2009 Jun 24 +*hangulin.txt* For Vim version 7.4b. Last change: 2009 Jun 24 VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam diff --git a/runtime/doc/hebrew.txt b/runtime/doc/hebrew.txt index 9c1d61c69e..12a5563f82 100644 --- a/runtime/doc/hebrew.txt +++ b/runtime/doc/hebrew.txt @@ -1,4 +1,4 @@ -*hebrew.txt* For Vim version 7.4a. Last change: 2007 Jun 14 +*hebrew.txt* For Vim version 7.4b. Last change: 2007 Jun 14 VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem) diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 13961a33cd..db8b2bf37d 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -1,4 +1,4 @@ -*help.txt* For Vim version 7.4a. Last change: 2012 Dec 06 +*help.txt* For Vim version 7.4b. Last change: 2012 Dec 06 VIM - main help file k diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index e14adaf590..8156616b68 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -1,4 +1,4 @@ -*helphelp.txt* For Vim version 7.4a. Last change: 2012 Nov 28 +*helphelp.txt* For Vim version 7.4b. Last change: 2012 Nov 28 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/howto.txt b/runtime/doc/howto.txt index bcd2c183b4..d40b7a0859 100644 --- a/runtime/doc/howto.txt +++ b/runtime/doc/howto.txt @@ -1,4 +1,4 @@ -*howto.txt* For Vim version 7.4a. Last change: 2006 Apr 02 +*howto.txt* For Vim version 7.4b. Last change: 2006 Apr 02 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt index f3b6598982..cdff4a2f73 100644 --- a/runtime/doc/if_cscop.txt +++ b/runtime/doc/if_cscop.txt @@ -1,4 +1,4 @@ -*if_cscop.txt* For Vim version 7.4a. Last change: 2011 Jun 12 +*if_cscop.txt* For Vim version 7.4b. Last change: 2011 Jun 12 VIM REFERENCE MANUAL by Andy Kahn diff --git a/runtime/doc/if_lua.txt b/runtime/doc/if_lua.txt index 49456cf044..9f47d6f576 100644 --- a/runtime/doc/if_lua.txt +++ b/runtime/doc/if_lua.txt @@ -1,4 +1,4 @@ -*if_lua.txt* For Vim version 7.4a. Last change: 2012 Jun 29 +*if_lua.txt* For Vim version 7.4b. Last change: 2012 Jun 29 VIM REFERENCE MANUAL by Luis Carvalho diff --git a/runtime/doc/if_mzsch.txt b/runtime/doc/if_mzsch.txt index 5901a12a72..a5cad45417 100644 --- a/runtime/doc/if_mzsch.txt +++ b/runtime/doc/if_mzsch.txt @@ -1,4 +1,4 @@ -*if_mzsch.txt* For Vim version 7.4a. Last change: 2012 Dec 17 +*if_mzsch.txt* For Vim version 7.4b. Last change: 2012 Dec 17 VIM REFERENCE MANUAL by Sergey Khorev diff --git a/runtime/doc/if_ole.txt b/runtime/doc/if_ole.txt index 2acb0d89b2..727d32633a 100644 --- a/runtime/doc/if_ole.txt +++ b/runtime/doc/if_ole.txt @@ -1,4 +1,4 @@ -*if_ole.txt* For Vim version 7.4a. Last change: 2008 Aug 16 +*if_ole.txt* For Vim version 7.4b. Last change: 2008 Aug 16 VIM REFERENCE MANUAL by Paul Moore diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt index 4990be407b..acb2d09cb3 100644 --- a/runtime/doc/if_perl.txt +++ b/runtime/doc/if_perl.txt @@ -1,4 +1,4 @@ -*if_perl.txt* For Vim version 7.4a. Last change: 2012 Oct 25 +*if_perl.txt* For Vim version 7.4b. Last change: 2012 Oct 25 VIM REFERENCE MANUAL by Sven Verdoolaege diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index c06f22ab06..19b4dce329 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -1,4 +1,4 @@ -*if_pyth.txt* For Vim version 7.4a. Last change: 2013 Jun 28 +*if_pyth.txt* For Vim version 7.4b. Last change: 2013 Jul 10 VIM REFERENCE MANUAL by Paul Moore @@ -23,6 +23,7 @@ The Python 2.x interface is available only when Vim was compiled with the |+python| feature. The Python 3 interface is available only when Vim was compiled with the |+python3| feature. +Both can be available at the same time, but read |python-2-and-3|. ============================================================================== 1. Commands *python-commands* @@ -711,7 +712,7 @@ Vim can be built in four ways (:version output): 3. Python 3 support only (-python, +python3 or +python3/dyn) 4. Python 2 and 3 support (+python/dyn, +python3/dyn) -Some more details on the special case 4: +Some more details on the special case 4: *python-2-and-3* When Python 2 and Python 3 are both supported they must be loaded dynamically. diff --git a/runtime/doc/if_ruby.txt b/runtime/doc/if_ruby.txt index 07cce73f54..3612ba30ba 100644 --- a/runtime/doc/if_ruby.txt +++ b/runtime/doc/if_ruby.txt @@ -1,4 +1,4 @@ -*if_ruby.txt* For Vim version 7.4a. Last change: 2012 Aug 02 +*if_ruby.txt* For Vim version 7.4b. Last change: 2012 Aug 02 VIM REFERENCE MANUAL by Shugo Maeda diff --git a/runtime/doc/if_sniff.txt b/runtime/doc/if_sniff.txt index 1e3eb6e035..18bb8f3832 100644 --- a/runtime/doc/if_sniff.txt +++ b/runtime/doc/if_sniff.txt @@ -1,4 +1,4 @@ -*if_sniff.txt* For Vim version 7.4a. Last change: 2005 Mar 29 +*if_sniff.txt* For Vim version 7.4b. Last change: 2005 Mar 29 VIM REFERENCE MANUAL diff --git a/runtime/doc/if_tcl.txt b/runtime/doc/if_tcl.txt index c3f7df8a13..a9a0d50651 100644 --- a/runtime/doc/if_tcl.txt +++ b/runtime/doc/if_tcl.txt @@ -1,4 +1,4 @@ -*if_tcl.txt* For Vim version 7.4a. Last change: 2012 Aug 02 +*if_tcl.txt* For Vim version 7.4b. Last change: 2012 Aug 02 VIM REFERENCE MANUAL by Ingo Wilken diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index b4365b9e98..f9e8a698d7 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -1,4 +1,4 @@ -*indent.txt* For Vim version 7.4a. Last change: 2013 Jun 13 +*indent.txt* For Vim version 7.4b. Last change: 2013 Jun 13 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index c3880e65b0..0ccbf0d770 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.4a. Last change: 2013 Jun 21 +*index.txt* For Vim version 7.4b. Last change: 2013 Jul 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1191,9 +1191,12 @@ tag command action ~ |:digraphs| :dig[raphs] show or enter digraphs |:display| :di[splay] display registers |:djump| :dj[ump] jump to #define -|:dlist| :dl[ist] list #defines +|:dl| :dl short for |:delete| +|:dl| :del[ete]l short for |:delete| +|:dlist| :dli[st] list #defines |:doautocmd| :do[autocmd] apply autocommands to current buffer |:doautoall| :doautoa[ll] apply autocommands for all loaded buffers +|:dp| :d[elete]p short for |:delete| |:drop| :dr[op] jump to window editing file or edit file in current window |:dsearch| :ds[earch] list one #define diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index e7368fc17c..f2ca1c0275 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.4a. Last change: 2013 Jul 04 +*insert.txt* For Vim version 7.4b. Last change: 2013 Jul 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1359,7 +1359,7 @@ Complete: Completion works in separate JavaScript files (&ft==javascript), inside of