0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.0132

This commit is contained in:
Bram Moolenaar
2005-08-19 20:32:47 +00:00
parent 5b8d8fdb52
commit 5195e45609
7 changed files with 1503 additions and 752 deletions

View File

@@ -1,4 +1,4 @@
*insert.txt* For Vim version 7.0aa. Last change: 2005 Aug 11 *insert.txt* For Vim version 7.0aa. Last change: 2005 Aug 17
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@@ -899,8 +899,11 @@ CTRL-X CTRL-O Guess what kind of item is in front of the cursor and
Spelling suggestions *compl-spelling* Spelling suggestions *compl-spelling*
The word in front of the cursor is located and correctly spelled words are A word before or at the cursor is located and correctly spelled words are
suggested to replace it. The word doesn't actually have to be badly spelled. suggested to replace it. If there is a badly spelled word in the line, before
or under the cursor, the cursor is moved to after it. Otherwise the word just
before the cursor is used for suggestions, even though it isn't badly spelled.
NOTE: CTRL-S suspends display in many Unix terminals. Use 's' instead. Type NOTE: CTRL-S suspends display in many Unix terminals. Use 's' instead. Type
CTRL-Q to resume displaying. CTRL-Q to resume displaying.

View File

@@ -281,10 +281,7 @@ last defined. Example: >
n <C-W>* * <C-W><C-S>* n <C-W>* * <C-W><C-S>*
Last set from /home/abcd/.vimrc Last set from /home/abcd/.vimrc
When the map was defined by hand there is no "Last set" message. When the map See |:verbose-cmd| for more information.
was defined while executing a function, user command or autocommand, the
script in which it was defined is reported.
{not available when compiled without the +eval feature}
*map_backslash* *map_backslash*
Note that only CTRL-V is mentioned here as a special character for mappings Note that only CTRL-V is mentioned here as a special character for mappings
@@ -877,10 +874,7 @@ last defined. Example: >
TOhtml 0 % :call Convert2HTML(<line1>, <line2>) TOhtml 0 % :call Convert2HTML(<line1>, <line2>)
Last set from /usr/share/vim/vim-7.0/plugin/tohtml.vim Last set from /usr/share/vim/vim-7.0/plugin/tohtml.vim
< <
When the command was defined by hand there is no "Last set" message. When the See |:verbose-cmd| for more information.
command was defined while executing a function, user command or autocommand,
the script in which it was defined is reported.
{not available when compiled without the +eval feature}
*E174* *E182* *E174* *E182*
:com[mand][!] [{attr}...] {cmd} {rep} :com[mand][!] [{attr}...] {cmd} {rep}

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,5 @@
*** hu_HU.orig.aff Tue Aug 16 18:21:10 2005 *** hu_HU.orig.aff Tue Aug 16 18:21:10 2005
--- hu_HU.aff Tue Aug 16 19:42:34 2005 --- hu_HU.aff Fri Aug 19 21:28:45 2005
*************** ***************
*** 57,62 **** *** 57,62 ****
@@ -16,8 +16,9 @@
! #VERSION Magyar 0.99.4.2 ! #VERSION Magyar 0.99.4.2
SET ISO8859-2 SET ISO8859-2
*************** ***************
*** 65,77 **** *** 64,77 ****
COMPOUNDFLAG Y COMPOUNDMIN 2
! COMPOUNDFLAG Y
! COMPOUNDWORD 2 y ! COMPOUNDWORD 2 y
! COMPOUNDSYLLABLE 6 a<>e<EFBFBD>i<EFBFBD>o<EFBFBD><6F><EFBFBD>u<EFBFBD><75><EFBFBD> ! COMPOUNDSYLLABLE 6 a<>e<EFBFBD>i<EFBFBD>o<EFBFBD><6F><EFBFBD>u<EFBFBD><75><EFBFBD>
! SYLLABLENUM klmc ! SYLLABLENUM klmc
@@ -30,23 +31,84 @@
! WORDCHARS -.<2E>%<25>0123456789 ! WORDCHARS -.<2E>%<25>0123456789
! HU_KOTOHANGZO Z ! HU_KOTOHANGZO Z
--- 65,80 ---- --- 64,116 ----
COMPOUNDFLAG Y COMPOUNDMIN 2
! #COMPOUNDWORD 2 y ! #COMPOUNDWORD 2 y
! COMPOUNDMAX 2
! # I don't understand what the "y" is for; if it's to disable compounding simply
! # remove the compound flag from the word.
!
! #COMPOUNDSYLLABLE 6 a<>e<EFBFBD>i<EFBFBD>o<EFBFBD><6F><EFBFBD>u<EFBFBD><75><EFBFBD> ! #COMPOUNDSYLLABLE 6 a<>e<EFBFBD>i<EFBFBD>o<EFBFBD><6F><EFBFBD>u<EFBFBD><75><EFBFBD>
! COMPOUNDSYLMAX 6
! SYLLABLE a/<2F>/e/<2F>/i/<2F>/o/<2F>/<2F>/<2F>/u/<2F>/<2F>/<2F>
! # Strange that every vowel is counted as a syllable, that's how the hunspell
! # code works.
!
! #SYLLABLENUM klmc ! #SYLLABLENUM klmc
! # Don't understand what this is for
!
! #COMPOUNDFLAG Y
! #COMPOUNDFIRST v ! #COMPOUNDFIRST v
! #COMPOUNDLAST x ! #COMPOUNDLAST x
! COMPOUNDFLAGS Y+
! COMPOUNDFLAGS vY*x
! COMPOUNDFLAGS Y+x
! COMPOUNDFLAGS vY+
!
! #FORBIDDENWORD w ! #FORBIDDENWORD w
! BAD w ! # I don't understand what FORBIDDENWORD is needed for, using NEEDAFFIX
! # (ONLYROOT) should be sufficient.
!
! #ONLYROOT u ! #ONLYROOT u
! NEEDAFFIX u
!
! #ACCENT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> aeiooouuu ! #ACCENT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> aeiooouuu
! MAP 5
! MAP a<><61>
! MAP e<>
! MAP i<>
! MAP o<><6F><EFBFBD>
! MAP u<><75><EFBFBD>
!
! #CHECKNUM ! #CHECKNUM
! # Vim always handles numbers in the same way.
!
! #WORDCHARS -.<2E>%<25>0123456789 ! #WORDCHARS -.<2E>%<25>0123456789
! FOL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-<2D>%<25>
! LOW <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-<2D>%<25>
! UPP <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-<2D>%<25>
! MIDWORD .
!
! #HU_KOTOHANGZO Z ! #HU_KOTOHANGZO Z
! !
! # There are soooo many affixes. Postpone the prefixes to keep the time needed
! # for generating the .spl within reasonable limits.
! PFXPOSTPONE ! PFXPOSTPONE
***************
*** 81,96 ****
! REP 89
! REP <20> i
! REP i <20>
! REP <20> o
! REP o <20>
! REP o <20>
! REP <20> u
! REP u <20>
! REP u <20>
! REP <20> <20>
! REP <20> <20>
REP j ly
REP ly j
- REP a <20> # Handel->H<>ndel
REP S <20> # Skoda-><3E>koda
--- 120,124 ----
! REP 78
REP j ly
REP ly j
REP S <20> # Skoda-><3E>koda
*************** ***************
*** 173,241 **** *** 173,241 ****
@@ -118,11 +180,11 @@
- CHR 123 U3 <20> - CHR 123 U3 <20>
- -
SFX z Y 6 SFX z Y 6
--- 176,177 ---- --- 201,202 ----
*************** ***************
*** 17678,17681 **** *** 17678,17681 ****
PFX D 0 leg . PFX D 0 leg .
- -
- 1 - 1
- -
--- 17614 ---- --- 17639 ----

View File

@@ -4,19 +4,22 @@
# aap generate all the .spl files # aap generate all the .spl files
# aap diff create all the diff files # aap diff create all the diff files
LANG = af bg ca cs da de el en eo fr fo gl he hr it nl ny pl sk yi LANG = af bg ca cs da de el en eo fr fo gl he hr it nl ny pl sk yi hu
# "hu" is at the end, because it takes so much time.
#
# TODO: # TODO:
# Finnish doesn't work, the dictionary fi_FI.zip file contains hyphenation... # Finnish doesn't work, the dictionary fi_FI.zip file contains hyphenation...
diff: $*LANG/diff diff: $*LANG/diff
:print done :print Done.
@for l in string.split(_no.LANG): @for l in string.split(_no.LANG):
:child $l/main.aap :child $l/main.aap
# The existing .spl files need to be generated when the spell file format # The existing .spl files need to be generated when the spell file format
# changes. Depending on the Vim executable does that, but results in doing it # changes. Depending on the Vim executable does that, but results in doing it
# much too often. Generate a dummy .spl file and check if it changed. # much too often. Generate a dummy .spl file and let the .spl depend on it, so
# that they are outdated when it changes.
:child check/main.aap :child check/main.aap
*.spl: check/check.latin1.spl *.spl: check/check.latin1.spl

File diff suppressed because it is too large Load Diff