1
0
forked from aniani/vim

updated for version 7.0

This commit is contained in:
Bram Moolenaar
2006-05-07 15:16:06 +00:00
parent 2f567ab5c2
commit 1423b9d3b8
156 changed files with 303 additions and 549 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 messages, shows current file name in window title, on-line
help, rectangular cut/paste, etc., etc., etc... help, rectangular cut/paste, etc., etc., etc...
Version 7.0g. Also runs under UNIX, MSDOS and other systems. Version 7.0. Also runs under UNIX, MSDOS and other systems.
vim70grt.tgz contains the documentation and syntax files. vim70rt.tgz contains the documentation and syntax files.
vim70gbin.tgz contains the binaries. vim70bin.tgz contains the binaries.
vim70gsrc.tgz contains the sources. vim70src.tgz contains the sources.
Author: Bram Moolenaar et al. Author: Bram Moolenaar et al.

View File

@@ -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. # Before creating an archive first delete all backup files, *.orig, etc.
MAJOR = 7 MAJOR = 7
MINOR = 0g MINOR = 0
# Uncomment this line if the Win32s version is to be included. # Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s DOSBIN_S = dosbin_s

View 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 WHAT IS VIM

View 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. This file explains the installation of Vim on Amiga systems.
See README.txt for general information about Vim. See README.txt for general information about Vim.

View 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.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga. See "README_ami.txt" for installation instructions for the Amiga.

View 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.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga. See "README_ami.txt" for installation instructions for the Amiga.

View 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.txt" for general information about Vim.
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows. 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 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. pick only one of them, but it's also possible to install several.
These ones are available (the version number may differ): These ones are available (the version number may differ):
vim60d16.zip 16 bit DOS version vim70d16.zip 16 bit DOS version
vim60d32.zip 32 bit DOS version vim70d32.zip 32 bit DOS version
vim60w32.zip Windows 95/98/NT/etc. console version vim70w32.zip Windows 95/98/NT/etc. console version
gvim60.zip Windows 95/98/NT/etc. GUI version gvim70.zip Windows 95/98/NT/etc. GUI version
gvim60ole.zip Windows 95/98/NT/etc. GUI version with OLE gvim70ole.zip Windows 95/98/NT/etc. GUI version with OLE
gvim60_s.zip Windows 3.1 GUI version gvim70_s.zip Windows 3.1 GUI version
You MUST also get the runtime archive (vim60rt.zip). You MUST also get the runtime archive (vim70rt.zip).
The sources are also available (vim60src.zip). The sources are also available (vim70src.zip).

View 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. This file explains the installation of Vim on MS-DOS and MS-Windows systems.
See "README.txt" for general information about Vim. 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, Binary and runtime Vim archives are normally unpacked in the same location,
on top of each other. 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 in which all the distributed Vim files are placed. Since the directory
name includes the version number, it is unlikely that you overwrite name includes the version number, it is unlikely that you overwrite
existing files. existing files.
Examples: Examples:
pkunzip -d gvim60.zip pkunzip -d gvim70.zip
unzip vim60w32.zip unzip vim70w32.zip
You need to unpack the runtime archive and at least one of the binary 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 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. archive and follow the instructions in the documentation.
3. Change to the new directory: 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 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: 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 - 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 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: $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: The simplest is to add a line to your autoexec.bat. Examples:
set path=%path%;C:\vim\vim60 set path=%path%;C:\vim\vim70
set path=%path%;D:\editors\vim\vim60 set path=%path%;D:\editors\vim\vim70
- Create entries for Vim on the desktop and in the Start menu. - Create entries for Vim on the desktop and in the Start menu.
That's it! That's it!
@@ -94,7 +94,7 @@ Remarks:
point to the top directory of your Vim files. Example: point to the top directory of your Vim files. Example:
set VIM=C:\editors\vim set VIM=C:\editors\vim
Vim version 6.0 will look for your vimrc file in $VIM, and for the runtime 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 - To avoid confusion between distributed files of different versions and your
own modified vim scripts, it is recommended to use this directory layout: 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\vimfiles\ftplugin\*.vim Filetype plugins
C:\vim\... Other files you made. C:\vim\... Other files you made.
Distributed files: Distributed files:
C:\vim\vim60\vim.exe The Vim version 6.0 executable. C:\vim\vim70\vim.exe The Vim version 6.0 executable.
C:\vim\vim60\doc\*.txt The version 6.0 documentation files. C:\vim\vim70\doc\*.txt The version 6.0 documentation files.
C:\vim\vim60\bugreport.vim A Vim version 6.0 script. C:\vim\vim70\bugreport.vim A Vim version 6.0 script.
C:\vim\vim60\... Other version 6.0 distributed files. C:\vim\vim70\... Other version 6.0 distributed files.
In this case the $VIM environment variable would be set like this: In this case the $VIM environment variable would be set like this:
set VIM=C:\vim set VIM=C:\vim
Then $VIMRUNTIME will automatically be set to "$VIM\vim60". Don't add Then $VIMRUNTIME will automatically be set to "$VIM\vim70". Don't add
"vim60" to $VIM, that won't work. "vim70" to $VIM, that won't work.
- You can put your Vim executable anywhere else. If the executable is not - 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 with the other Vim files, you should set $VIM. The simplest is to add a line
@@ -136,8 +136,8 @@ Remarks:
Select Properties. Select Properties.
5. In the Program tab, change the "Cmdline" to add "/c" and the name of the 5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
Vim executable. Examples: Vim executable. Examples:
C:\command.com /c C:\vim\vim60\vim.exe C:\command.com /c C:\vim\vim70\vim.exe
C:\command.com /c D:\editors\vim\vim60\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 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 possible, select "Advanced" in the Program tab, and deselect "MS-DOS
mode". mode".

View 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 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 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! archive too!
The extra archive plus the source and runtime achives make up the complete The extra archive plus the source and runtime achives make up the complete
sources of Vim for all systems. 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 Farsi Files for the Farsi (persian) language. If you don't know
what Farsi is, this is not for you. 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 if_sniff Interface to SNiFF. If you don't know what SNiFF is, this is
not for you. not for you.
gui_amiga
os_amiga Files for the Amiga port. os_amiga Files for the Amiga port.
gui_riscos gui_riscos
@@ -45,7 +44,8 @@ os_w32
os_win32 Files for the Win32 port. os_win32 Files for the Win32 port.
gui_w32 Files for the Win32 GUI. 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. rgb.txt File with color definitions for the Win32 GUI.
if_ole OLE automation interface, for MS Windows 95 and NT. if_ole OLE automation interface, for MS Windows 95 and NT.

View 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: This file contains files for non-English languages:
- Translated messages. - Translated messages.

View 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. This file explains the installation of Vim on Macintosh systems.
See "README.txt" for general information about Vim. See "README.txt" for general information about Vim.

View 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 archive contains gvim.exe with OLE interface and VisVim.
This version of gvim.exe can also load a number of interface dynamically (you 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.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. This file explains the installation of Vim on OS/2 systems.
See "README.txt" for general information about Vim. See "README.txt" for general information about Vim.

View 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. Welcome to the OS/390 Unix port of VIM.

View 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. 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 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). "extra" directory of ftp.vim.org).
For more information, see the README.txt file that comes with the runtime 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! archive too!

View 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.txt" for general information about Vim.
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows. 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 The DOS source archive contains the files needed to compile Vim on MS-DOS or

View 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. This file explains the installation of Vim on Unix systems.
See "README.txt" for general information about Vim. See "README.txt" for general information about Vim.

View 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. This file explains the installation of Vim on VMS systems.
See "README.txt" in the runtime archive for information about Vim. See "README.txt" in the runtime archive for information about Vim.

View 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 This archive contains the gvim.exe that was specifically compiled for use in
the Win32s subsystem in MS-Windows 3.1 and 3.11. the Win32s subsystem in MS-Windows 3.1 and 3.11.

View File

@@ -22,7 +22,7 @@
!define HAVE_NLS !define HAVE_NLS
!define VER_MAJOR 7 !define VER_MAJOR 7
!define VER_MINOR 0g !define VER_MINOR 0
# ----------- No configurable settings below this line ----------- # ----------- No configurable settings below this line -----------

View 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 VIM REFERENCE MANUAL by Nadim Shaikli

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Gordon Prieur

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Mortaza Ghassab Shiran

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 Get the Latest VimScripts

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam

View 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) VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)

View 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 VIM - main help file
k 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). 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 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: It is possible to further specify the context:
*help-context* *help-context*
WHAT PREPEND EXAMPLE ~ WHAT PREPEND EXAMPLE ~
@@ -196,18 +196,6 @@ Standard plugins ~
|pi_zip.txt| Zip archive explorer |pi_zip.txt| Zip archive explorer
LOCAL ADDITIONS: *local-additions* 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<6D>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<6D>nd n<>w
|typecorr.txt| Plugin for correcting typing mistakes
|helpp.txt| Dummy line to avoid an error message
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*bars* Bars example *bars* Bars example

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Andy Kahn

View 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 VIM REFERENCE MANUAL by Sergey Khorev

View 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 VIM REFERENCE MANUAL by Paul Moore

View 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 VIM REFERENCE MANUAL by Sven Verdoolaege

View 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 VIM REFERENCE MANUAL by Paul Moore

View 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 VIM REFERENCE MANUAL by Shugo Maeda

View 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 VIM REFERENCE MANUAL

View 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 VIM REFERENCE MANUAL by Ingo Wilken

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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. VIM REFERENCE MANUAL by Bram Moolenaar et al.

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Gordon Prieur

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Ralf Schandl

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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. VIM REFERENCE MANUAL by Bram Moolenaar et al.

View 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 VIM REFERENCE MANUAL by Jens M. Felderhoff

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Paul Slootman

View 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 VIM REFERENCE MANUAL by Julian Kinraid

View 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 VIM REFERENCE MANUAL by Thomas Leonard

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL

View 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 VIM REFERENCE MANUAL by George Reilly

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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. NETRW REFERENCE MANUAL by Charles E. Campbell, Jr.

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 ~ by Gustavo Niemeyer ~

View 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 | | Tar File Interface |

View 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 Vimball Archiver

View 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 | | Zip File Interface |

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Avner Lottem

View 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 VIM REFERENCE MANUAL by Vassily Ragosin

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Gordon Prieur

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 by David Fishburn

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

View 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 VIM REFERENCE MANUAL by Bram Moolenaar

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