Skip to content

Commit a93fa7e

Browse files
committed
updated for version 7.0e01
1 parent b21e584 commit a93fa7e

Some content is hidden

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

62 files changed

+1260
-1138
lines changed

runtime/doc/editing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim version 7.0e. Last change: 2006 Apr 06
1+
*editing.txt* For Vim version 7.0e. Last change: 2006 Apr 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1213,7 +1213,7 @@ also makes a difference for executing external commands, e.g. ":!ls".
12131213
Changing directory fails when the current buffer is modified, the '.' flag is
12141214
present in 'cpoptions' and "!" is not used in the command.
12151215

1216-
*:cd* *E472*
1216+
*:cd* *E747* *E472*
12171217
:cd[!] On non-Unix systems: Print the current directory
12181218
name. On Unix systems: Change the current directory
12191219
to the home directory. Use |:pwd| to print the

runtime/doc/tags

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,6 +3958,7 @@ E743 eval.txt /*E743*
39583958
E744 netbeans.txt /*E744*
39593959
E745 eval.txt /*E745*
39603960
E746 eval.txt /*E746*
3961+
E747 editing.txt /*E747*
39613962
E747 syntax.txt /*E747*
39623963
E748 repeat.txt /*E748*
39633964
E749 eval.txt /*E749*
@@ -5615,6 +5616,7 @@ hebrew hebrew.txt /*hebrew*
56155616
hebrew.txt hebrew.txt /*hebrew.txt*
56165617
help various.txt /*help*
56175618
help-context help.txt /*help-context*
5619+
help-tags tags 1
56185620
help-translated various.txt /*help-translated*
56195621
help-xterm-window various.txt /*help-xterm-window*
56205622
help.txt help.txt /*help.txt*

runtime/doc/todo.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*todo.txt* For Vim version 7.0e. Last change: 2006 Apr 15
1+
*todo.txt* For Vim version 7.0e. Last change: 2006 Apr 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -862,6 +862,9 @@ I can't reproduce these (if you can, let me know how!):
862862

863863

864864
Problems that will (probably) not be solved:
865+
- GTK: when using the popup menu with spelling suggestions and releasing the
866+
right mouse button before the menu appears selecting an item with the
867+
right mouse button has no effect. GTK does not produce an event for this.
865868
- xterm title: The following scenario may occur (esp. when running the Vim
866869
test script): Vim 1 sets the title to "file1", then restores the title to
867870
"xterm" with an ESC sequence when exiting. Vim 2 obtains the old title

runtime/doc/version7.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version7.txt* For Vim version 7.0e. Last change: 2006 Apr 16
1+
*version7.txt* For Vim version 7.0e. Last change: 2006 Apr 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2514,4 +2514,10 @@ Default color for MatchParen when 'background' is "dark" is now DarkCyan.
25142514
When using ":vsp" or ":sp" the available space wasn't used equally between
25152515
windows. (Servatius Brandt)
25162516

2517+
Expanding <cWORD> on a trailing blank resulted in the first word in the line
2518+
if 'encoding' is a multi-byte encoding.
2519+
2520+
Spell checking: spellbadword() didn't see a missing capital in the first word
2521+
of a line. Popup menu now only suggest the capitalized word when appropriate.
2522+
25172523
vim:tw=78:ts=8:ft=help:norl:

runtime/lang/menu_fr_fr.latin1.vim

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
" Menu Translations: Francais
22
" Maintainer: Adrien Beau <version.francaise@free.fr>
33
" First Version: Francois Thunus <thunus@systran.fr>
4-
" Last Change: 2003 May 29
4+
" Last Modification: David Blanchet <david.blanchet@free.fr>
5+
" Last Change: 2006 Apr 11
56

67
" Quit when menu translations have already been done.
78
if exists("did_menu_trans")
@@ -24,6 +25,7 @@ menutrans &Find\.\.\. Rec&hercher\.\.\.
2425
" -sep1-
2526
menutrans &Credits &Remerciements
2627
menutrans Co&pying &License
28+
menutrans &Sponsor/Register Sponsor/&Enregistrement
2729
menutrans O&rphans &Orphelins
2830
" -sep2-
2931
menutrans &Version &Version
@@ -36,6 +38,7 @@ menutrans &File &Fichier
3638

3739
menutrans &Open\.\.\.<Tab>:e &Ouvrir\.\.\.<Tab>:e
3840
menutrans Sp&lit-Open\.\.\.<Tab>:sp Ouvrir\ à\ p&art\.\.\.<Tab>:sp
41+
menutrans Open\ Tab\.\.\.<Tab>:tabnew Ouvrir\ dans\ un\ onglet\.\.\.<Tab>:tabnew
3942
menutrans &New<Tab>:enew &Nouveau<Tab>:enew
4043
menutrans &Close<Tab>:close &Fermer<Tab>:close
4144
" -SEP1-
@@ -64,7 +67,7 @@ menutrans &Paste<Tab>"+gP C&oller<Tab>"+gP
6467
menutrans Put\ &Before<Tab>[p Placer\ a&vant<Tab>[p
6568
menutrans Put\ &After<Tab>]p Placer\ apr&ès<Tab>]p
6669
menutrans &Delete<Tab>x Effa&cer<Tab>x
67-
menutrans &Select\ all<Tab>ggVG &Sélectionner\ tout<Tab>ggVG
70+
menutrans &Select\ All<Tab>ggVG &Sélectionner\ tout<Tab>ggVG
6871
" -SEP2-
6972
menutrans &Find\.\.\. Rec&hercher\.\.\.
7073
menutrans Find\ and\ Rep&lace\.\.\. Re&mplacer\.\.\.
@@ -133,6 +136,26 @@ menutrans Jump\ &back<Tab>^T Repartir\ en\ arri&
133136
menutrans Build\ &Tags\ File &Générer\ fichier\ d'étiquettes
134137

135138
" -SEP1-
139+
menutrans &Spelling &Orthographe
140+
menutrans &Spell\ Check\ On &Activer
141+
menutrans Spell\ Check\ &Off &Désactiver
142+
menutrans To\ &Next\ error<Tab>]s À\ l'erreur\ &suivante<Tab>]s
143+
menutrans To\ &Previous\ error<Tab>[s À\ l'erreur\ &précédente<Tab>[s
144+
menutrans Suggest\ &Corrections<Tab>z= Suggérer\ &correction<Tab>z=
145+
menutrans &Repeat\ correction<Tab>:spellrepall &Reporter\ la\ correction<Tab>:spellrepall
146+
147+
an 40.335.205 &Tools.&Spelling.Français\ (fr) :set spl=fr spell<CR>
148+
menutrans Set\ language\ to\ "en" Anglais
149+
menutrans Set\ language\ to\ "en_au" Anglais\ (en_au)
150+
menutrans Set\ language\ to\ "en_ca" Anglais\ (en_ca)
151+
menutrans Set\ language\ to\ "en_gb" Anglais\ (en_gb)
152+
menutrans Set\ language\ to\ "en_nz" Anglais\ (en_nz)
153+
menutrans Set\ language\ to\ "en_us" Anglais\ (en_us)
154+
155+
menutrans &Find\ More\ Languages &Trouver\ d'autres\ langues
156+
157+
158+
136159
menutrans &Folding &Replis
137160

138161
menutrans &Enable/Disable\ folds<Tab>zi &Replis\ on/off<Tab>zi
@@ -185,7 +208,7 @@ menutrans &Close<Tab>:cclose &Fermer<Tab>:cclose
185208
menutrans &Convert\ to\ HEX<Tab>:%!xxd Convertir\ en\ he&xa<Tab>:%!xxd
186209
menutrans Conve&rt\ back<Tab>:%!xxd\ -rcon&vertir<Tab>:%!xxd\ -r
187210

188-
menutrans &Set\ Compiler Type\ de\ &compilateur
211+
menutrans Se&T\ Compiler &Type\ de\ compilateur
189212

190213

191214
menutrans &Buffers &Tampons
@@ -327,6 +350,7 @@ endfun
327350

328351
menutrans &Syntax &Syntaxe
329352

353+
menutrans &Off Désactiver
330354
menutrans &Manual &Manuelle
331355
menutrans A&utomatic &Automatique
332356
menutrans on/off\ for\ &This\ file On/off\ pour\ &ce\ fichier
@@ -440,5 +464,5 @@ menutrans Set\ '&filetype'\ too Changer\ '&filetype'\ aussi
440464
menutrans &Off &Off
441465
" -SEP3-
442466
menutrans Co&lor\ test Tester\ les\ co&uleurs
443-
menutrans &Highlight\ test Tester\ les\ g&roupes\ de\ surlignage
467+
menutrans &Highlight\ test Tester\ les\ g&roupes\ de\ surbrillance
444468
menutrans &Convert\ to\ HTML Con&vertir\ en\ HTML

runtime/menu.vim

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" You can also use this as a start for your own set of menus.
33
"
44
" Maintainer: Bram Moolenaar <Bram@vim.org>
5-
" Last Change: 2006 Apr 16
5+
" Last Change: 2006 Apr 17
66

77
" Note that ":an" (short for ":anoremenu") is often used to make a menu work
88
" in all modes and avoid side effects from mappings defined by the user.
@@ -896,7 +896,11 @@ if has("spell")
896896
call cursor(0, curcol) " put the cursor back where it was
897897
endif
898898
if w != ''
899-
let s:suglist = spellsuggest(w, 10)
899+
if a == 'caps'
900+
let s:suglist = [substitute(w, '.*', '\u&', '')]
901+
else
902+
let s:suglist = spellsuggest(w, 10)
903+
endif
900904
if len(s:suglist) <= 0
901905
call cursor(0, curcol) " put the cursor back where it was
902906
else

runtime/syntax/automake.vim

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
" Vim syntax file
22
" Language: automake Makefile.am
3-
" Maintainer: John Williams <jrw@pobox.com>
4-
" Last change: 2001 May 09
5-
6-
3+
" Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
4+
" Former Maintainer: John Williams <jrw@pobox.com>
5+
" Last Change: $LastChangedDate: 2006-04-16 22:06:40 -0400 (dom, 16 apr 2006) $
6+
" URL: http://svn.debian.org/wsvn/pkg-vim/trunk/runtime/syntax/automake.vim?op=file&rev=0&sc=0
7+
"
8+
" XXX This file is in need of a new maintainer, Debian VIM Maintainers maintain
9+
" it only because patches have been submitted for it by Debian users and the
10+
" former maintainer was MIA (Missing In Action), taking over its
11+
" maintenance was thus the only way to include those patches.
12+
" If you care about this file, and have time to maintain it please do so!
13+
"
714
" This script adds support for automake's Makefile.am format. It highlights
815
" Makefile variables significant to automake as well as highlighting
916
" autoconf-style @variable@ substitutions . Subsitutions are marked as errors
@@ -20,7 +27,7 @@ endif
2027

2128
syn match automakePrimary "^[A-Za-z0-9_]\+\(_PROGRAMS\|LIBRARIES\|_LIST\|_SCRIPTS\|_DATA\|_HEADERS\|_MANS\|_TEXINFOS\|_JAVA\|_LTLIBRARIES\)\s*="me=e-1
2229
syn match automakePrimary "^TESTS\s*="me=e-1
23-
syn match automakeSecondary "^[A-Za-z0-9_]\+\(_SOURCES\|_LDADD\|_LIBADD\|_LDFLAGS\|_DEPENDENCIES\)\s*="me=e-1
30+
syn match automakeSecondary "^[A-Za-z0-9_]\+\(_SOURCES\|_LDADD\|_LIBADD\|_LDFLAGS\|_DEPENDENCIES\|_CPPFLAGS\)\s*="me=e-1
2431
syn match automakeSecondary "^OMIT_DEPENDENCIES\s*="me=e-1
2532
syn match automakeExtra "^EXTRA_[A-Za-z0-9_]\+\s*="me=e-1
2633
syn match automakeOptions "^\(AUTOMAKE_OPTIONS\|ETAGS_ARGS\|TAGS_DEPENDENCIES\)\s*="me=e-1

runtime/syntax/debchangelog.vim

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
" Vim syntax file
2-
" Language: Debian changelog files
3-
" Maintainer: Wichert Akkerman <wakkerma@debian.org>
4-
" Last Change: 30 April 2001
2+
" Language: Debian changelog files
3+
" Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
4+
" Former Maintainer: Wichert Akkerman <wakkerma@debian.org>
5+
" Last Change: $LastChangedDate: 2006-04-16 21:50:31 -0400 (dom, 16 apr 2006) $
6+
" URL: http://svn.debian.org/wsvn/pkg-vim/trunk/runtime/syntax/debchangelog.vim?op=file&rev=0&sc=0
57

68
" Standard syntax initialization
79
if version < 600
@@ -15,10 +17,10 @@ syn case ignore
1517

1618
" Define some common expressions we can use later on
1719
syn match debchangelogName contained "^[[:alpha:]][[:alnum:].+-]\+ "
18-
syn match debchangelogUrgency contained "; urgency=\(low\|medium\|high\|critical\)"
19-
syn match debchangelogTarget contained "\( stable\| frozen\| unstable\| experimental\)\+"
20+
syn match debchangelogUrgency contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
21+
syn match debchangelogTarget contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| sarge-backports\| sarge-volatile\| stable-security\| testing-security\)\+"
2022
syn match debchangelogVersion contained "(.\{-})"
21-
syn match debchangelogCloses contained "closes:\s*\(bug\)\=#\s\=\d\+\(,\s*\(bug\)\=#\s\=\d\+\)*"
23+
syn match debchangelogCloses contained "closes:\s*\(bug\)\=#\=\s\=\d\+\(,\s*\(bug\)\=#\=\s\=\d\+\)*"
2224
syn match debchangelogEmail contained "[_=[:alnum:].+-]\+@[[:alnum:]./\-]\+"
2325
syn match debchangelogEmail contained "<.\{-}>"
2426

0 commit comments

Comments
 (0)