updated for version 7.0g

This commit is contained in:
Bram Moolenaar
2006-04-30 18:54:39 +00:00
parent aa35dd1667
commit c9b4b05b35
282 changed files with 3456 additions and 3060 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.0f. Also runs under UNIX, MSDOS and other systems.
vim70frt.tgz contains the documentation and syntax files.
vim70fbin.tgz contains the binaries.
vim70fsrc.tgz contains the sources.
Version 7.0g. Also runs under UNIX, MSDOS and other systems.
vim70grt.tgz contains the documentation and syntax files.
vim70gbin.tgz contains the binaries.
vim70gsrc.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 = 0f
MINOR = 0g
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s

View File

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

View File

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

View File

@ -1,7 +1,7 @@
" Vim completion script
" Language: CSS 2.1
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
" Last Change: 2005 Oct 12
" Last Change: 2006 Apr 30
function! csscomplete#CompleteCSS(findstart, base)
if a:findstart

View File

@ -1,7 +1,7 @@
" Vim completion script
" Language: HTML and XHTML
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
" Last Change: 2006 Apr 24
" Last Change: 2006 Apr 30
function! htmlcomplete#CompleteTags(findstart, base)
if a:findstart

View File

@ -1,7 +1,7 @@
" Vim completion script
" Language: Java Script
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
" Last Change: 2006 Feb 6
" Last Change: 2006 Apr 30
function! javascriptcomplete#CompleteJS(findstart, base)
if a:findstart

View File

@ -1,7 +1,7 @@
" Vim completion script
" Language: PHP
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
" Last Change: 2006 Apr 15
" Last Change: 2006 Apr 30
"
" TODO:
" - Class aware completion:

View File

@ -1,7 +1,7 @@
" Vim completion script
" Language: XML
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
" Last Change: 2006 Apr 19
" Last Change: 2006 Apr 30
" This function will create Dictionary with users namespace strings and values
" canonical (system) names of data files. Names should be lowercase,

View File

@ -1,6 +1,6 @@
" Vim color file
" Maintainer: Bohdan Vlasyuk <bohdan@vstu.edu.ua>
" Last Change: 2006 Apr 21
" Last Change: 2006 Apr 30
" darkblue -- for those who prefer dark background
" [note: looks bit uglier with come terminal palettes,

View File

@ -1,6 +1,6 @@
" Vim color file
" Maintainer: David Schweikert <dws@ee.ethz.ch>
" Last Change: 2006 Apr 14
" Last Change: 2006 Apr 30
hi clear

View File

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

View File

@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 7.0f. Last change: 2006 Apr 25
*autocmd.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*change.txt* For Vim version 7.0f. Last change: 2006 Apr 25
*change.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

@ -1,4 +1,4 @@
*debug.txt* For Vim version 7.0f. Last change: 2006 Apr 24
*debug.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*digraph.txt* For Vim version 7.0f. Last change: 2006 Apr 25
*digraph.txt* For Vim version 7.0g. Last change: 2006 Apr 25
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*editing.txt* For Vim version 7.0f. Last change: 2006 Apr 29
*editing.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*eval.txt* For Vim version 7.0f. Last change: 2006 Apr 29
*eval.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar
@ -4937,10 +4937,11 @@ virtcol({expr}) *virtcol()*
visualmode([expr]) *visualmode()*
The result is a String, which describes the last Visual mode
used. Initially it returns an empty string, but once Visual
mode has been used, it returns "v", "V", or "<CTRL-V>" (a
single CTRL-V character) for character-wise, line-wise, or
block-wise Visual mode respectively.
used in the current buffer. Initially it returns an empty
string, but once Visual mode has been used, it returns "v",
"V", or "<CTRL-V>" (a single CTRL-V character) for
character-wise, line-wise, or block-wise Visual mode
respectively.
Example: >
:exe "normal " . visualmode()
< This enters the same Visual mode as before. It is also useful

View File

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

View File

@ -1,4 +1,4 @@
*filetype.txt* For Vim version 7.0f. Last change: 2006 Apr 28
*filetype.txt* For Vim version 7.0g. Last change: 2006 Apr 28
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*gui_x11.txt* For Vim version 7.0f. Last change: 2005 Dec 06
*gui_x11.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*indent.txt* For Vim version 7.0f. Last change: 2006 Apr 25
*indent.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

@ -1,4 +1,4 @@
*insert.txt* For Vim version 7.0f. Last change: 2006 Apr 26
*insert.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

@ -1,4 +1,4 @@
*map.txt* For Vim version 7.0f. Last change: 2006 Apr 25
*map.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar
@ -218,8 +218,14 @@ The result of the InsertDot() function will be inserted. It could check the
text before the cursor and start omni completion when some condition is met.
Be very careful about side effects! The expression is evaluated while
obtaining characters, if you change buffer text, move the cursor, edit another
file, etc. you may very well make command dysfunctional.
obtaining characters, you may very well make the command dysfunctional.
For this reason the following is blocked:
- changing the buffer text |textlock|
- editing another buffer
- the |:normal| command
- moving the cursor is allowed, but it is restored afterwards
If you want the mapping to do any of these let the returned characters do
that.
Here is an example that inserts a list number that increases: >
let counter = 0
@ -1083,10 +1089,10 @@ When 'verbose' is non-zero, listing a command will also display where it was
last defined. Example: >
:verbose command TOhtml
Name Args Range Complete Definition
TOhtml 0 % :call Convert2HTML(<line1>, <line2>)
Last set from /usr/share/vim/vim-7.0/plugin/tohtml.vim
<
< Name Args Range Complete Definition ~
TOhtml 0 % :call Convert2HTML(<line1>, <line2>) ~
Last set from /usr/share/vim/vim-7.0/plugin/tohtml.vim ~
See |:verbose-cmd| for more information.
*E174* *E182*

View File

@ -1,4 +1,4 @@
*mbyte.txt* For Vim version 7.0f. Last change: 2006 Apr 21
*mbyte.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar et al.

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*motion.txt* For Vim version 7.0f. Last change: 2006 Apr 29
*motion.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar
@ -854,11 +854,17 @@ was made yet in the current file.
*'<* *`<*
'< `< To the first character of the last selected Visual
area in the current buffer. {not in Vi}.
area in the current buffer. For block mode it may
also be the last character in the first line (to be
able to define the block). {not in Vi}.
*'>* *`>*
'> `> To the last character of the last selected Visual
area in the current buffer. {not in Vi}.
area in the current buffer. For block mode it may
also be the first character of the last line (to be
able to define the block). Note that 'selection'
applies, the position may be just after the Visual
area. {not in Vi}.
*''* *``*
'' `` To the position before the latest jump, or where the

View File

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

View File

@ -1,4 +1,4 @@
*options.txt* For Vim version 7.0f. Last change: 2006 Apr 29
*options.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar
@ -2990,9 +2990,9 @@ A jump table for the options with a short description can be found at |Q_op|.
operator. When this option is empty 'formatprg' is used.
The |v:lnum| variable holds the first line to be formatted.
The |v:count| variable the number of lines to be formatted.
The |v:char| variable the character to be inserted. This can be
empty. Don't insert it yet!
The |v:count| variable holds the number of lines to be formatted.
The |v:char| variable holds the character that is going to be
inserted. This can be empty. Don't insert it yet!
Example: >
:set formatexpr=mylang#Format()

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*os_vms.txt* For Vim version 7.0f. Last change: 2006 Mar 02
*os_vms.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL

View File

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

View File

@ -1,4 +1,4 @@
*pattern.txt* For Vim version 7.0f. Last change: 2006 Apr 29
*pattern.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

@ -1,4 +1,4 @@
*pi_netrw.txt* For Vim version 7.0f. Last change: 2006 Apr 28
*pi_netrw.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Charles E. Campbell, Jr.

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*pi_tar.txt* For Vim version 7.0f. Last change: 2006 Apr 24
*pi_tar.txt* For Vim version 7.0g. Last change: 2006 Apr 30
+====================+
| Tar File Interface |

View File

@ -1,4 +1,4 @@
*pi_vimball.txt* For Vim version 7.0f. Last change: 2006 Apr 27
*pi_vimball.txt* For Vim version 7.0g. Last change: 2006 Apr 30
----------------
Vimball Archiver

View File

@ -1,4 +1,4 @@
*pi_zip.txt* For Vim version 7.0f. Last change: 2006 Apr 24
*pi_zip.txt* For Vim version 7.0g. Last change: 2006 Apr 30
+====================+
| Zip File Interface |

View File

@ -1,4 +1,4 @@
*print.txt* For Vim version 7.0f. Last change: 2006 Apr 24
*print.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*quickfix.txt* For Vim version 7.0f. Last change: 2006 Apr 24
*quickfix.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*quickref.txt* For Vim version 7.0f. Last change: 2006 Apr 24
*quickref.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*remote.txt* For Vim version 7.0f. Last change: 2006 Apr 24
*remote.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*repeat.txt* For Vim version 7.0f. Last change: 2006 Apr 24
*repeat.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

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