Skip to content

Commit

Permalink
updated for version 7.0d
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Apr 10, 2006
1 parent a772c1d commit 634f7d7
Show file tree
Hide file tree
Showing 175 changed files with 1,169 additions and 997 deletions.
8 changes: 4 additions & 4 deletions Contents
Expand Up @@ -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.0c. Also runs under UNIX, MSDOS and other systems.
vim70crt.tgz contains the documentation and syntax files.
vim70cbin.tgz contains the binaries.
vim70csrc.tgz contains the sources.
Version 7.0d. Also runs under UNIX, MSDOS and other systems.
vim70drt.tgz contains the documentation and syntax files.
vim70dbin.tgz contains the binaries.
vim70dsrc.tgz contains the sources.
Author: Bram Moolenaar et al.


Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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 = 0c
MINOR = 0d

# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
Expand Down Expand Up @@ -159,6 +159,7 @@ DOSBIN_S = dosbin_s
# - The produced uninstalw32.exe and vimrun.exe are used.
# Create the archives:
# - Copy all the "*.exe" files to where this Makefile is.
# - Copy all the "*.pdb" files to the dist directory.
# - "make dosbin".
# - Run make on Unix to update the ".mo" files.
# - "make doslang".
Expand Down
2 changes: 1 addition & 1 deletion README.txt
@@ -1,4 +1,4 @@
README.txt for version 7.0c of Vim: Vi IMproved.
README.txt for version 7.0d of Vim: Vi IMproved.


WHAT IS VIM
Expand Down
2 changes: 1 addition & 1 deletion README_ami.txt
@@ -1,4 +1,4 @@
README_ami.txt for version 7.0c of Vim: Vi IMproved.
README_ami.txt for version 7.0d of Vim: Vi IMproved.

This file explains the installation of Vim on Amiga systems.
See README.txt for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion README_amibin.txt
@@ -1,4 +1,4 @@
README_amibin.txt for version 7.0c of Vim: Vi IMproved.
README_amibin.txt for version 7.0d of Vim: Vi IMproved.

See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.
Expand Down
2 changes: 1 addition & 1 deletion README_amisrc.txt
@@ -1,4 +1,4 @@
README_amisrc.txt for version 7.0c of Vim: Vi IMproved.
README_amisrc.txt for version 7.0d of Vim: Vi IMproved.

See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.
Expand Down
2 changes: 1 addition & 1 deletion README_bindos.txt
@@ -1,4 +1,4 @@
README_bindos.txt for version 7.0c of Vim: Vi IMproved.
README_bindos.txt for version 7.0d 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.
Expand Down
2 changes: 1 addition & 1 deletion README_dos.txt
@@ -1,4 +1,4 @@
README_dos.txt for version 7.0c of Vim: Vi IMproved.
README_dos.txt for version 7.0d 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.
Expand Down
2 changes: 1 addition & 1 deletion README_extra.txt
@@ -1,4 +1,4 @@
README_extra.txt for version 7.0c of Vim: Vi IMproved.
README_extra.txt for version 7.0d 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.
Expand Down
2 changes: 1 addition & 1 deletion README_lang.txt
@@ -1,4 +1,4 @@
README_lang.txt for version 7.0c of Vim: Vi IMproved.
README_lang.txt for version 7.0d of Vim: Vi IMproved.

This file contains files for non-English languages:
- Translated messages.
Expand Down
2 changes: 1 addition & 1 deletion README_mac.txt
@@ -1,4 +1,4 @@
README_mac.txt for version 7.0c of Vim: Vi IMproved.
README_mac.txt for version 7.0d of Vim: Vi IMproved.

This file explains the installation of Vim on Macintosh systems.
See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion README_ole.txt
@@ -1,4 +1,4 @@
README_ole.txt for version 7.0c of Vim: Vi IMproved.
README_ole.txt for version 7.0d 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
Expand Down
2 changes: 1 addition & 1 deletion README_os2.txt
@@ -1,4 +1,4 @@
README_os2.txt for version 7.0c of Vim: Vi IMproved.
README_os2.txt for version 7.0d of Vim: Vi IMproved.

This file explains the installation of Vim on OS/2 systems.
See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion README_os390.txt
@@ -1,4 +1,4 @@
README_os_390.txt for version 7.0c of Vim: Vi IMproved.
README_os_390.txt for version 7.0d of Vim: Vi IMproved.

Welcome to the OS/390 Unix port of VIM.

Expand Down
2 changes: 1 addition & 1 deletion README_src.txt
@@ -1,4 +1,4 @@
README_src.txt for version 7.0c of Vim: Vi IMproved.
README_src.txt for version 7.0d 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
Expand Down
2 changes: 1 addition & 1 deletion README_srcdos.txt
@@ -1,4 +1,4 @@
README_srcdos.txt for version 7.0c of Vim: Vi IMproved.
README_srcdos.txt for version 7.0d 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.
Expand Down
2 changes: 1 addition & 1 deletion README_unix.txt
@@ -1,4 +1,4 @@
README_unix.txt for version 7.0c of Vim: Vi IMproved.
README_unix.txt for version 7.0d of Vim: Vi IMproved.

This file explains the installation of Vim on Unix systems.
See "README.txt" for general information about Vim.
Expand Down
2 changes: 1 addition & 1 deletion README_vms.txt
@@ -1,4 +1,4 @@
README_vms.txt for version 7.0c of Vim: Vi IMproved.
README_vms.txt for version 7.0d 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.
Expand Down
2 changes: 1 addition & 1 deletion README_w32s.txt
@@ -1,4 +1,4 @@
README_w32s.txt for version 7.0c of Vim: Vi IMproved.
README_w32s.txt for version 7.0d 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.
Expand Down
2 changes: 1 addition & 1 deletion nsis/gvim.nsi
Expand Up @@ -22,7 +22,7 @@
!define HAVE_NLS

!define VER_MAJOR 7
!define VER_MINOR 0c
!define VER_MINOR 0d

# ----------- No configurable settings below this line -----------

Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/arabic.txt
@@ -1,4 +1,4 @@
*arabic.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*arabic.txt* For Vim version 7.0d. Last change: 2005 Mar 29


VIM REFERENCE MANUAL by Nadim Shaikli
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 7.0c. Last change: 2006 Apr 07
*autocmd.txt* For Vim version 7.0d. Last change: 2006 Apr 07


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/change.txt
@@ -1,4 +1,4 @@
*change.txt* For Vim version 7.0c. Last change: 2006 Apr 09
*change.txt* For Vim version 7.0d. Last change: 2006 Apr 09


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/cmdline.txt
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim version 7.0c. Last change: 2006 Mar 16
*cmdline.txt* For Vim version 7.0d. Last change: 2006 Mar 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/debug.txt
@@ -1,4 +1,4 @@
*debug.txt* For Vim version 7.0c. Last change: 2005 Dec 17
*debug.txt* For Vim version 7.0d. Last change: 2005 Dec 17


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/debugger.txt
@@ -1,4 +1,4 @@
*debugger.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*debugger.txt* For Vim version 7.0d. Last change: 2005 Mar 29


VIM REFERENCE MANUAL by Gordon Prieur
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/develop.txt
@@ -1,4 +1,4 @@
*develop.txt* For Vim version 7.0c. Last change: 2006 Mar 09
*develop.txt* For Vim version 7.0d. Last change: 2006 Mar 09


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/diff.txt
@@ -1,4 +1,4 @@
*diff.txt* For Vim version 7.0c. Last change: 2006 Apr 04
*diff.txt* For Vim version 7.0d. Last change: 2006 Apr 04


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/digraph.txt
@@ -1,4 +1,4 @@
*digraph.txt* For Vim version 7.0c. Last change: 2005 Sep 11
*digraph.txt* For Vim version 7.0d. Last change: 2005 Sep 11


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/editing.txt
@@ -1,4 +1,4 @@
*editing.txt* For Vim version 7.0c. Last change: 2006 Apr 06
*editing.txt* For Vim version 7.0d. Last change: 2006 Apr 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/eval.txt
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 7.0c. Last change: 2006 Apr 09
*eval.txt* For Vim version 7.0d. Last change: 2006 Apr 09


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/farsi.txt
@@ -1,4 +1,4 @@
*farsi.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*farsi.txt* For Vim version 7.0d. Last change: 2005 Mar 29


VIM REFERENCE MANUAL by Mortaza Ghassab Shiran
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
*filetype.txt* For Vim version 7.0c. Last change: 2006 Mar 24
*filetype.txt* For Vim version 7.0d. Last change: 2006 Mar 24


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/fold.txt
@@ -1,4 +1,4 @@
*fold.txt* For Vim version 7.0c. Last change: 2006 Mar 29
*fold.txt* For Vim version 7.0d. Last change: 2006 Mar 29


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/getscript.txt
@@ -1,4 +1,4 @@
*getscript.txt* For Vim version 7.0c. Last change: 2006 Mar 24
*getscript.txt* For Vim version 7.0d. Last change: 2006 Mar 24

Get the Latest VimScripts

Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui.txt
@@ -1,4 +1,4 @@
*gui.txt* For Vim version 7.0c. Last change: 2006 Apr 02
*gui.txt* For Vim version 7.0d. Last change: 2006 Apr 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui_w16.txt
@@ -1,4 +1,4 @@
*gui_w16.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*gui_w16.txt* For Vim version 7.0d. Last change: 2005 Mar 29


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui_w32.txt
@@ -1,4 +1,4 @@
*gui_w32.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*gui_w32.txt* For Vim version 7.0d. Last change: 2005 Mar 29


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui_x11.txt
@@ -1,4 +1,4 @@
*gui_x11.txt* For Vim version 7.0c. Last change: 2005 Dec 06
*gui_x11.txt* For Vim version 7.0d. Last change: 2005 Dec 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/hangulin.txt
@@ -1,4 +1,4 @@
*hangulin.txt* For Vim version 7.0c. Last change: 2006 Apr 02
*hangulin.txt* For Vim version 7.0d. Last change: 2006 Apr 02


VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/hebrew.txt
@@ -1,4 +1,4 @@
*hebrew.txt* For Vim version 7.0c. Last change: 2003 May 11
*hebrew.txt* For Vim version 7.0d. Last change: 2003 May 11


VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/help.txt
@@ -1,4 +1,4 @@
*help.txt* For Vim version 7.0c. Last change: 2006 Apr 02
*help.txt* For Vim version 7.0d. Last change: 2006 Apr 02

VIM - main help file
k
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/howto.txt
@@ -1,4 +1,4 @@
*howto.txt* For Vim version 7.0c. Last change: 2006 Apr 02
*howto.txt* For Vim version 7.0d. Last change: 2006 Apr 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_cscop.txt
@@ -1,4 +1,4 @@
*if_cscop.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*if_cscop.txt* For Vim version 7.0d. Last change: 2005 Mar 29


VIM REFERENCE MANUAL by Andy Kahn
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_mzsch.txt
@@ -1,4 +1,4 @@
*if_mzsch.txt* For Vim version 7.0c. Last change: 2006 Mar 06
*if_mzsch.txt* For Vim version 7.0d. Last change: 2006 Mar 06


VIM REFERENCE MANUAL by Sergey Khorev
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_ole.txt
@@ -1,4 +1,4 @@
*if_ole.txt* For Vim version 7.0c. Last change: 2006 Mar 06
*if_ole.txt* For Vim version 7.0d. Last change: 2006 Mar 06


VIM REFERENCE MANUAL by Paul Moore
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_perl.txt
@@ -1,4 +1,4 @@
*if_perl.txt* For Vim version 7.0c. Last change: 2006 Mar 06
*if_perl.txt* For Vim version 7.0d. Last change: 2006 Mar 06


VIM REFERENCE MANUAL by Sven Verdoolaege
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_pyth.txt
@@ -1,4 +1,4 @@
*if_pyth.txt* For Vim version 7.0c. Last change: 2006 Jan 20
*if_pyth.txt* For Vim version 7.0d. Last change: 2006 Jan 20


VIM REFERENCE MANUAL by Paul Moore
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_ruby.txt
@@ -1,4 +1,4 @@
*if_ruby.txt* For Vim version 7.0c. Last change: 2006 Mar 26
*if_ruby.txt* For Vim version 7.0d. Last change: 2006 Mar 26


VIM REFERENCE MANUAL by Shugo Maeda
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_sniff.txt
@@ -1,4 +1,4 @@
*if_sniff.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*if_sniff.txt* For Vim version 7.0d. Last change: 2005 Mar 29


VIM REFERENCE MANUAL
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_tcl.txt
@@ -1,4 +1,4 @@
*if_tcl.txt* For Vim version 7.0c. Last change: 2006 Mar 06
*if_tcl.txt* For Vim version 7.0d. Last change: 2006 Mar 06


VIM REFERENCE MANUAL by Ingo Wilken
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/indent.txt
@@ -1,4 +1,4 @@
*indent.txt* For Vim version 7.0c. Last change: 2006 Mar 29
*indent.txt* For Vim version 7.0d. Last change: 2006 Mar 29


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/index.txt
@@ -1,4 +1,4 @@
*index.txt* For Vim version 7.0c. Last change: 2006 Apr 06
*index.txt* For Vim version 7.0d. Last change: 2006 Apr 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down

0 comments on commit 634f7d7

Please sign in to comment.