Skip to content

Commit

Permalink
Merge branch 'vim73' into macvim73
Browse files Browse the repository at this point in the history
Conflicts:
	runtime/doc/options.txt
  • Loading branch information
b4winckler committed Aug 15, 2010
2 parents 34604f8 + 810bd03 commit c8e3375
Show file tree
Hide file tree
Showing 164 changed files with 425 additions and 399 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.3f. Also runs under UNIX, MSDOS and other systems.
vim73frt.tgz contains the documentation and syntax files.
vim73fbin.tgz contains the binaries.
vim73fsrc.tgz contains the sources.
Version 7.3. Also runs under UNIX, MSDOS and other systems.
vim73rt.tgz contains the documentation and syntax files.
vim73bin.tgz contains the binaries.
vim73src.tgz contains the sources.
Author: Bram Moolenaar et al.


Expand Down
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -68,7 +68,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 = 3f
MINOR = 3

# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
Expand Down Expand Up @@ -141,7 +141,8 @@ DOSBIN_S = dosbin_s
# - Set environment for Visual C++ 2008, e.g.:
# "E:\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat". Or, when using the
# Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the paths when necessary).
# For Windows 98/ME the 2003 version is required.
# For Windows 98/ME the 2003 version is required, but then it won't work on
# Windows 7 and 64 bit.
# - "nmake -f Make_mvc.mak"
# - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output.
# - Rename the executables to "vimw32.exe", "xxdw32.exe".
Expand Down
20 changes: 11 additions & 9 deletions README.txt
@@ -1,4 +1,4 @@
README.txt for version 7.3f of Vim: Vi IMproved.
README.txt for version 7.3 of Vim: Vi IMproved.


WHAT IS VIM
Expand All @@ -9,14 +9,14 @@ on-line help, spell checking, filename completion, block operations, etc.
There is also a Graphical User Interface (GUI) available. See
"runtime/doc/vi_diff.txt" for differences with Vi.

This editor is very useful for editing programs and other plain ASCII files.
This editor is very useful for editing programs and other plain text files.
All commands are given with normal keyboard characters, so those who can type
with ten fingers can work very fast. Additionally, function keys can be
defined by the user, and the mouse can be used.

Vim currently runs under Amiga DOS, MS-DOS, MS-Windows (95, 98, Me, NT, 2000,
XP, Vista, 7), Atari MiNT, Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all
flavours of UNIX. Porting to other systems should not be very difficult.
Vim runs under Amiga DOS, MS-DOS, MS-Windows (95, 98, Me, NT, 2000, XP, Vista,
7), Atari MiNT, Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of
UNIX. Porting to other systems should not be very difficult.


DISTRIBUTION
Expand All @@ -32,19 +32,19 @@ an overview of currently available distributions.

DOCUMENTATION

The vim tutor is a one hour training course for beginners. Mostly it can be
started as "vimtutor". See ":help tutor" for more information.

The best is to use ":help" in Vim. If you don't have an executable yet, read
"runtime/doc/help.txt". It contains pointers to the other documentation
files. The User Manual reads like a book and is recommended to learn to use
Vim. See ":help user-manual".

The vim tutor is a one hour training course for beginners. Mostly it can be
started as "vimtutor". See ":help tutor" for more information.


COPYING

Vim is Charityware. You can use and copy it as much as you like, but you are
encouraged to make a donation to orphans in Uganda. Please read the file
encouraged to make a donation to help orphans in Uganda. Please read the file
"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim).

Summary of the license: There are no restrictions on using or distributing an
Expand Down Expand Up @@ -86,6 +86,8 @@ README_os2.txt OS/2
README_mac.txt Macintosh
README_vms.txt VMS

There are more README_*.txt files, depending on the distribution you used.


INFORMATION

Expand Down
2 changes: 1 addition & 1 deletion README_ami.txt
@@ -1,4 +1,4 @@
README_ami.txt for version 7.3f of Vim: Vi IMproved.
README_ami.txt for version 7.3 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.3f of Vim: Vi IMproved.
README_amibin.txt for version 7.3 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.3f of Vim: Vi IMproved.
README_amisrc.txt for version 7.3 of Vim: Vi IMproved.

See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.
Expand Down
20 changes: 10 additions & 10 deletions README_bindos.txt
@@ -1,19 +1,19 @@
README_bindos.txt for version 7.3f of Vim: Vi IMproved.
README_bindos.txt for version 7.3 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 (vim72rt.zip).
These files are in the runtime archive (vim73rt.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):
vim72d16.zip 16 bit DOS version
vim72d32.zip 32 bit DOS version
vim72w32.zip Windows 95/98/NT/etc. console version
gvim72.zip Windows 95/98/NT/etc. GUI version
gvim72ole.zip Windows 95/98/NT/etc. GUI version with OLE
gvim72_s.zip Windows 3.1 GUI version
vim73d16.zip 16 bit DOS version
vim73d32.zip 32 bit DOS version
vim73w32.zip Windows 95/98/NT/etc. console version
gvim73.zip Windows 95/98/NT/etc. GUI version
gvim73ole.zip Windows 95/98/NT/etc. GUI version with OLE
gvim73_s.zip Windows 3.1 GUI version

You MUST also get the runtime archive (vim72rt.zip).
The sources are also available (vim72src.zip).
You MUST also get the runtime archive (vim73rt.zip).
The sources are also available (vim73src.zip).
34 changes: 17 additions & 17 deletions README_dos.txt
@@ -1,4 +1,4 @@
README_dos.txt for version 7.3f of Vim: Vi IMproved.
README_dos.txt for version 7.3 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 Expand Up @@ -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\vim72",
2. Unpack the zip archives. This will create a new directory "vim\vim73",
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 gvim72.zip
unzip vim72w32.zip
pkunzip -d gvim73.zip
unzip vim73w32.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
Expand All @@ -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\vim72
cd vim\vim73
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
Expand All @@ -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\vim72
set path=%path%;D:\editors\vim\vim72
set path=%path%;C:\vim\vim73
set path=%path%;D:\editors\vim\vim73
- Create entries for Vim on the desktop and in the Start menu.

That's it!
Expand All @@ -93,8 +93,8 @@ Remarks:
won't show a menubar. Then you need to set the $VIM environment variable to
point to the top directory of your Vim files. Example:
set VIM=C:\editors\vim
Vim version 7.2 will look for your vimrc file in $VIM, and for the runtime
files in $VIM/vim72. See ":help $VIM" for more information.
Vim version 7.3 will look for your vimrc file in $VIM, and for the runtime
files in $VIM/vim73. 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:
Expand All @@ -105,14 +105,14 @@ Remarks:
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
C:\vim\... Other files you made.
Distributed files:
C:\vim\vim72\vim.exe The Vim version 7.2 executable.
C:\vim\vim72\doc\*.txt The version 7.2 documentation files.
C:\vim\vim72\bugreport.vim A Vim version 7.2 script.
C:\vim\vim72\... Other version 7.2 distributed files.
C:\vim\vim73\vim.exe The Vim version 7.3 executable.
C:\vim\vim73\doc\*.txt The version 7.3 documentation files.
C:\vim\vim73\bugreport.vim A Vim version 7.3 script.
C:\vim\vim73\... Other version 7.3 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\vim72". Don't add
"vim72" to $VIM, that won't work.
Then $VIMRUNTIME will automatically be set to "$VIM\vim73". Don't add
"vim73" 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
Expand All @@ -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\vim72\vim.exe
C:\command.com /c D:\editors\vim\vim72\vim.exe
C:\command.com /c C:\vim\vim73\vim.exe
C:\command.com /c D:\editors\vim\vim73\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".
Expand Down
2 changes: 1 addition & 1 deletion README_extra.txt
@@ -1,4 +1,4 @@
README_extra.txt for version 7.3f of Vim: Vi IMproved.
README_extra.txt for version 7.3 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"
Expand Down
2 changes: 1 addition & 1 deletion README_mac.txt
@@ -1,4 +1,4 @@
README_mac.txt for version 7.3f of Vim: Vi IMproved.
README_mac.txt for version 7.3 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.3f of Vim: Vi IMproved.
README_ole.txt for version 7.3 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
24 changes: 12 additions & 12 deletions README_os2.txt
@@ -1,32 +1,32 @@
README_os2.txt for version 7.3f of Vim: Vi IMproved.
README_os2.txt for version 7.3 of Vim: Vi IMproved.

This file explains the installation of Vim on OS/2 systems.
See "README.txt" for general information about Vim.


NOTE: You will need two archives:
vim72rt.zip contains the runtime files (same as for the PC version)
vim72os2.zip contains the OS/2 executables
vim73rt.zip contains the runtime files (same as for the PC version)
vim73os2.zip contains the OS/2 executables

1. Go to the directory where you want to put the Vim files. Examples:
cd C:\
cd D:\editors

2. Unpack the zip archives. This will create a new directory "vim/vim72",
2. Unpack the zip archives. This will create a new directory "vim/vim73",
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 vim72os2.zip
unzip vim72os2.zip
pkunzip -d vim73os2.zip
unzip vim73os2.zip

After you unpacked the files, you can still move the whole directory tree
to another location.

3. Add the directory where vim.exe is to your path. The simplest is to add a
line to your autoexec.bat. Examples:
set path=%path%;C:\vim\vim72
set path=%path%;D:\editors\vim\vim72
set path=%path%;C:\vim\vim73
set path=%path%;D:\editors\vim\vim73

That's it!

Expand All @@ -41,10 +41,10 @@ Extra remarks:
C:\vim\_viminfo Dynamic info for 'viminfo'.
C:\vim\... Other files you made.
Distributed files:
C:\vim\vim72\vim.exe The Vim version 7.2 executable.
C:\vim\vim72\doc\*.txt The version 7.2 documentation files.
C:\vim\vim72\bugreport.vim A Vim version 7.2 script.
C:\vim\vim72\... Other version 7.2 distributed files.
C:\vim\vim73\vim.exe The Vim version 7.3 executable.
C:\vim\vim73\doc\*.txt The version 7.3 documentation files.
C:\vim\vim73\bugreport.vim A Vim version 7.3 script.
C:\vim\vim73\... Other version 7.3 distributed files.
In this case the $VIM environment variable would be set like this:
set VIM=C:\vim

Expand Down
2 changes: 1 addition & 1 deletion README_os390.txt
@@ -1,4 +1,4 @@
README_zOS.txt for version 7.3f of Vim: Vi IMproved.
README_zOS.txt for version 7.3 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.
Expand Down
6 changes: 3 additions & 3 deletions README_src.txt
@@ -1,10 +1,10 @@
README_src.txt for version 7.3f of Vim: Vi IMproved.
README_src.txt for version 7.3 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-7.2-extra.tar.gz, in the
systems in combination with the extra archive (vim-7.3-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-7.2-rt.tar.gz). To be able to run Vim you MUST get the runtime
archive (vim-7.3-rt.tar.gz). To be able to run Vim you MUST get the runtime
archive too!
4 changes: 2 additions & 2 deletions README_srcdos.txt
@@ -1,8 +1,8 @@
README_srcdos.txt for version 7.3f of Vim: Vi IMproved.
README_srcdos.txt for version 7.3 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 (vim72rt.zip).
These files are in the runtime archive (vim73rt.zip).


The DOS source archive contains the files needed to compile Vim on MS-DOS or
Expand Down
2 changes: 1 addition & 1 deletion README_unix.txt
@@ -1,4 +1,4 @@
README_unix.txt for version 7.3f of Vim: Vi IMproved.
README_unix.txt for version 7.3 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.3f of Vim: Vi IMproved.
README_vms.txt for version 7.3 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.3f of Vim: Vi IMproved.
README_w32s.txt for version 7.3 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 3f
!define VER_MINOR 3

# ----------- 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.3f. Last change: 2005 Mar 29
*arabic.txt* For Vim version 7.3. 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.3f. Last change: 2010 Jul 22
*autocmd.txt* For Vim version 7.3. Last change: 2010 Jul 22


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down

0 comments on commit c8e3375

Please sign in to comment.