Skip to content

Commit b21e584

Browse files
committed
updated for version 7.0e
1 parent 99ebf04 commit b21e584

File tree

177 files changed

+809
-357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+809
-357
lines changed

Contents

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
99
messages, shows current file name in window title, on-line
1010
help, rectangular cut/paste, etc., etc., etc...
1111

12-
Version 7.0d. Also runs under UNIX, MSDOS and other systems.
13-
vim70drt.tgz contains the documentation and syntax files.
14-
vim70dbin.tgz contains the binaries.
15-
vim70dsrc.tgz contains the sources.
12+
Version 7.0e. Also runs under UNIX, MSDOS and other systems.
13+
vim70ert.tgz contains the documentation and syntax files.
14+
vim70ebin.tgz contains the binaries.
15+
vim70esrc.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ all install uninstall tools config configure proto depend lint tags types test t
6969
# Before creating an archive first delete all backup files, *.orig, etc.
7070

7171
MAJOR = 7
72-
MINOR = 0d
72+
MINOR = 0e
7373

7474
# Uncomment this line if the Win32s version is to be included.
7575
DOSBIN_S = dosbin_s
@@ -159,7 +159,7 @@ DOSBIN_S = dosbin_s
159159
# - The produced uninstalw32.exe and vimrun.exe are used.
160160
# Create the archives:
161161
# - Copy all the "*.exe" files to where this Makefile is.
162-
# - Copy all the "*.pdb" files to the dist directory.
162+
# - Copy all the "*.pdb" files to where this Makefile is.
163163
# - "make dosbin".
164164
# - Run make on Unix to update the ".mo" files.
165165
# - "make doslang".

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README.txt for version 7.0d of Vim: Vi IMproved.
1+
README.txt for version 7.0e of Vim: Vi IMproved.
22

33

44
WHAT IS VIM

README_ami.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_ami.txt for version 7.0d of Vim: Vi IMproved.
1+
README_ami.txt for version 7.0e of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on Amiga systems.
44
See README.txt for general information about Vim.

README_amibin.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_amibin.txt for version 7.0d of Vim: Vi IMproved.
1+
README_amibin.txt for version 7.0e of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.

README_amisrc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_amisrc.txt for version 7.0d of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.0e of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.

README_bindos.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_bindos.txt for version 7.0d of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.0e of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.

README_dos.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_dos.txt for version 7.0d of Vim: Vi IMproved.
1+
README_dos.txt for version 7.0e of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on MS-DOS and MS-Windows systems.
44
See "README.txt" for general information about Vim.

README_extra.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_extra.txt for version 7.0d of Vim: Vi IMproved.
1+
README_extra.txt for version 7.0e of Vim: Vi IMproved.
22

33
The extra archive of Vim is to be used in combination with the source archive
44
(vim-6.0-src.tar.gz). The extra archive is useless without it.

README_lang.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_lang.txt for version 7.0d of Vim: Vi IMproved.
1+
README_lang.txt for version 7.0e of Vim: Vi IMproved.
22

33
This file contains files for non-English languages:
44
- Translated messages.

README_mac.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_mac.txt for version 7.0d of Vim: Vi IMproved.
1+
README_mac.txt for version 7.0e of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on Macintosh systems.
44
See "README.txt" for general information about Vim.

README_ole.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_ole.txt for version 7.0d of Vim: Vi IMproved.
1+
README_ole.txt for version 7.0e of Vim: Vi IMproved.
22

33
This archive contains gvim.exe with OLE interface and VisVim.
44
This version of gvim.exe can also load a number of interface dynamically (you

README_os2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_os2.txt for version 7.0d of Vim: Vi IMproved.
1+
README_os2.txt for version 7.0e of Vim: Vi IMproved.
22

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

README_os390.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_os_390.txt for version 7.0d of Vim: Vi IMproved.
1+
README_os_390.txt for version 7.0e of Vim: Vi IMproved.
22

33
Welcome to the OS/390 Unix port of VIM.
44

README_src.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_src.txt for version 7.0d of Vim: Vi IMproved.
1+
README_src.txt for version 7.0e of Vim: Vi IMproved.
22

33
The source archive contains the files needed to compile Vim on Unix systems.
44
It is packed for Unix systems (NL line separator). It is also used for other

README_srcdos.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_srcdos.txt for version 7.0d of Vim: Vi IMproved.
1+
README_srcdos.txt for version 7.0e of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.

README_unix.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_unix.txt for version 7.0d of Vim: Vi IMproved.
1+
README_unix.txt for version 7.0e of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on Unix systems.
44
See "README.txt" for general information about Vim.

README_vms.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_vms.txt for version 7.0d of Vim: Vi IMproved.
1+
README_vms.txt for version 7.0e of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on VMS systems.
44
See "README.txt" in the runtime archive for information about Vim.

README_w32s.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_w32s.txt for version 7.0d of Vim: Vi IMproved.
1+
README_w32s.txt for version 7.0e of Vim: Vi IMproved.
22

33
This archive contains the gvim.exe that was specifically compiled for use in
44
the Win32s subsystem in MS-Windows 3.1 and 3.11.

nsis/gvim.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
!define HAVE_NLS
2323

2424
!define VER_MAJOR 7
25-
!define VER_MINOR 0d
25+
!define VER_MINOR 0e
2626

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

runtime/autoload/phpcomplete.vim

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
" Vim completion script
22
" Language: PHP
33
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
4-
" Last Change: 2006 Apr 05
4+
" Last Change: 2006 Apr 15
55
"
66
" TODO:
77
" - Class aware completion:
8-
" a) additional analize of tags file(s)
9-
" b) "live" parsing of data, maybe with caching
8+
" a) caching?
109
" - Switching to HTML (XML?) completion (SQL) inside of phpStrings
11-
" - allow also for XML completion
12-
" - better 'info', 'menu'
10+
" - allow also for XML completion <- better do html_flavor for HTML
11+
" completion
1312
" - outside of <?php?> getting parent tag may cause problems. Heh, even in
1413
" perfect conditions GetLastOpenTag doesn't cooperate... Inside of
1514
" phpStrings this can be even a bonus but outside of <?php?> it is not the
@@ -563,12 +562,13 @@ function! phpcomplete#GetClassName(scontext) " {{{
563562
exe 'silent! vimgrep /^'.object.'.*\$'.object.'.*=\s*new\s\+.*\tv\(\t\|$\)/j '.fnames
564563
let qflist = getqflist()
565564
if len(qflist) == 0
566-
return []
565+
return ''
566+
else
567+
" In all properly managed projects it should be one item list, even if it
568+
" *is* longer we cannot solve conflicts, assume it is first element
569+
let classname = matchstr(qflist[0]['text'], '=\s*new\s\+\zs[a-zA-Z_0-9\x7f-\xff]\+\ze')
570+
return classname
567571
endif
568-
" In all properly managed projects it should be one item list, even if it
569-
" *is* longer we cannot solve conflicts, assume it is first element
570-
let classname = matchstr(qflist[0]['text'], '=\s*new\s\+\zs[a-zA-Z_0-9\x7f-\xff]\+\ze')
571-
return classname
572572

573573
endfunction
574574
" }}}
@@ -577,7 +577,7 @@ function! phpcomplete#GetClassLocation(classname) " {{{
577577
for fname in tagfiles()
578578
let fhead = fnamemodify(fname, ":h")
579579
if fhead != ''
580-
let psep = '/'
580+
let psep = '/' " Note: slash is potential problem!
581581
let fhead .= psep
582582
endif
583583
let fname = escape(fname, " \\")
@@ -587,9 +587,10 @@ function! phpcomplete#GetClassLocation(classname) " {{{
587587
let classlocation = matchstr(qflist[0]['text'], '\t\zs\f\+\ze\t')
588588
" And only one class location
589589
if classlocation != ''
590-
let pset = '/' " Note: slash is potential problem!
591590
let classlocation = fhead.classlocation
592591
return classlocation
592+
else
593+
return ''
593594
endif
594595
endfor
595596

runtime/colors/slate.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif
2828
:hi Visual gui=none guifg=khaki guibg=olivedrab cterm=reverse
2929
:hi WarningMsg guifg=salmon ctermfg=1
3030
:hi String guifg=SkyBlue ctermfg=darkcyan
31-
:hi Comment term=bold ctermfg=11 guifg=#80a0ff
31+
:hi Comment term=bold ctermfg=11 guifg=grey40
3232
:hi Constant guifg=#ffa0a0 ctermfg=brown
3333
:hi Special guifg=green ctermfg=brown
3434
:hi Identifier guifg=salmon ctermfg=red

runtime/doc/arabic.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*arabic.txt* For Vim version 7.0d. Last change: 2005 Mar 29
1+
*arabic.txt* For Vim version 7.0e. Last change: 2005 Mar 29
22

33

44
VIM REFERENCE MANUAL by Nadim Shaikli

runtime/doc/autocmd.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 7.0d. Last change: 2006 Apr 07
1+
*autocmd.txt* For Vim version 7.0e. Last change: 2006 Apr 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/change.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 7.0d. Last change: 2006 Apr 11
1+
*change.txt* For Vim version 7.0e. Last change: 2006 Apr 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/cmdline.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 7.0d. Last change: 2006 Mar 16
1+
*cmdline.txt* For Vim version 7.0e. Last change: 2006 Mar 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/debug.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debug.txt* For Vim version 7.0d. Last change: 2005 Dec 17
1+
*debug.txt* For Vim version 7.0e. Last change: 2005 Dec 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/debugger.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debugger.txt* For Vim version 7.0d. Last change: 2005 Mar 29
1+
*debugger.txt* For Vim version 7.0e. Last change: 2005 Mar 29
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur

runtime/doc/develop.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*develop.txt* For Vim version 7.0d. Last change: 2006 Mar 09
1+
*develop.txt* For Vim version 7.0e. Last change: 2006 Mar 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/diff.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim version 7.0d. Last change: 2006 Apr 14
1+
*diff.txt* For Vim version 7.0e. Last change: 2006 Apr 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/digraph.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*digraph.txt* For Vim version 7.0d. Last change: 2005 Sep 11
1+
*digraph.txt* For Vim version 7.0e. Last change: 2005 Sep 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/editing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim version 7.0d. Last change: 2006 Apr 06
1+
*editing.txt* For Vim version 7.0e. Last change: 2006 Apr 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/eval.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 7.0d. Last change: 2006 Apr 15
1+
*eval.txt* For Vim version 7.0e. Last change: 2006 Apr 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/farsi.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*farsi.txt* For Vim version 7.0d. Last change: 2005 Mar 29
1+
*farsi.txt* For Vim version 7.0e. Last change: 2005 Mar 29
22

33

44
VIM REFERENCE MANUAL by Mortaza Ghassab Shiran

runtime/doc/filetype.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 7.0d. Last change: 2006 Mar 24
1+
*filetype.txt* For Vim version 7.0e. Last change: 2006 Mar 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/fold.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fold.txt* For Vim version 7.0d. Last change: 2006 Mar 29
1+
*fold.txt* For Vim version 7.0e. Last change: 2006 Mar 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/getscript.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*getscript.txt* For Vim version 7.0d. Last change: 2006 Mar 24
1+
*getscript.txt* For Vim version 7.0e. Last change: 2006 Mar 24
22

33
Get the Latest VimScripts
44

runtime/doc/gui.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui.txt* For Vim version 7.0d. Last change: 2006 Apr 02
1+
*gui.txt* For Vim version 7.0e. Last change: 2006 Apr 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/gui_w16.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_w16.txt* For Vim version 7.0d. Last change: 2005 Mar 29
1+
*gui_w16.txt* For Vim version 7.0e. Last change: 2005 Mar 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/gui_w32.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_w32.txt* For Vim version 7.0d. Last change: 2005 Mar 29
1+
*gui_w32.txt* For Vim version 7.0e. Last change: 2005 Mar 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/gui_x11.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_x11.txt* For Vim version 7.0d. Last change: 2005 Dec 06
1+
*gui_x11.txt* For Vim version 7.0e. Last change: 2005 Dec 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/hangulin.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*hangulin.txt* For Vim version 7.0d. Last change: 2006 Apr 02
1+
*hangulin.txt* For Vim version 7.0e. Last change: 2006 Apr 02
22

33

44
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam

runtime/doc/hebrew.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*hebrew.txt* For Vim version 7.0d. Last change: 2003 May 11
1+
*hebrew.txt* For Vim version 7.0e. Last change: 2003 May 11
22

33

44
VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)

runtime/doc/help.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*help.txt* For Vim version 7.0d. Last change: 2006 Apr 02
1+
*help.txt* For Vim version 7.0e. Last change: 2006 Apr 02
22

33
VIM - main help file
44
k

runtime/doc/howto.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*howto.txt* For Vim version 7.0d. Last change: 2006 Apr 02
1+
*howto.txt* For Vim version 7.0e. Last change: 2006 Apr 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/if_cscop.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_cscop.txt* For Vim version 7.0d. Last change: 2005 Mar 29
1+
*if_cscop.txt* For Vim version 7.0e. Last change: 2005 Mar 29
22

33

44
VIM REFERENCE MANUAL by Andy Kahn

runtime/doc/if_mzsch.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_mzsch.txt* For Vim version 7.0d. Last change: 2006 Mar 06
1+
*if_mzsch.txt* For Vim version 7.0e. Last change: 2006 Mar 06
22

33

44
VIM REFERENCE MANUAL by Sergey Khorev

runtime/doc/if_ole.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ole.txt* For Vim version 7.0d. Last change: 2006 Mar 06
1+
*if_ole.txt* For Vim version 7.0e. Last change: 2006 Mar 06
22

33

44
VIM REFERENCE MANUAL by Paul Moore

runtime/doc/if_perl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_perl.txt* For Vim version 7.0d. Last change: 2006 Mar 06
1+
*if_perl.txt* For Vim version 7.0e. Last change: 2006 Mar 06
22

33

44
VIM REFERENCE MANUAL by Sven Verdoolaege

runtime/doc/if_pyth.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_pyth.txt* For Vim version 7.0d. Last change: 2006 Jan 20
1+
*if_pyth.txt* For Vim version 7.0e. Last change: 2006 Jan 20
22

33

44
VIM REFERENCE MANUAL by Paul Moore

runtime/doc/if_ruby.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ruby.txt* For Vim version 7.0d. Last change: 2006 Mar 26
1+
*if_ruby.txt* For Vim version 7.0e. Last change: 2006 Mar 26
22

33

44
VIM REFERENCE MANUAL by Shugo Maeda

runtime/doc/if_sniff.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_sniff.txt* For Vim version 7.0d. Last change: 2005 Mar 29
1+
*if_sniff.txt* For Vim version 7.0e. Last change: 2005 Mar 29
22

33

44
VIM REFERENCE MANUAL

runtime/doc/if_tcl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_tcl.txt* For Vim version 7.0d. Last change: 2006 Mar 06
1+
*if_tcl.txt* For Vim version 7.0e. Last change: 2006 Mar 06
22

33

44
VIM REFERENCE MANUAL by Ingo Wilken

0 commit comments

Comments
 (0)