updated for version 7.0e

This commit is contained in:
Bram Moolenaar
2006-04-16 18:30:08 +00:00
parent 99ebf04cf6
commit b21e5843e5
177 changed files with 809 additions and 357 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.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.
Version 7.0e. Also runs under UNIX, MSDOS and other systems.
vim70ert.tgz contains the documentation and syntax files.
vim70ebin.tgz contains the binaries.
vim70esrc.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 = 0d
MINOR = 0e
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
@ -159,7 +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.
# - Copy all the "*.pdb" files to where this Makefile is.
# - "make dosbin".
# - Run make on Unix to update the ".mo" files.
# - "make doslang".

View File

@ -1,4 +1,4 @@
README.txt for version 7.0d of Vim: Vi IMproved.
README.txt for version 7.0e of Vim: Vi IMproved.
WHAT IS VIM

View File

@ -1,4 +1,4 @@
README_ami.txt for version 7.0d of Vim: Vi IMproved.
README_ami.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_amibin.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_amisrc.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_bindos.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_dos.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_extra.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_lang.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_mac.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_ole.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_os2.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_os_390.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_src.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_srcdos.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_unix.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_vms.txt for version 7.0e 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.0d of Vim: Vi IMproved.
README_w32s.txt for version 7.0e 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 0d
!define VER_MINOR 0e
# ----------- No configurable settings below this line -----------

View File

@ -1,15 +1,14 @@
" Vim completion script
" Language: PHP
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
" Last Change: 2006 Apr 05
" Last Change: 2006 Apr 15
"
" TODO:
" - Class aware completion:
" a) additional analize of tags file(s)
" b) "live" parsing of data, maybe with caching
" a) caching?
" - Switching to HTML (XML?) completion (SQL) inside of phpStrings
" - allow also for XML completion
" - better 'info', 'menu'
" - allow also for XML completion <- better do html_flavor for HTML
" completion
" - outside of <?php?> getting parent tag may cause problems. Heh, even in
" perfect conditions GetLastOpenTag doesn't cooperate... Inside of
" phpStrings this can be even a bonus but outside of <?php?> it is not the
@ -563,12 +562,13 @@ function! phpcomplete#GetClassName(scontext) " {{{
exe 'silent! vimgrep /^'.object.'.*\$'.object.'.*=\s*new\s\+.*\tv\(\t\|$\)/j '.fnames
let qflist = getqflist()
if len(qflist) == 0
return []
return ''
else
" In all properly managed projects it should be one item list, even if it
" *is* longer we cannot solve conflicts, assume it is first element
let classname = matchstr(qflist[0]['text'], '=\s*new\s\+\zs[a-zA-Z_0-9\x7f-\xff]\+\ze')
return classname
endif
" In all properly managed projects it should be one item list, even if it
" *is* longer we cannot solve conflicts, assume it is first element
let classname = matchstr(qflist[0]['text'], '=\s*new\s\+\zs[a-zA-Z_0-9\x7f-\xff]\+\ze')
return classname
endfunction
" }}}
@ -577,7 +577,7 @@ function! phpcomplete#GetClassLocation(classname) " {{{
for fname in tagfiles()
let fhead = fnamemodify(fname, ":h")
if fhead != ''
let psep = '/'
let psep = '/' " Note: slash is potential problem!
let fhead .= psep
endif
let fname = escape(fname, " \\")
@ -587,9 +587,10 @@ function! phpcomplete#GetClassLocation(classname) " {{{
let classlocation = matchstr(qflist[0]['text'], '\t\zs\f\+\ze\t')
" And only one class location
if classlocation != ''
let pset = '/' " Note: slash is potential problem!
let classlocation = fhead.classlocation
return classlocation
else
return ''
endif
endfor

View File

@ -28,7 +28,7 @@ endif
:hi Visual gui=none guifg=khaki guibg=olivedrab cterm=reverse
:hi WarningMsg guifg=salmon ctermfg=1
:hi String guifg=SkyBlue ctermfg=darkcyan
:hi Comment term=bold ctermfg=11 guifg=#80a0ff
:hi Comment term=bold ctermfg=11 guifg=grey40
:hi Constant guifg=#ffa0a0 ctermfg=brown
:hi Special guifg=green ctermfg=brown
:hi Identifier guifg=salmon ctermfg=red

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*digraph.txt* For Vim version 7.0d. Last change: 2005 Sep 11
*digraph.txt* For Vim version 7.0e. Last change: 2005 Sep 11
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*getscript.txt* For Vim version 7.0d. Last change: 2006 Mar 24
*getscript.txt* For Vim version 7.0e. Last change: 2006 Mar 24
Get the Latest VimScripts

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*hangulin.txt* For Vim version 7.0d. Last change: 2006 Apr 02
*hangulin.txt* For Vim version 7.0e. 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.0d. Last change: 2003 May 11
*hebrew.txt* For Vim version 7.0e. 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.0d. Last change: 2006 Apr 02
*help.txt* For Vim version 7.0e. Last change: 2006 Apr 02
VIM - main help file
k

View File

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

View File

@ -1,4 +1,4 @@
*if_cscop.txt* For Vim version 7.0d. Last change: 2005 Mar 29
*if_cscop.txt* For Vim version 7.0e. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Andy Kahn

View File

@ -1,4 +1,4 @@
*if_mzsch.txt* For Vim version 7.0d. Last change: 2006 Mar 06
*if_mzsch.txt* For Vim version 7.0e. Last change: 2006 Mar 06
VIM REFERENCE MANUAL by Sergey Khorev

View File

@ -1,4 +1,4 @@
*if_ole.txt* For Vim version 7.0d. Last change: 2006 Mar 06
*if_ole.txt* For Vim version 7.0e. Last change: 2006 Mar 06
VIM REFERENCE MANUAL by Paul Moore

View File

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

View File

@ -1,4 +1,4 @@
*if_pyth.txt* For Vim version 7.0d. Last change: 2006 Jan 20
*if_pyth.txt* For Vim version 7.0e. Last change: 2006 Jan 20
VIM REFERENCE MANUAL by Paul Moore

View File

@ -1,4 +1,4 @@
*if_ruby.txt* For Vim version 7.0d. Last change: 2006 Mar 26
*if_ruby.txt* For Vim version 7.0e. Last change: 2006 Mar 26
VIM REFERENCE MANUAL by Shugo Maeda

View File

@ -1,4 +1,4 @@
*if_sniff.txt* For Vim version 7.0d. Last change: 2005 Mar 29
*if_sniff.txt* For Vim version 7.0e. Last change: 2005 Mar 29
VIM REFERENCE MANUAL

View File

@ -1,4 +1,4 @@
*if_tcl.txt* For Vim version 7.0d. Last change: 2006 Mar 06
*if_tcl.txt* For Vim version 7.0e. Last change: 2006 Mar 06
VIM REFERENCE MANUAL by Ingo Wilken

View File

@ -1,4 +1,4 @@
*indent.txt* For Vim version 7.0d. Last change: 2006 Apr 14
*indent.txt* For Vim version 7.0e. Last change: 2006 Apr 16
VIM REFERENCE MANUAL by Bram Moolenaar
@ -414,7 +414,6 @@ assume a 'shiftwidth' of 4.
if (cond1 && if (cond1 &&
cond2 cond2
) )
foo; foo;
<
*java-cinoptions* *java-indenting*
jN Indent java anonymous classes correctly. The value 'N' is

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*mbyte.txt* For Vim version 7.0d. Last change: 2006 Apr 02
*mbyte.txt* For Vim version 7.0e. 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.0d. Last change: 2006 Apr 11
*message.txt* For Vim version 7.0e. Last change: 2006 Apr 11
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*sql.txt* For Vim version 7.0d. Last change: Mon Apr 03 2006 10:34:00 PM
*sql.txt* For Vim version 7.0e. 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.0d. Last change: 2006 Apr 02
*starting.txt* For Vim version 7.0e. Last change: 2006 Apr 02
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

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