0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -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
@ -899,8 +899,11 @@ CTRL-X CTRL-O Guess what kind of item is in front of the cursor and
Spelling suggestions *compl-spelling*
The word in front of the cursor is located and correctly spelled words are
suggested to replace it. The word doesn't actually have to be badly spelled.
A word before or at the cursor is located and correctly spelled words are
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
CTRL-Q to resume displaying.

View File

@ -281,10 +281,7 @@ last defined. Example: >
n <C-W>* * <C-W><C-S>*
Last set from /home/abcd/.vimrc
When the map was defined by hand there is no "Last set" message. When the map
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}
See |:verbose-cmd| for more information.
*map_backslash*
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>)
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
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}
See |:verbose-cmd| for more information.
*E174* *E182*
: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.aff Tue Aug 16 19:42:34 2005
--- hu_HU.aff Fri Aug 19 21:28:45 2005
***************
*** 57,62 ****
@ -16,8 +16,9 @@
! #VERSION Magyar 0.99.4.2
SET ISO8859-2
***************
*** 65,77 ****
COMPOUNDFLAG Y
*** 64,77 ****
COMPOUNDMIN 2
! COMPOUNDFLAG Y
! COMPOUNDWORD 2 y
! COMPOUNDSYLLABLE 6 aáeéiíoóöõuúüû
! SYLLABLENUM klmc
@ -30,23 +31,84 @@
! WORDCHARS -.§%°0123456789
! HU_KOTOHANGZO Z
--- 65,80 ----
COMPOUNDFLAG Y
--- 64,116 ----
COMPOUNDMIN 2
! #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éiíoóöõuúüû
! COMPOUNDSYLMAX 6
! SYLLABLE a/á/e/é/i/í/o/ó/ö/õ/u/ú/ü/û
! # Strange that every vowel is counted as a syllable, that's how the hunspell
! # code works.
!
! #SYLLABLENUM klmc
! # Don't understand what this is for
!
! #COMPOUNDFLAG Y
! #COMPOUNDFIRST v
! #COMPOUNDLAST x
! COMPOUNDFLAGS Y+
! COMPOUNDFLAGS vY*x
! COMPOUNDFLAGS Y+x
! COMPOUNDFLAGS vY+
!
! #FORBIDDENWORD w
! BAD w
! # I don't understand what FORBIDDENWORD is needed for, using NEEDAFFIX
! # (ONLYROOT) should be sufficient.
!
! #ONLYROOT u
! NEEDAFFIX u
!
! #ACCENT áéíóöõúüû aeiooouuu
! MAP 5
! MAP aáä
! MAP eé
! MAP ií
! MAP oóöõ
! MAP uúüû
!
! #CHECKNUM
! # Vim always handles numbers in the same way.
!
! #WORDCHARS -.§%°0123456789
! FOL ±¢³µ¶¨¹º»¼¾¿±²³´µ¶·¸¹º»¼½¾¿àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþßÿ-§%°
! LOW ±¢³µ¶¨¹º»¼¾¿±²³´µ¶·¸¹º»¼½¾¿àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþßÿ-§%°
! UPP ¡¢£¥¦¨©ª«¬®¯±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßÿ-§%°
! MIDWORD .
!
! #HU_KOTOHANGZO Z
!
! # There are soooo many affixes. Postpone the prefixes to keep the time needed
! # for generating the .spl within reasonable limits.
! PFXPOSTPONE
***************
*** 81,96 ****
! REP 89
! REP í i
! REP i í
! REP ó o
! REP o ó
! REP o õ
! REP ú u
! REP u ú
! REP u û
! REP û ü
! REP ü û
REP j ly
REP ly j
- REP a ä # Handel->Händel
REP S © # Skoda->©koda
--- 120,124 ----
! REP 78
REP j ly
REP ly j
REP S © # Skoda->©koda
***************
*** 173,241 ****
@ -118,11 +180,11 @@
- CHR 123 U3 Û
-
SFX z Y 6
--- 176,177 ----
--- 201,202 ----
***************
*** 17678,17681 ****
PFX D 0 leg .
-
- 1
-
--- 17614 ----
--- 17639 ----

View File

@ -4,19 +4,22 @@
# aap generate all the .spl 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:
# Finnish doesn't work, the dictionary fi_FI.zip file contains hyphenation...
diff: $*LANG/diff
:print done
:print Done.
@for l in string.split(_no.LANG):
:child $l/main.aap
# 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
# 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
*.spl: check/check.latin1.spl

File diff suppressed because it is too large Load Diff