summaryrefslogtreecommitdiff
path: root/runtime/spell/br
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-08-15 17:43:31 +0200
committerBram Moolenaar <Bram@vim.org>2012-08-15 17:43:31 +0200
commit9b4512500adfab4d44e957329d1a89e97e9a3930 (patch)
treeafb71cc9c0ca20c627152976791923513e69afff /runtime/spell/br
parentdd82d699c8cb3e60b2da968fb40622dc497f71ca (diff)
downloadvim-git-9b4512500adfab4d44e957329d1a89e97e9a3930.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/spell/br')
-rw-r--r--runtime/spell/br/br_FR.diff22
-rw-r--r--runtime/spell/br/main.aap16
2 files changed, 24 insertions, 14 deletions
diff --git a/runtime/spell/br/br_FR.diff b/runtime/spell/br/br_FR.diff
index e2ec71049..4c890dfa5 100644
--- a/runtime/spell/br/br_FR.diff
+++ b/runtime/spell/br/br_FR.diff
@@ -1,13 +1,23 @@
-*** br_FR.orig.aff 2010-04-14 18:44:36.365731271 +0200
---- br_FR.aff 2010-04-14 18:43:31.069137439 +0200
+*** br_FR.aff.orig 2012-08-01 22:40:24.000000000 +0200
+--- br_FR.aff 2012-08-01 22:46:03.028851510 +0200
***************
-*** 9,14 ****
---- 9,16 ----
+*** 13,20 ****
+ SET UTF-8
+ TRY esiaùnñrtolcdugmphbyfvkwzESIAÙNÑRTOLCDUGMPHBYFVKWZ'
+
+ # Permet à l'utilitaire en ligne de commande hunspell de fonctionner avec les mots contenant des quotes (lec'hienn, ...)
+! WORDCHARS '
+
+ FLAG long
+
+--- 13,22 ----
SET UTF-8
TRY esiaùnñrtolcdugmphbyfvkwzESIAÙNÑRTOLCDUGMPHBYFVKWZ'
+ MIDWORD '
+
- PFX m Y 1
- PFX m 0 m' [aehiouy]
+ # Permet à l'utilitaire en ligne de commande hunspell de fonctionner avec les mots contenant des quotes (lec'hienn, ...)
+! WORDCHARS '-
+
+ FLAG long
diff --git a/runtime/spell/br/main.aap b/runtime/spell/br/main.aap
index 1ca5935a6..255dac7b5 100644
--- a/runtime/spell/br/main.aap
+++ b/runtime/spell/br/main.aap
@@ -25,16 +25,16 @@ $SPELLDIR/br.utf-8.spl : $FILES
#
# Fetching the files from OpenOffice.org.
#
-OODIR = http://extensions.services.openoffice.org/e-files/2207/3
-:attr {fetch = $OODIR/%file%} dict-br_0.3.oxt
+OODIR = http://extensions.services.openoffice.org/e-files/2207/6
+:attr {fetch = $OODIR/%file%} dict-br_0.8.oxt
# The files don't depend on the .zip file so that we can delete it.
# Only download the zip file if the targets don't exist.
br_FR.aff br_FR.dic: {buildcheck=}
:assertpkg unzip patch
- :fetch dict-br_0.3.oxt
- :sys $UNZIP dict-br_0.3.oxt
- :delete dict-br_0.3.oxt
+ :fetch dict-br_0.8.oxt
+ :sys $UNZIP dict-br_0.8.oxt
+ :delete dict-br_0.8.oxt
:copy dictionaries/br_FR.aff br_FR.aff
:copy dictionaries/br_FR.dic br_FR.dic
# The br_FR.aff file contains a BOM, remove it.
@@ -65,12 +65,12 @@ diff:
check:
:assertpkg unzip diff
- :fetch dict-br_0.3.oxt
+ :fetch dict-br_0.8.oxt
:mkdir tmp
:cd tmp
@try:
@import stat
- :sys $UNZIP ../dict-br_0.3.oxt
+ :sys $UNZIP ../dict-br_0.8.oxt
:sys {force} diff ../dictionaries/br_FR.aff br_FR.aff >d
@if os.stat('d')[stat.ST_SIZE] > 0:
:copy br_FR.aff ../br_FR.new.aff
@@ -80,7 +80,7 @@ check:
@finally:
:cd ..
:delete {r}{f}{q} tmp
- :delete dict-br_0.3.oxt
+ :delete dict-br_0.8.oxt
# vim: set sts=4 sw=4 :