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

updated for version 7.0d

This commit is contained in:
Bram Moolenaar 2006-04-10 14:55:34 +00:00
parent c6fe919573
commit 779b74b2a2
175 changed files with 1168 additions and 996 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.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.

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.
MAJOR = 7
MINOR = 0c
MINOR = 0d
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
@ -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".

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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 -----------

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
*insert.txt* For Vim version 7.0c. Last change: 2006 Apr 06
*insert.txt* For Vim version 7.0d. Last change: 2006 Apr 10
VIM REFERENCE MANUAL by Bram Moolenaar
@ -1105,18 +1105,22 @@ The menu is used when:
The 'pumheight' option can be used to set a maximum height. The default is to
use all space available.
There are two states:
1. A complete match has been inserted.
2. Only part of a match has been inserted.
There are three states:
1. A complete match has been inserted, e.g., after using CTRL-N or CTRL-P.
2. A cursor key has been used to select another match. The match was not
inserted then, only the entry in the popup menu is highlighted.
3. Only part of a match has been inserted and characters were typed or the
backspace key was used. The list of matches was then adjusted for what is
in front of the cursor.
You normally start in the first state, with the first match being inserted.
When "longest" is in 'completeopt' and there is more than one match you start
in the second state.
in the third state.
If you select another match, e.g., with CTRL-N or CTRL-P, you go from the
second to the first state. This doesn't change the list of matches.
If you select another match, e.g., with CTRL-N or CTRL-P, you go to the first
state. This doesn't change the list of matches.
When you are back at the original text then you are in the second state. To
When you are back at the original text then you are in the third state. To
get there right away you can use a mapping that uses CTRL-P right after
starting the completion: >
:imap <F7> <C-N><C-P>
@ -1126,8 +1130,11 @@ In the first state these keys have a special meaning:
<BS> and CTRL-H Delete one character, find the matches for the word before
the cursor. This reduces the list of matches, often to one
entry, and switches to the second state.
Any non-special character:
Stop completion without changing the match and insert the
typed character.
In the second state these keys have a special meaning:
In the second and third state these keys have a special meaning:
<BS> and CTRL-H Delete one character, find the matches for the shorter word
before the cursor. This may find more matches.
CTRL-L Add one character from the current match, may reduce the
@ -1135,7 +1142,7 @@ CTRL-L Add one character from the current match, may reduce the
any printable, non-white character:
Add this character and reduce the number of matches.
In both states these can be used:
In all three states these can be used:
CTRL-Y Yes: Accept the currently selected match and stop completion.
CTRL-E End completion, go back to what was typed.
<PageUp> Select a match several entries back, but don't insert it.
@ -1144,10 +1151,17 @@ CTRL-E End completion, go back to what was typed.
insert it.
<Down> Select the next match, as if CTRL-N was used, but don't
insert it.
Any other character:
Stop completion without changing the match and insert the
typed character. Note that typing a space or <Tab> will
work in both states.
space or <Tab> Stop completion without changing the match and insert the
typed character.
The behavior of the Enter key depends on the state you are in:
first state: Use the text as it is and insert a line break.
second state: Insert the currently selected match.
third state: Use the text as it is and insert a line break.
In other words: If you used the cursor keys to select another entry in the
list of matches then the Enter key inserts that match. If you typed something
else then Enter inserts a line break.
The colors of the menu can be changed with these highlight groups:

View file

@ -1,4 +1,4 @@
*intro.txt* For Vim version 7.0c. Last change: 2006 Apr 09
*intro.txt* For Vim version 7.0d. Last change: 2006 Apr 09
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*map.txt* For Vim version 7.0c. Last change: 2006 Mar 20
*map.txt* For Vim version 7.0d. Last change: 2006 Mar 20
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*mbyte.txt* For Vim version 7.0c. Last change: 2006 Apr 02
*mbyte.txt* For Vim version 7.0d. Last change: 2006 Apr 02
VIM REFERENCE MANUAL by Bram Moolenaar et al.

View file

@ -1,4 +1,4 @@
*message.txt* For Vim version 7.0c. Last change: 2006 Mar 01
*message.txt* For Vim version 7.0d. Last change: 2006 Mar 01
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*mlang.txt* For Vim version 7.0c. Last change: 2004 Feb 24
*mlang.txt* For Vim version 7.0d. Last change: 2004 Feb 24
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*motion.txt* For Vim version 7.0c. Last change: 2006 Jan 02
*motion.txt* For Vim version 7.0d. Last change: 2006 Jan 02
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*netbeans.txt* For Vim version 7.0c. Last change: 2006 Mar 09
*netbeans.txt* For Vim version 7.0d. Last change: 2006 Mar 09
VIM REFERENCE MANUAL by Gordon Prieur

View file

@ -1,4 +1,4 @@
*options.txt* For Vim version 7.0c. Last change: 2006 Apr 09
*options.txt* For Vim version 7.0d. Last change: 2006 Apr 10
VIM REFERENCE MANUAL by Bram Moolenaar
@ -2079,7 +2079,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|hl-CursorLine|. Useful to easily spot the cursor. Will make screen
redrawing slower.
When Visual mode is active the highlighting isn't used to make it
easier to spot where the selected area.
easier to see the selected text.
*'debug'*
@ -6361,6 +6361,8 @@ A jump table for the options with a short description can be found at |Q_op|.
jumping to errors (":cc", ":cn", "cp", etc.). It is
also used in all buffer related split commands, for
example ":sbuffer", ":sbnext", or ":sbrewind".
usetab Like "useopen", but also consider windows in other tab
pages.
split If included, split the current window before loading
a buffer. Otherwise: do not split, use current window.
Supported in |quickfix| commands that display errors.

View file

@ -1,4 +1,4 @@
*os_390.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*os_390.txt* For Vim version 7.0d. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Ralf Schandl

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
*os_mac.txt* For Vim version 7.0c. Last change: 2006 Mar 29
*os_mac.txt* For Vim version 7.0d. Last change: 2006 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar et al.

View file

@ -1,4 +1,4 @@
*os_mint.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*os_mint.txt* For Vim version 7.0d. 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.0c. Last change: 2005 Mar 29
*os_msdos.txt* For Vim version 7.0d. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*os_os2.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*os_os2.txt* For Vim version 7.0d. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Paul Slootman

View file

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

View file

@ -1,4 +1,4 @@
*os_risc.txt* For Vim version 7.0c. Last change: 2005 Mar 29
*os_risc.txt* For Vim version 7.0d. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Thomas Leonard

View file

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

View file

@ -1,4 +1,4 @@
*os_vms.txt* For Vim version 7.0c. Last change: 2006 Mar 02
*os_vms.txt* For Vim version 7.0d. Last change: 2006 Mar 02
VIM REFERENCE MANUAL

View file

@ -1,4 +1,4 @@
*os_win32.txt* For Vim version 7.0c. Last change: 2006 Apr 02
*os_win32.txt* For Vim version 7.0d. Last change: 2006 Apr 02
VIM REFERENCE MANUAL by George Reilly

View file

@ -1,4 +1,4 @@
*pattern.txt* For Vim version 7.0c. Last change: 2006 Apr 02
*pattern.txt* For Vim version 7.0d. Last change: 2006 Apr 02
VIM REFERENCE MANUAL by Bram Moolenaar

View file

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

View file

@ -1,4 +1,4 @@
*pi_netrw.txt* For Vim version 7.0c. Last change: Apr 06, 2006
*pi_netrw.txt* For Vim version 7.0d. Last change: Apr 06, 2006
VIM REFERENCE MANUAL by Charles E. Campbell, Jr.

View file

@ -1,4 +1,4 @@
*pi_paren.txt* For Vim version 7.0c. Last change: 2006 Apr 03
*pi_paren.txt* For Vim version 7.0d. Last change: 2006 Apr 03
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*pi_spec.txt* For Vim version 7.0c. Last change: 2005 Oct 03
*pi_spec.txt* For Vim version 7.0d. Last change: 2005 Oct 03
by Gustavo Niemeyer ~

View file

@ -1,4 +1,4 @@
*tar.txt* For Vim version 7.0c. Last change: 2006 Mar 24
*tar.txt* For Vim version 7.0d. Last change: 2006 Mar 24
+====================+
| Tar File Interface |

View file

@ -1,4 +1,4 @@
*zip.txt* For Vim version 7.0c. Last change: 2006 Apr 03
*zip.txt* For Vim version 7.0d. Last change: 2006 Apr 03
+====================+
| Zip File Interface |

View file

@ -1,4 +1,4 @@
*print.txt* For Vim version 7.0c. Last change: 2005 Apr 01
*print.txt* For Vim version 7.0d. Last change: 2005 Apr 01
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*quickfix.txt* For Vim version 7.0c. Last change: 2006 Mar 24
*quickfix.txt* For Vim version 7.0d. Last change: 2006 Mar 24
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*quickref.txt* For Vim version 7.0c. Last change: 2006 Mar 23
*quickref.txt* For Vim version 7.0d. Last change: 2006 Mar 23
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*quotes.txt* For Vim version 7.0c. Last change: 2005 Apr 04
*quotes.txt* For Vim version 7.0d. Last change: 2005 Apr 04
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*recover.txt* For Vim version 7.0c. Last change: 2005 Dec 12
*recover.txt* For Vim version 7.0d. Last change: 2005 Dec 12
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*remote.txt* For Vim version 7.0c. Last change: 2006 Mar 11
*remote.txt* For Vim version 7.0d. Last change: 2006 Mar 11
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*repeat.txt* For Vim version 7.0c. Last change: 2006 Mar 21
*repeat.txt* For Vim version 7.0d. Last change: 2006 Mar 21
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*rileft.txt* For Vim version 7.0c. Last change: 2005 Apr 04
*rileft.txt* For Vim version 7.0d. Last change: 2005 Apr 04
VIM REFERENCE MANUAL by Avner Lottem

View file

@ -1,4 +1,4 @@
*russian.txt* For Vim version 7.0c. Last change: 2005 Apr 01
*russian.txt* For Vim version 7.0d. Last change: 2005 Apr 01
VIM REFERENCE MANUAL by Vassily Ragosin

View file

@ -1,4 +1,4 @@
*scroll.txt* For Vim version 7.0c. Last change: 2005 Dec 16
*scroll.txt* For Vim version 7.0d. Last change: 2005 Dec 16
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*sign.txt* For Vim version 7.0c. Last change: 2005 Apr 04
*sign.txt* For Vim version 7.0d. Last change: 2005 Apr 04
VIM REFERENCE MANUAL by Gordon Prieur

View file

@ -1,4 +1,4 @@
*spell.txt* For Vim version 7.0c. Last change: 2006 Apr 06
*spell.txt* For Vim version 7.0d. Last change: 2006 Apr 06
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*sponsor.txt* For Vim version 7.0c. Last change: 2006 Mar 29
*sponsor.txt* For Vim version 7.0d. Last change: 2006 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*sql.txt* For Vim version 7.0c. Last change: Mon Apr 03 2006 10:34:00 PM
*sql.txt* For Vim version 7.0d. Last change: Mon Apr 03 2006 10:34:00 PM
by David Fishburn

View file

@ -1,4 +1,4 @@
*starting.txt* For Vim version 7.0c. Last change: 2006 Apr 02
*starting.txt* For Vim version 7.0d. Last change: 2006 Apr 02
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*syntax.txt* For Vim version 7.0c. Last change: 2006 Apr 06
*syntax.txt* For Vim version 7.0d. Last change: 2006 Apr 06
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*tabpage.txt* For Vim version 7.0c. Last change: 2006 Apr 09
*tabpage.txt* For Vim version 7.0d. Last change: 2006 Apr 09
VIM REFERENCE MANUAL by Bram Moolenaar

View file

@ -1,4 +1,4 @@
*tagsrch.txt* For Vim version 7.0c. Last change: 2006 Feb 24
*tagsrch.txt* For Vim version 7.0d. Last change: 2006 Feb 24
VIM REFERENCE MANUAL by Bram Moolenaar

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