1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-16 06:47:52 +01:00

Vim 7.3a -> 7.3b.

This commit is contained in:
Bram Moolenaar 2010-07-18 23:29:58 +02:00
parent 16d79a3b62
commit d28478b557
157 changed files with 177 additions and 169 deletions

View file

@ -9,10 +9,10 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
messages, shows current file name in window title, on-line
help, rectangular cut/paste, etc., etc., etc...
Version 7.3a. Also runs under UNIX, MSDOS and other systems.
vim73art.tgz contains the documentation and syntax files.
vim73abin.tgz contains the binaries.
vim73asrc.tgz contains the sources.
Version 7.3b. Also runs under UNIX, MSDOS and other systems.
vim73brt.tgz contains the documentation and syntax files.
vim73bbin.tgz contains the binaries.
vim73bsrc.tgz contains the sources.
Author: Bram Moolenaar et al.

View file

@ -68,11 +68,14 @@ 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 = 3a
MINOR = 3b
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
# Uncomment this line if the 16 bit DOS version is to be included.
# DOSBIN_D16 = dosbin_d16
# CHECKLIST for creating a new version:
#
# - Update Vim version number. For a test version in: src/version.h, Contents,
@ -439,7 +442,7 @@ runtime_unix2dos: dosrt_unix2dos
cd dist/vim/$(VIMRTDIR); tar cf - * \
| (cd ../../../runtime/dos; tar xf -)
dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_d16 dosbin_ole $(DOSBIN_S)
dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_ole $(DOSBIN_S) $(DOSBIN_D16)
# make Win32 gvim
dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM)

View file

@ -1,4 +1,4 @@
README.txt for version 7.3a of Vim: Vi IMproved.
README.txt for version 7.3b of Vim: Vi IMproved.
WHAT IS VIM

View file

@ -1,4 +1,4 @@
README_ami.txt for version 7.3a of Vim: Vi IMproved.
README_ami.txt for version 7.3b of Vim: Vi IMproved.
This file explains the installation of Vim on Amiga systems.
See README.txt for general information about Vim.

View file

@ -1,4 +1,4 @@
README_amibin.txt for version 7.3a of Vim: Vi IMproved.
README_amibin.txt for version 7.3b of Vim: Vi IMproved.
See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.

View file

@ -1,4 +1,4 @@
README_amisrc.txt for version 7.3a of Vim: Vi IMproved.
README_amisrc.txt for version 7.3b of Vim: Vi IMproved.
See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.

View file

@ -1,4 +1,4 @@
README_bindos.txt for version 7.3a of Vim: Vi IMproved.
README_bindos.txt for version 7.3b 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.

View file

@ -1,4 +1,4 @@
README_dos.txt for version 7.3a of Vim: Vi IMproved.
README_dos.txt for version 7.3b 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.

View file

@ -1,4 +1,4 @@
README_extra.txt for version 7.3a of Vim: Vi IMproved.
README_extra.txt for version 7.3b of Vim: Vi IMproved.
The extra archive of Vim is to be used in combination with the source archive
(vim-7.2-src.tar.gz). The extra archive is useless without it.

View file

@ -1,4 +1,4 @@
README_lang.txt for version 7.3a of Vim: Vi IMproved.
README_lang.txt for version 7.3b of Vim: Vi IMproved.
This file contains files for non-English languages:
- Translated messages.

View file

@ -1,4 +1,4 @@
README_mac.txt for version 7.3a of Vim: Vi IMproved.
README_mac.txt for version 7.3b of Vim: Vi IMproved.
This file explains the installation of Vim on Macintosh systems.
See "README.txt" for general information about Vim.

View file

@ -1,4 +1,4 @@
README_ole.txt for version 7.3a of Vim: Vi IMproved.
README_ole.txt for version 7.3b 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

View file

@ -1,4 +1,4 @@
README_os2.txt for version 7.3a of Vim: Vi IMproved.
README_os2.txt for version 7.3b of Vim: Vi IMproved.
This file explains the installation of Vim on OS/2 systems.
See "README.txt" for general information about Vim.

View file

@ -1,4 +1,4 @@
README_zOS.txt for version 7.3 of Vim: Vi IMproved.
README_zOS.txt for version 7.3b 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.

View file

@ -1,4 +1,4 @@
README_src.txt for version 7.3a of Vim: Vi IMproved.
README_src.txt for version 7.3b 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

View file

@ -1,4 +1,4 @@
README_srcdos.txt for version 7.3a of Vim: Vi IMproved.
README_srcdos.txt for version 7.3b 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.

View file

@ -1,4 +1,4 @@
README_unix.txt for version 7.3a of Vim: Vi IMproved.
README_unix.txt for version 7.3b of Vim: Vi IMproved.
This file explains the installation of Vim on Unix systems.
See "README.txt" for general information about Vim.

View file

@ -1,4 +1,4 @@
README_vms.txt for version 7.3a of Vim: Vi IMproved.
README_vms.txt for version 7.3b 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.

View file

@ -1,4 +1,4 @@
README_w32s.txt for version 7.3a of Vim: Vi IMproved.
README_w32s.txt for version 7.3b 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.

View file

@ -22,7 +22,7 @@
!define HAVE_NLS
!define VER_MAJOR 7
!define VER_MINOR 3a
!define VER_MINOR 3b
# ----------- No configurable settings below this line -----------

View file

@ -1,4 +1,4 @@
*arabic.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*arabic.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Nadim Shaikli

View file

@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 7.3a. Last change: 2010 May 14
*autocmd.txt* For Vim version 7.3b. Last change: 2010 May 14
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*change.txt* For Vim version 7.3a. Last change: 2010 Mar 23
*change.txt* For Vim version 7.3b. Last change: 2010 Mar 23
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*cmdline.txt* For Vim version 7.3a. Last change: 2010 May 07
*cmdline.txt* For Vim version 7.3b. Last change: 2010 May 07
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*debug.txt* For Vim version 7.3a. Last change: 2009 Jul 22
*debug.txt* For Vim version 7.3b. Last change: 2009 Jul 22
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*debugger.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*debugger.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Gordon Prieur

View file

@ -1,4 +1,4 @@
*develop.txt* For Vim version 7.3a. Last change: 2008 Dec 17
*develop.txt* For Vim version 7.3b. Last change: 2008 Dec 17
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*diff.txt* For Vim version 7.3a. Last change: 2009 Sep 15
*diff.txt* For Vim version 7.3b. Last change: 2009 Sep 15
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*digraph.txt* For Vim version 7.3a. Last change: 2010 Apr 11
*digraph.txt* For Vim version 7.3b. Last change: 2010 Apr 11
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*editing.txt* For Vim version 7.3a. Last change: 2009 Jun 10
*editing.txt* For Vim version 7.3b. Last change: 2009 Jun 10
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*eval.txt* For Vim version 7.3a. Last change: 2010 May 14
*eval.txt* For Vim version 7.3b. Last change: 2010 May 14
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*farsi.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*farsi.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Mortaza Ghassab Shiran

View file

@ -1,4 +1,4 @@
*filetype.txt* For Vim version 7.3a. Last change: 2008 Jul 15
*filetype.txt* For Vim version 7.3b. Last change: 2008 Jul 15
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*fold.txt* For Vim version 7.3a. Last change: 2010 May 13
*fold.txt* For Vim version 7.3b. Last change: 2010 May 13
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*ft_ada.txt* For Vim version 7.3a. Last change: 2008 Jun 21
*ft_ada.txt* For Vim version 7.3b. Last change: 2008 Jun 21
ADA FILE TYPE PLUG-INS REFERENCE MANUAL~

View file

@ -1,4 +1,4 @@
*ft_sql.txt* For Vim version 7.3a. Last change: 2009 Nov 03
*ft_sql.txt* For Vim version 7.3b. Last change: 2009 Nov 03
by David Fishburn

View file

@ -1,4 +1,4 @@
*gui.txt* For Vim version 7.3a. Last change: 2010 May 14
*gui.txt* For Vim version 7.3b. Last change: 2010 May 14
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*gui_w16.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*gui_w16.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*gui_w32.txt* For Vim version 7.3a. Last change: 2007 Aug 30
*gui_w32.txt* For Vim version 7.3b. Last change: 2007 Aug 30
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*gui_x11.txt* For Vim version 7.3a. Last change: 2009 Oct 28
*gui_x11.txt* For Vim version 7.3b. Last change: 2009 Oct 28
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*hangulin.txt* For Vim version 7.3a. Last change: 2009 Jun 24
*hangulin.txt* For Vim version 7.3b. Last change: 2009 Jun 24
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam

View file

@ -1,4 +1,4 @@
*hebrew.txt* For Vim version 7.3a. Last change: 2007 Jun 14
*hebrew.txt* For Vim version 7.3b. Last change: 2007 Jun 14
VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)

View file

@ -1,4 +1,4 @@
*help.txt* For Vim version 7.3a. Last change: 2008 Jul 21
*help.txt* For Vim version 7.3b. Last change: 2008 Jul 21
VIM - main help file
k

View file

@ -1,4 +1,4 @@
*helphelp.txt* For Vim version 7.3a. Last change: 2008 Jul 21
*helphelp.txt* For Vim version 7.3b. Last change: 2008 Jul 21
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*howto.txt* For Vim version 7.3a. Last change: 2006 Apr 02
*howto.txt* For Vim version 7.3b. Last change: 2006 Apr 02
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*if_cscop.txt* For Vim version 7.3a. Last change: 2009 Mar 18
*if_cscop.txt* For Vim version 7.3b. Last change: 2009 Mar 18
VIM REFERENCE MANUAL by Andy Kahn

View file

@ -1,4 +1,4 @@
*if_lua.txt* For Vim version 7.3a. Last change: 2008 Aug 31
*if_lua.txt* For Vim version 7.3b. Last change: 2008 Aug 31
VIM REFERENCE MANUAL by Luis Carvalho

View file

@ -1,4 +1,4 @@
*if_mzsch.txt* For Vim version 7.3a. Last change: 2010 Feb 11
*if_mzsch.txt* For Vim version 7.3b. Last change: 2010 Feb 11
VIM REFERENCE MANUAL by Sergey Khorev

View file

@ -1,4 +1,4 @@
*if_ole.txt* For Vim version 7.3a. Last change: 2008 Aug 16
*if_ole.txt* For Vim version 7.3b. Last change: 2008 Aug 16
VIM REFERENCE MANUAL by Paul Moore

View file

@ -1,4 +1,4 @@
*if_perl.txt* For Vim version 7.3a. Last change: 2006 Mar 06
*if_perl.txt* For Vim version 7.3b. Last change: 2006 Mar 06
VIM REFERENCE MANUAL by Sven Verdoolaege

View file

@ -1,4 +1,4 @@
*if_pyth.txt* For Vim version 7.3a. Last change: 2008 Aug 16
*if_pyth.txt* For Vim version 7.3b. Last change: 2008 Aug 16
VIM REFERENCE MANUAL by Paul Moore

View file

@ -1,4 +1,4 @@
*if_ruby.txt* For Vim version 7.3a. Last change: 2008 Aug 16
*if_ruby.txt* For Vim version 7.3b. Last change: 2008 Aug 16
VIM REFERENCE MANUAL by Shugo Maeda

View file

@ -1,4 +1,4 @@
*if_sniff.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*if_sniff.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL

View file

@ -1,4 +1,4 @@
*if_tcl.txt* For Vim version 7.3a. Last change: 2008 Aug 16
*if_tcl.txt* For Vim version 7.3b. Last change: 2008 Aug 16
VIM REFERENCE MANUAL by Ingo Wilken

View file

@ -1,4 +1,4 @@
*indent.txt* For Vim version 7.3a. Last change: 2010 Mar 27
*indent.txt* For Vim version 7.3b. Last change: 2010 Mar 27
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*index.txt* For Vim version 7.3a. Last change: 2009 Jul 01
*index.txt* For Vim version 7.3b. Last change: 2009 Jul 01
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*insert.txt* For Vim version 7.3a. Last change: 2010 Mar 17
*insert.txt* For Vim version 7.3b. Last change: 2010 Mar 17
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*intro.txt* For Vim version 7.3a. Last change: 2009 Apr 21
*intro.txt* For Vim version 7.3b. Last change: 2009 Apr 21
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*map.txt* For Vim version 7.3a. Last change: 2009 Nov 04
*map.txt* For Vim version 7.3b. Last change: 2009 Nov 04
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*mbyte.txt* For Vim version 7.3a. Last change: 2009 Nov 17
*mbyte.txt* For Vim version 7.3b. Last change: 2009 Nov 17
VIM REFERENCE MANUAL by Bram Moolenaar et al.

View file

@ -1,4 +1,4 @@
*message.txt* For Vim version 7.3a. Last change: 2010 Feb 17
*message.txt* For Vim version 7.3b. Last change: 2010 Feb 17
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*mlang.txt* For Vim version 7.3a. Last change: 2008 Jun 08
*mlang.txt* For Vim version 7.3b. Last change: 2008 Jun 08
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*motion.txt* For Vim version 7.3a. Last change: 2010 May 14
*motion.txt* For Vim version 7.3b. Last change: 2010 May 14
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*netbeans.txt* For Vim version 7.3a. Last change: 2009 Jan 06
*netbeans.txt* For Vim version 7.3b. Last change: 2009 Jan 06
VIM REFERENCE MANUAL by Gordon Prieur et al.

View file

@ -1,4 +1,4 @@
*options.txt* For Vim version 7.3a. Last change: 2010 May 13
*options.txt* For Vim version 7.3b. Last change: 2010 May 13
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*os_390.txt* For Vim version 7.3a. Last change: 2010 May 30
*os_390.txt* For Vim version 7.3b. Last change: 2010 May 30
VIM REFERENCE MANUAL by Ralf Schandl

View file

@ -1,4 +1,4 @@
*os_amiga.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*os_amiga.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*os_beos.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*os_beos.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*os_dos.txt* For Vim version 7.3a. Last change: 2006 Mar 30
*os_dos.txt* For Vim version 7.3b. Last change: 2006 Mar 30
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*os_mac.txt* For Vim version 7.3a. Last change: 2006 Apr 30
*os_mac.txt* For Vim version 7.3b. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar et al.

View file

@ -1,4 +1,4 @@
*os_mint.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*os_mint.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Jens M. Felderhoff

View file

@ -1,4 +1,4 @@
*os_msdos.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*os_msdos.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*os_os2.txt* For Vim version 7.3a. Last change: 2007 Apr 22
*os_os2.txt* For Vim version 7.3b. Last change: 2007 Apr 22
VIM REFERENCE MANUAL by Paul Slootman

View file

@ -1,4 +1,4 @@
*os_qnx.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*os_qnx.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Julian Kinraid

View file

@ -1,4 +1,4 @@
*os_risc.txt* For Vim version 7.3a. Last change: 2008 Jun 28
*os_risc.txt* For Vim version 7.3b. Last change: 2008 Jun 28
VIM REFERENCE MANUAL by Thomas Leonard

View file

@ -1,4 +1,4 @@
*os_unix.txt* For Vim version 7.3a. Last change: 2005 Mar 29
*os_unix.txt* For Vim version 7.3b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*os_vms.txt* For Vim version 7.3a. Last change: 2009 Oct 28
*os_vms.txt* For Vim version 7.3b. Last change: 2009 Oct 28
VIM REFERENCE MANUAL

View file

@ -1,4 +1,4 @@
*os_win32.txt* For Vim version 7.3a. Last change: 2008 May 02
*os_win32.txt* For Vim version 7.3b. Last change: 2008 May 02
VIM REFERENCE MANUAL by George Reilly

View file

@ -1,4 +1,4 @@
*pattern.txt* For Vim version 7.3a. Last change: 2008 Nov 18
*pattern.txt* For Vim version 7.3b. Last change: 2008 Nov 18
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*pi_getscript.txt* For Vim version 7.3a. Last change: 2009 Oct 14
*pi_getscript.txt* For Vim version 7.3b. Last change: 2009 Oct 14
>
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr.
<

View file

@ -1,4 +1,4 @@
*pi_gzip.txt* For Vim version 7.3a. Last change: 2002 Oct 29
*pi_gzip.txt* For Vim version 7.3b. Last change: 2002 Oct 29
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*pi_netrw.txt* For Vim version 7.3a. Last change: 2010 May 14
*pi_netrw.txt* For Vim version 7.3b. Last change: 2010 May 14
-----------------------------------------------------
NETRW REFERENCE MANUAL by Charles E. Campbell, Jr.

View file

@ -1,4 +1,4 @@
*pi_paren.txt* For Vim version 7.3a. Last change: 2008 Jun 16
*pi_paren.txt* For Vim version 7.3b. Last change: 2008 Jun 16
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*pi_spec.txt* For Vim version 7.3a. Last change: 2006 Apr 24
*pi_spec.txt* For Vim version 7.3b. Last change: 2006 Apr 24
by Gustavo Niemeyer ~

View file

@ -1,4 +1,4 @@
*pi_tar.txt* For Vim version 7.3a. Last change: 2009 Dec 28
*pi_tar.txt* For Vim version 7.3b. Last change: 2009 Dec 28
+====================+
| Tar File Interface |

View file

@ -1,4 +1,4 @@
*pi_vimball.txt* For Vim version 7.3a. Last change: 2010 Apr 12
*pi_vimball.txt* For Vim version 7.3b. Last change: 2010 Apr 12
----------------
Vimball Archiver

View file

@ -1,4 +1,4 @@
*pi_zip.txt* For Vim version 7.3a. Last change: 2010 Apr 12
*pi_zip.txt* For Vim version 7.3b. Last change: 2010 Apr 12
+====================+
| Zip File Interface |

View file

@ -1,4 +1,4 @@
*print.txt* For Vim version 7.3a. Last change: 2008 Dec 17
*print.txt* For Vim version 7.3b. Last change: 2008 Dec 17
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*quickfix.txt* For Vim version 7.3a. Last change: 2009 May 24
*quickfix.txt* For Vim version 7.3b. Last change: 2009 May 24
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*quickref.txt* For Vim version 7.3a. Last change: 2009 Jan 22
*quickref.txt* For Vim version 7.3b. Last change: 2009 Jan 22
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*quotes.txt* For Vim version 7.3a. Last change: 2006 Apr 24
*quotes.txt* For Vim version 7.3b. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*recover.txt* For Vim version 7.3a. Last change: 2009 Apr 18
*recover.txt* For Vim version 7.3b. Last change: 2009 Apr 18
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*remote.txt* For Vim version 7.3a. Last change: 2008 May 24
*remote.txt* For Vim version 7.3b. Last change: 2008 May 24
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*repeat.txt* For Vim version 7.3a. Last change: 2009 Nov 04
*repeat.txt* For Vim version 7.3b. Last change: 2009 Nov 04
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*rileft.txt* For Vim version 7.3a. Last change: 2006 Apr 24
*rileft.txt* For Vim version 7.3b. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Avner Lottem

View file

@ -1,4 +1,4 @@
*russian.txt* For Vim version 7.3a. Last change: 2006 Apr 24
*russian.txt* For Vim version 7.3b. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Vassily Ragosin

View file

@ -1,4 +1,4 @@
*scroll.txt* For Vim version 7.3a. Last change: 2006 Aug 27
*scroll.txt* For Vim version 7.3b. Last change: 2006 Aug 27
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*sign.txt* For Vim version 7.3a. Last change: 2010 May 07
*sign.txt* For Vim version 7.3b. Last change: 2010 May 07
VIM REFERENCE MANUAL by Gordon Prieur

View file

@ -1,4 +1,4 @@
*spell.txt* For Vim version 7.3a. Last change: 2010 Apr 11
*spell.txt* For Vim version 7.3b. Last change: 2010 Apr 11
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*sponsor.txt* For Vim version 7.3a. Last change: 2008 Jun 21
*sponsor.txt* For Vim version 7.3b. Last change: 2008 Jun 21
VIM REFERENCE MANUAL by Bram Moolenaar

Some files were not shown because too many files have changed in this diff Show more