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

@ -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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*todo.txt* For Vim version 7.0b. Last change: 2006 Mar 26
*todo.txt* For Vim version 7.0c. Last change: 2006 Mar 27
VIM REFERENCE MANUAL by Bram Moolenaar
@ -33,15 +33,21 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
In completion using Enter to accept the current match causes trouble.
Leave it out? Typing a space already works
The 16 bit DOS version compiles now, but it's still too low on memory, writing
a file fails when 'writebackup' is set.
New Hungarian dictionary. (Laci Nemeth)
test COMPOUNDFORBIDFLAG
implement use of COMPOUNDPERMITFLAG
implement use of CHECKCOMPOUND* flags, <compoptions>
implement using CHECKCOMPOUNDPATTERN: match words with sl_comppat[].
explain the use of affix flags, replace |spell-affix-rare|
Mac: When started from finder path isn't set and curdir is /.
Benji Fisher suggests using system() (2006 Mar 26)
Mac: reported default for $VIM is /Applications/share/vim
Add more tests for all new functionality in Vim 7. Especially new functions.
Win32: Describe how to do debugging. (George Reilly)
@ -1094,6 +1100,7 @@ User Friendlier:
Tab pages:
9 Win32 GUI: menu for tab pages line.
9 GUI implementation for the tab pages line for other systems.
8 Make GUI menu in tab pages line configurable. Like the popup menu.
8 tab pages in the session file, if "tabpages" in 'sessionoptions'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
*usr_11.txt* For Vim version 7.0b. Last change: 2005 Jun 09
*usr_11.txt* For Vim version 7.0c. Last change: 2005 Jun 09
VIM USER MANUAL - by Bram Moolenaar

View File

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

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