Merge branch 'vim73' into macvim73

Conflicts:
	src/auto/configure
This commit is contained in:
Bjorn Winckler
2010-08-14 20:55:23 +02:00
215 changed files with 4879 additions and 2045 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.3e. Also runs under UNIX, MSDOS and other systems.
vim73ert.tgz contains the documentation and syntax files.
vim73ebin.tgz contains the binaries.
vim73esrc.tgz contains the sources.
Version 7.3f. Also runs under UNIX, MSDOS and other systems.
vim73frt.tgz contains the documentation and syntax files.
vim73fbin.tgz contains the binaries.
vim73fsrc.tgz contains the sources.
Author: Bram Moolenaar et al.

View File

@@ -68,7 +68,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
# Before creating an archive first delete all backup files, *.orig, etc.
MAJOR = 7
MINOR = 3e
MINOR = 3f
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
@@ -83,10 +83,11 @@ DOSBIN_S = dosbin_s
# runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a
# minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def,
# src/gvim.exe.mnf.
# - Adjust the date and other info in src/version.h.
# - Correct included_patches[] in src/version.c.
# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
# you can make it work), Cscope and "huge" features. Exclude workshop and
# SNiFF.
# you can make it all work), Cscope and "huge" features. Exclude workshop
# and SNiFF.
# - With these features: "make proto" (requires cproto and Motif installed;
# ignore warnings for missing include files, fix problems for syntax errors).
# - With these features: "make depend" (works best with gcc).

View File

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

View File

@@ -1,4 +1,4 @@
README_ami.txt for version 7.3e of Vim: Vi IMproved.
README_ami.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_amibin.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_amisrc.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_bindos.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_dos.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_extra.txt for version 7.3f of Vim: Vi IMproved.
These extra files of Vim are for special purposes. This README explains what
the files are for. For general information about Vim, see the "README.txt"

View File

@@ -1,4 +1,4 @@
README_mac.txt for version 7.3e of Vim: Vi IMproved.
README_mac.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_ole.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_os2.txt for version 7.3f 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_zOS.txt for version 7.3e of Vim: Vi IMproved.
README_zOS.txt for version 7.3f of Vim: Vi IMproved.
This readme explains how to build Vim on z/OS. Formerly called OS/390.
See "README.txt" for general information about Vim.

View File

@@ -1,4 +1,4 @@
README_src.txt for version 7.3e of Vim: Vi IMproved.
README_src.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_srcdos.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_unix.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_vms.txt for version 7.3f 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.3e of Vim: Vi IMproved.
README_w32s.txt for version 7.3f 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 3e
!define VER_MINOR 3f
# ----------- No configurable settings below this line -----------

View File

@@ -1,7 +1,7 @@
" tar.vim: Handles browsing tarfiles
" AUTOLOAD PORTION
" Date: Jul 27, 2010
" Version: 25
" Date: Aug 09, 2010
" Version: 26
" Maintainer: Charles E Campbell, Jr <NdrOchip@ScampbellPfamily.AbizM-NOSPAM>
" License: Vim License (see vim's :help license)
"
@@ -22,7 +22,7 @@
if &cp || exists("g:loaded_tar")
finish
endif
let g:loaded_tar= "v25"
let g:loaded_tar= "v26"
if v:version < 702
echohl WarningMsg
echo "***warning*** this version of tar needs vim 7.2"
@@ -127,7 +127,7 @@ fun! tar#Browse(tarfile)
if &ma != 1
set ma
endif
let w:tarfile= a:tarfile
let b:tarfile= a:tarfile
setlocal noswapfile
setlocal buftype=nofile
@@ -198,13 +198,13 @@ fun! tar#Browse(tarfile)
noremap <silent> <buffer> <cr> :call <SID>TarBrowseSelect()<cr>
let &report= repkeep
" call Dret("tar#Browse : w:tarfile<".w:tarfile.">")
" call Dret("tar#Browse : b:tarfile<".b:tarfile.">")
endfun
" ---------------------------------------------------------------------
" TarBrowseSelect: {{{2
fun! s:TarBrowseSelect()
" call Dfunc("TarBrowseSelect() w:tarfile<".w:tarfile."> curfile<".expand("%").">")
" call Dfunc("TarBrowseSelect() b:tarfile<".b:tarfile."> curfile<".expand("%").">")
let repkeep= &report
set report=10
let fname= getline(".")
@@ -224,8 +224,8 @@ fun! s:TarBrowseSelect()
return
endif
" about to make a new window, need to use w:tarfile
let tarfile= w:tarfile
" about to make a new window, need to use b:tarfile
let tarfile= b:tarfile
let curfile= expand("%")
if has("win32") && executable("cygpath")
" assuming cygwin
@@ -313,7 +313,7 @@ fun! tar#Read(fname,mode)
setlocal ro
endif
let w:tarfile= a:fname
let b:tarfile= a:fname
exe "file tarfile::".fnameescape(fname)
" cleanup
@@ -321,13 +321,13 @@ fun! tar#Read(fname,mode)
set nomod
let &report= repkeep
" call Dret("tar#Read : w:tarfile<".w:tarfile.">")
" call Dret("tar#Read : b:tarfile<".b:tarfile.">")
endfun
" ---------------------------------------------------------------------
" tar#Write: {{{2
fun! tar#Write(fname)
" call Dfunc("tar#Write(fname<".a:fname.">) w:tarfile<".w:tarfile."> tblfile_".winnr()."<".s:tblfile_{winnr()}.">")
" call Dfunc("tar#Write(fname<".a:fname.">) b:tarfile<".b:tarfile."> tblfile_".winnr()."<".s:tblfile_{winnr()}.">")
let repkeep= &report
set report=10
@@ -383,8 +383,8 @@ fun! tar#Write(fname)
cd _ZIPVIM_
" call Decho("current directory now: ".getcwd())
let tarfile = substitute(w:tarfile,'tarfile:\(.\{-}\)::.*$','\1','')
let fname = substitute(w:tarfile,'tarfile:.\{-}::\(.*\)$','\1','')
let tarfile = substitute(b:tarfile,'tarfile:\(.\{-}\)::.*$','\1','')
let fname = substitute(b:tarfile,'tarfile:.\{-}::\(.*\)$','\1','')
" handle compressed archives
if tarfile =~# '\.bz2'

View File

@@ -1,6 +1,6 @@
" Vim autoload file for the tohtml plugin.
" Maintainer: Ben Fritz <fritzophrenic@gmail.com>
" Last Change: 2010 Aug 06
" Last Change: 2010 Aug 12
"
" Additional contributors:
"
@@ -52,6 +52,11 @@ func! tohtml#Diff2HTML(win_list, buf_list)
let xml_line = ""
let tag_close = '>'
let s:old_paste = &paste
set paste
let s:old_magic = &magic
set magic
if s:settings.use_xhtml
if s:settings.encoding != ""
let xml_line = "<?xml version=\"1.0\" encoding=\"" . s:settings.encoding . "\"?>"
@@ -250,6 +255,9 @@ func! tohtml#Diff2HTML(win_list, buf_list)
\ ])
endif
endif
let &paste = s:old_paste
let &magic = s:old_magic
endfunc
" Gets a single user option and sets it in the passed-in Dict, or gives it the

View File

@@ -0,0 +1,29 @@
" Vim compiler file
" Compiler: Cucumber
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2010 Aug 09
if exists("current_compiler")
finish
endif
let current_compiler = "cucumber"
if exists(":CompilerSet") != 2 " older Vim always used :setlocal
command -nargs=* CompilerSet setlocal <args>
endif
let s:cpo_save = &cpo
set cpo-=C
CompilerSet makeprg=cucumber
CompilerSet errorformat=
\%W%m\ (Cucumber::Undefined),
\%E%m\ (%.%#),
\%Z%f:%l,
\%Z%f:%l:%.%#
let &cpo = s:cpo_save
unlet s:cpo_save
" vim:set sw=2 sts=2:

View File

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

View File

@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 7.3e. Last change: 2010 Jul 22
*autocmd.txt* For Vim version 7.3f. Last change: 2010 Jul 22
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*change.txt* For Vim version 7.3e. Last change: 2010 Jul 29
*change.txt* For Vim version 7.3f. Last change: 2010 Jul 29
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*cmdline.txt* For Vim version 7.3e. Last change: 2010 May 07
*cmdline.txt* For Vim version 7.3f. Last change: 2010 May 07
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*debug.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*debug.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

@@ -1,4 +1,4 @@
*develop.txt* For Vim version 7.3e. Last change: 2008 Dec 17
*develop.txt* For Vim version 7.3f. Last change: 2008 Dec 17
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*diff.txt* For Vim version 7.3e. Last change: 2010 Jul 31
*diff.txt* For Vim version 7.3f. Last change: 2010 Jul 31
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*digraph.txt* For Vim version 7.3e. Last change: 2010 Apr 11
*digraph.txt* For Vim version 7.3f. Last change: 2010 Apr 11
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*editing.txt* For Vim version 7.3e. Last change: 2010 Jul 28
*editing.txt* For Vim version 7.3f. Last change: 2010 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*eval.txt* For Vim version 7.3e. Last change: 2010 Aug 07
*eval.txt* For Vim version 7.3f. Last change: 2010 Aug 07
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*farsi.txt* For Vim version 7.3e. Last change: 2010 Aug 07
*farsi.txt* For Vim version 7.3f. Last change: 2010 Aug 07
VIM REFERENCE MANUAL by Mortaza Ghassab Shiran

View File

@@ -1,4 +1,4 @@
*filetype.txt* For Vim version 7.3e. Last change: 2008 Jul 15
*filetype.txt* For Vim version 7.3f. Last change: 2008 Jul 15
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*fold.txt* For Vim version 7.3e. Last change: 2010 May 13
*fold.txt* For Vim version 7.3f. Last change: 2010 May 13
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*ft_ada.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*ft_ada.txt* For Vim version 7.3f. Last change: 2010 Jul 20
ADA FILE TYPE PLUG-INS REFERENCE MANUAL~

View File

@@ -1,4 +1,4 @@
*ft_sql.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*ft_sql.txt* For Vim version 7.3f. Last change: 2010 Jul 20
by David Fishburn

View File

@@ -1,4 +1,4 @@
*gui.txt* For Vim version 7.3e. Last change: 2010 May 14
*gui.txt* For Vim version 7.3f. Last change: 2010 May 14
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

@@ -1,4 +1,4 @@
*gui_w32.txt* For Vim version 7.3e. Last change: 2007 Aug 30
*gui_w32.txt* For Vim version 7.3f. Last change: 2007 Aug 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*gui_x11.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*gui_x11.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*hangulin.txt* For Vim version 7.3e. Last change: 2009 Jun 24
*hangulin.txt* For Vim version 7.3f. Last change: 2009 Jun 24
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam

View File

@@ -1,4 +1,4 @@
*hebrew.txt* For Vim version 7.3e. Last change: 2007 Jun 14
*hebrew.txt* For Vim version 7.3f. Last change: 2007 Jun 14
VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)

View File

@@ -1,4 +1,4 @@
*help.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*help.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM - main help file
k

View File

@@ -1,4 +1,4 @@
*helphelp.txt* For Vim version 7.3e. Last change: 2010 Jul 29
*helphelp.txt* For Vim version 7.3f. Last change: 2010 Jul 29
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

@@ -1,4 +1,4 @@
*if_cscop.txt* For Vim version 7.3e. Last change: 2009 Mar 18
*if_cscop.txt* For Vim version 7.3f. Last change: 2009 Mar 18
VIM REFERENCE MANUAL by Andy Kahn

View File

@@ -1,4 +1,4 @@
*if_lua.txt* For Vim version 7.3e. Last change: 2010 Jul 22
*if_lua.txt* For Vim version 7.3f. Last change: 2010 Jul 22
VIM REFERENCE MANUAL by Luis Carvalho

View File

@@ -1,4 +1,4 @@
*if_mzsch.txt* For Vim version 7.3e. Last change: 2010 Feb 11
*if_mzsch.txt* For Vim version 7.3f. Last change: 2010 Feb 11
VIM REFERENCE MANUAL by Sergey Khorev

View File

@@ -1,4 +1,4 @@
*if_ole.txt* For Vim version 7.3e. Last change: 2008 Aug 16
*if_ole.txt* For Vim version 7.3f. Last change: 2008 Aug 16
VIM REFERENCE MANUAL by Paul Moore

View File

@@ -1,4 +1,4 @@
*if_perl.txt* For Vim version 7.3e. Last change: 2010 Jul 21
*if_perl.txt* For Vim version 7.3f. Last change: 2010 Jul 21
VIM REFERENCE MANUAL by Sven Verdoolaege

View File

@@ -1,4 +1,4 @@
*if_pyth.txt* For Vim version 7.3e. Last change: 2010 Jul 25
*if_pyth.txt* For Vim version 7.3f. Last change: 2010 Aug 13
VIM REFERENCE MANUAL by Paul Moore
@@ -339,19 +339,44 @@ sure edit "gvim.exe" and search for "python\d*.dll\c".
*:py3* *:python3*
The |:py3| and |:python3| commands work similar to |:python|.
*:py3file*
*:py3file*
The |:py3file| command works similar to |:pyfile|.
Vim can be built in four ways (:version output):
1. No Python support (-python, -python3)
1. No Python support (-python, -python3)
2. Python 2 support only (+python or +python/dyn, -python3)
3. Python 3 support only (-python, +python3 or +python3/dyn)
4. Python 2 and 3 support (+python/dyn, +python3/dyn)
You can see that when Python 2 and Python 3 are both supported they must be
loaded dynamically. This may cause some problems though, therefore currently
inside a Vim executable you can only use Python 2 or Python 3. To switch to
the other one you need to restart Vim.
Some more details on the special case 4:
When Python 2 and Python 3 are both supported they must be loaded dynamically.
When doing this on Linux/Unix systems and importing global symbols, this leads
to a crash when the second Python version is used. So either global symbols
are loaded but only one Python version is activated, or no global symbols are
loaded. The latter makes Python's "import" fail on libaries that expect the
symbols to be provided by Vim.
*E836* *E837*
Vim's configuration script makes a guess for all libraries based on one
standard Python library (termios). If importing this library succeeds for
both Python versions, then both will be made available in Vim at the same
time. If not, only the version first used in a session will be enabled.
When trying to use the other one you will get the E836 or E837 error message.
Here Vim's behavior depends on the system in which it was configured. In a
system where both versions of Python were configured with --enable-shared,
both versions of Python will be activated at the same time. There will still
be problems with other third party libraries that were not linked to
libPython.
To work around such problems there are these options:
1. The problematic library is recompiled to link to the according
libpython.so.
2. Vim is recompiled for only one Python version.
3. You undefine PY_NO_RTLD_GLOBAL in auto/config.h after configuration. This
may crash Vim though.
==============================================================================
vim:tw=78:ts=8:ft=help:norl:

View File

@@ -1,4 +1,4 @@
*if_ruby.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*if_ruby.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Shugo Maeda

View File

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

View File

@@ -1,4 +1,4 @@
*if_tcl.txt* For Vim version 7.3e. Last change: 2008 Aug 16
*if_tcl.txt* For Vim version 7.3f. Last change: 2008 Aug 16
VIM REFERENCE MANUAL by Ingo Wilken

View File

@@ -1,4 +1,4 @@
*indent.txt* For Vim version 7.3e. Last change: 2010 Jul 30
*indent.txt* For Vim version 7.3f. Last change: 2010 Jul 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*index.txt* For Vim version 7.3e. Last change: 2010 Jul 21
*index.txt* For Vim version 7.3f. Last change: 2010 Jul 21
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*insert.txt* For Vim version 7.3e. Last change: 2010 Jul 29
*insert.txt* For Vim version 7.3f. Last change: 2010 Jul 29
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*intro.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*intro.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*map.txt* For Vim version 7.3e. Last change: 2010 Jul 31
*map.txt* For Vim version 7.3f. Last change: 2010 Jul 31
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*mbyte.txt* For Vim version 7.3e. Last change: 2010 Jul 26
*mbyte.txt* For Vim version 7.3f. Last change: 2010 Jul 26
VIM REFERENCE MANUAL by Bram Moolenaar et al.

View File

@@ -1,4 +1,4 @@
*message.txt* For Vim version 7.3e. Last change: 2010 Jul 26
*message.txt* For Vim version 7.3f. Last change: 2010 Aug 10
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -547,7 +547,7 @@ Vim (and Vi) expect tags files to be sorted in ASCII order. Binary searching
can then be used, which is a lot faster than a linear search. If your tags
files are not properly sorted, reset the |'tagbsearch'| option.
This message is only given when Vim detects a problem when searching for a
tag. Sometimes this message is not given, even thought the tags file is not
tag. Sometimes this message is not given, even though the tags file is not
properly sorted.
*E460* >

View File

@@ -1,4 +1,4 @@
*mlang.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*mlang.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*motion.txt* For Vim version 7.3e. Last change: 2010 May 14
*motion.txt* For Vim version 7.3f. Last change: 2010 May 14
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*netbeans.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*netbeans.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Gordon Prieur et al.

View File

@@ -1,4 +1,4 @@
*options.txt* For Vim version 7.3e. Last change: 2010 Aug 08
*options.txt* For Vim version 7.3f. Last change: 2010 Aug 08
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*os_390.txt* For Vim version 7.3e. Last change: 2010 May 30
*os_390.txt* For Vim version 7.3f. Last change: 2010 May 30
VIM REFERENCE MANUAL by Ralf Schandl

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
*os_mac.txt* For Vim version 7.3e. Last change: 2006 Apr 30
*os_mac.txt* For Vim version 7.3f. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar et al.

View File

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

View File

@@ -1,4 +1,4 @@
*os_os2.txt* For Vim version 7.3e. Last change: 2007 Apr 22
*os_os2.txt* For Vim version 7.3f. Last change: 2007 Apr 22
VIM REFERENCE MANUAL by Paul Slootman

View File

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

View File

@@ -1,4 +1,4 @@
*os_risc.txt* For Vim version 7.3e. Last change: 2010 Aug 07
*os_risc.txt* For Vim version 7.3f. Last change: 2010 Aug 07
VIM REFERENCE MANUAL by Thomas Leonard

View File

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

View File

@@ -1,4 +1,4 @@
*os_vms.txt* For Vim version 7.3e. Last change: 2010 Jul 28
*os_vms.txt* For Vim version 7.3f. Last change: 2010 Jul 28
VIM REFERENCE MANUAL

View File

@@ -1,4 +1,4 @@
*os_win32.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*os_win32.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by George Reilly

View File

@@ -1,4 +1,4 @@
*pattern.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*pattern.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*pi_getscript.txt* For Vim version 7.3e. Last change: 2009 Oct 14
*pi_getscript.txt* For Vim version 7.3f. Last change: 2009 Oct 14
>
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr.
<

View File

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

View File

@@ -1,4 +1,4 @@
*pi_netrw.txt* For Vim version 7.3e. Last change: 2010 Jul 28
*pi_netrw.txt* For Vim version 7.3f. Last change: 2010 Jul 28
-----------------------------------------------------
NETRW REFERENCE MANUAL by Charles E. Campbell, Jr.

View File

@@ -1,4 +1,4 @@
*pi_paren.txt* For Vim version 7.3e. Last change: 2008 Jun 16
*pi_paren.txt* For Vim version 7.3f. Last change: 2008 Jun 16
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*pi_spec.txt* For Vim version 7.3e. Last change: 2006 Apr 24
*pi_spec.txt* For Vim version 7.3f. Last change: 2006 Apr 24
by Gustavo Niemeyer ~

View File

@@ -1,4 +1,4 @@
*pi_tar.txt* For Vim version 7.3e. Last change: 2010 Jul 27
*pi_tar.txt* For Vim version 7.3f. Last change: 2010 Aug 09
+====================+
| Tar File Interface |
@@ -83,6 +83,8 @@ Copyright 2005-2010: The GPL (gnu public license) applies to *tar-copyright*
4. History *tar-history*
v26 Aug 09, 2010 * uses buffer-local instead of window variables to hold
tarfile name
v25 Jun 19, 2010 * (Jan Steffens) added support for xz compression
v24 Apr 07, 2009 * :Untarvim command implemented
Sep 28, 2009 * Added lzma support

View File

@@ -1,4 +1,4 @@
*pi_vimball.txt* For Vim version 7.3e. Last change: 2010 Apr 12
*pi_vimball.txt* For Vim version 7.3f. Last change: 2010 Apr 12
----------------
Vimball Archiver

View File

@@ -1,4 +1,4 @@
*pi_zip.txt* For Vim version 7.3e. Last change: 2010 Apr 12
*pi_zip.txt* For Vim version 7.3f. Last change: 2010 Apr 12
+====================+
| Zip File Interface |

View File

@@ -1,4 +1,4 @@
*print.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*print.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*quickfix.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*quickfix.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*quickref.txt* For Vim version 7.3e. Last change: 2010 Jul 24
*quickref.txt* For Vim version 7.3f. Last change: 2010 Jul 24
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*quotes.txt* For Vim version 7.3e. Last change: 2006 Apr 24
*quotes.txt* For Vim version 7.3f. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*recover.txt* For Vim version 7.3e. Last change: 2010 Jul 20
*recover.txt* For Vim version 7.3f. Last change: 2010 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*remote.txt* For Vim version 7.3e. Last change: 2008 May 24
*remote.txt* For Vim version 7.3f. Last change: 2008 May 24
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*repeat.txt* For Vim version 7.3e. Last change: 2009 Nov 04
*repeat.txt* For Vim version 7.3f. Last change: 2009 Nov 04
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*rileft.txt* For Vim version 7.3e. Last change: 2006 Apr 24
*rileft.txt* For Vim version 7.3f. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Avner Lottem

View File

@@ -1,4 +1,4 @@
*russian.txt* For Vim version 7.3e. Last change: 2006 Apr 24
*russian.txt* For Vim version 7.3f. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Vassily Ragosin

View File

@@ -1,4 +1,4 @@
*scroll.txt* For Vim version 7.3e. Last change: 2006 Aug 27
*scroll.txt* For Vim version 7.3f. Last change: 2006 Aug 27
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@@ -1,4 +1,4 @@
*sign.txt* For Vim version 7.3e. Last change: 2010 May 07
*sign.txt* For Vim version 7.3f. Last change: 2010 May 07
VIM REFERENCE MANUAL by Gordon Prieur

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