updated for version 7.0c

This commit is contained in:
Bram Moolenaar
2006-03-27 17:01:56 +00:00
parent 899dddf888
commit 3991dab8e0
181 changed files with 489 additions and 265 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.0b. Also runs under UNIX, MSDOS and other systems.
vim70brt.tgz contains the documentation and syntax files.
vim70bbin.tgz contains the binaries.
vim70bsrc.tgz contains the sources.
Version 7.0c. Also runs under UNIX, MSDOS and other systems.
vim70crt.tgz contains the documentation and syntax files.
vim70cbin.tgz contains the binaries.
vim70csrc.tgz contains the sources.
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 = 0b
MINOR = 0c
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
@ -168,6 +168,7 @@ DOSBIN_S = dosbin_s
# uninstalw32.exe and xxdw32.exe have been build as mentioned above.
# - put gvimext.dll in src/GvimExt and VisVim.dll in src/VisVim (get them
# from a binary archive or build them)
# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
# - make sure there is a diff.exe two levels up
# - go to ../nsis and do "makensis gvim.nsi".
# - Copy gvim##.exe to the dist directory.

View File

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

View File

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

View File

@ -1,7 +1,7 @@
" Vim completion script
" Language: XHTML 1.0 Strict
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
" Last Change: 2006 Mar 19
" Last Change: 2006 Mar 25
function! htmlcomplete#CompleteTags(findstart, base)
if a:findstart
@ -640,7 +640,7 @@ let g:xmldata_xhtml10s = {
\ 'charoff' : ['Length', ''],
\ 'charset' : ['LangCode', ''],
\ 'checked' : ['Bool', ''],
\ 'class' : ['CDATA', 'Name of class, used for connecting element with style'],
\ 'class' : ['CDATA', ''],
\ 'codetype' : ['ContentType', ''],
\ 'cols' : ['*Number', ''],
\ 'colspan' : ['Number', ''],

View File

@ -410,6 +410,7 @@ os_win32.txt:
touch os_win32.txt
# Note that $< works with GNU make while $> works for BSD make.
# Is there a solution that works for both??
vim-fr.UTF-8.1: vim-fr.1
iconv -f latin1 -t utf-8 $< >$@

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*fold.txt* For Vim version 7.0b. Last change: 2005 Sep 10
*fold.txt* For Vim version 7.0c. Last change: 2005 Sep 10
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*hangulin.txt* For Vim version 7.0b. Last change: 2005 Mar 29
*hangulin.txt* For Vim version 7.0c. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam

View File

@ -1,4 +1,4 @@
*hebrew.txt* For Vim version 7.0b. Last change: 2003 May 11
*hebrew.txt* For Vim version 7.0c. 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.0b. Last change: 2006 Mar 24
*help.txt* For Vim version 7.0c. Last change: 2006 Mar 24
VIM - main help file
k

View File

@ -1,4 +1,4 @@
*howto.txt* For Vim version 7.0b. Last change: 2001 Sep 03
*howto.txt* For Vim version 7.0c. Last change: 2001 Sep 03
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*indent.txt* For Vim version 7.0b. Last change: 2005 Aug 30
*indent.txt* For Vim version 7.0c. Last change: 2005 Aug 30
VIM REFERENCE MANUAL by Bram Moolenaar

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*os_mac.txt* For Vim version 7.0b. Last change: 2006 Mar 09
*os_mac.txt* For Vim version 7.0c. Last change: 2006 Mar 26
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@ -74,6 +74,8 @@ files.
==============================================================================
3. Mac FAQ *mac-faq*
On the internet: http://macvim.org/OSX/index.php#FAQ
Q: I can't enter non-ASCII character in Apple Terminal.
A: Under Window Settings, Emulation, make sure that "Escape non-ASCII
characters" is not checked.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*os_win32.txt* For Vim version 7.0b. Last change: 2005 Mar 29
*os_win32.txt* For Vim version 7.0c. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by George Reilly

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*zip.txt* For Vim version 7.0b. Last change: 2006 Mar 24
*zip.txt* For Vim version 7.0c. Last change: 2006 Mar 24
Zip File Interface

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*spell.txt* For Vim version 7.0b. Last change: 2006 Mar 26
*spell.txt* For Vim version 7.0c. Last change: 2006 Mar 27
VIM REFERENCE MANUAL by Bram Moolenaar
@ -1005,11 +1005,8 @@ The basic format for the following lines is:
character but a, b and c.
{extra} Optional extra text:
rare word + affix is rare
nocomp no compounding for word + affix
# comment Comment is ignored
- Hunspell uses this, ignored
"rare" and "nocomp" are deprecated.
For PFX the fields are the same, but the {strip}, {add} and {condition} apply
to the start of the word.
@ -1063,7 +1060,7 @@ Specifically, the affix flags can be used for:
|spell-COMPOUNDFORBIDFLAG| flag.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
OLD STUFF
OLD STUFF: This needs to be rewritten to use affix flags.
*spell-affix-rare*
An extra item for Vim is the "rare" flag. It must come after the other
fields, before a comment. When used then all words that use the affix will be
@ -1298,7 +1295,6 @@ The COMPOUNDROOT flag is used for words in the dictionary that are already a
compound. This means it counts for two words when checking the compounding
rules. Can also be used for an affix to count the affix as a compounding
word.
NOT IMPLEMENTED YET.
*spell-SYLLABLE*
The SYLLABLE item defines characters or character sequences that are used to

View File

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

View File

@ -1,4 +1,4 @@
*sql.txt* For Vim version 7.0b. Last change: Fri Jan 06 2006 8:09:25 AM
*sql.txt* For Vim version 7.0c. Last change: Fri Jan 06 2006 8:09:25 AM
by David Fishburn
@ -295,4 +295,4 @@ pickup the new SQL files and load them when you issue the SQLSetType command.
vim:tw=78:ts=8:ft=help:norl:ff=unix:
vim:tw=78:ts=8:ft=help:norl:

View File

@ -1,4 +1,4 @@
*starting.txt* For Vim version 7.0b. Last change: 2006 Mar 25
*starting.txt* For Vim version 7.0c. Last change: 2006 Mar 26
VIM REFERENCE MANUAL by Bram Moolenaar
@ -757,6 +757,7 @@ accordingly. Vim proceeds in this order:
Note that this file is ALWAYS read in 'compatible' mode, since the
automatic resetting of 'compatible' is only done later. Add a ":set
nocp" command if you like.
For the Macintosh the $VIMRUNTIME/macmap.vim is read.
*VIMINIT* *.vimrc* *_vimrc* *EXINIT* *.exrc* *_exrc*
c. Four places are searched for initializations. The first that exists

View File

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

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