diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-25 20:34:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-25 20:34:21 +0200 |
commit | ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7 (patch) | |
tree | b081d09eab19c8dd4ebbf56a6d304809aba3852f /runtime/spell | |
parent | c1d20998d71f3fa0aebeeee42007a337cd7e3d8a (diff) | |
download | vim-ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7.zip |
Update various runtime files.
Diffstat (limited to 'runtime/spell')
-rw-r--r-- | runtime/spell/br/main.aap | 16 | ||||
-rw-r--r-- | runtime/spell/en.ascii.spl | bin | 568018 -> 568021 bytes | |||
-rw-r--r-- | runtime/spell/en.ascii.sug | bin | 555651 -> 555651 bytes | |||
-rw-r--r-- | runtime/spell/en.latin1.spl | bin | 570117 -> 608891 bytes | |||
-rw-r--r-- | runtime/spell/en.latin1.sug | bin | 556476 -> 596960 bytes | |||
-rw-r--r-- | runtime/spell/en.utf-8.spl | bin | 570548 -> 609336 bytes | |||
-rw-r--r-- | runtime/spell/en.utf-8.sug | bin | 556476 -> 596960 bytes |
7 files changed, 8 insertions, 8 deletions
diff --git a/runtime/spell/br/main.aap b/runtime/spell/br/main.aap index 75035be03..8f6040e06 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.libreoffice.org/extension-center/an-drouizig-breton-spellchecker/releases/0.11/ -:attr {fetch = $OODIR/%file%} dict-br-0.11.oxt +OODIR = http://extensions.libreoffice.org/extension-center/an-drouizig-breton-spellchecker/releases/0.13/ +:attr {fetch = $OODIR/%file%} difazier-an-drouizig-0_13.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.11.oxt - :sys $UNZIP dict-br-0.11.oxt - :delete dict-br-0.11.oxt + :fetch difazier-an-drouizig-0_13.oxt + :sys $UNZIP difazier-an-drouizig-0_13.oxt + :delete difazier-an-drouizig-0_13.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.11.oxt + :fetch difazier-an-drouizig-0_13.oxt :mkdir tmp :cd tmp @try: @import stat - :sys $UNZIP ../dict-br-0.11.oxt + :sys $UNZIP ../difazier-an-drouizig-0_13.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.11.oxt + :delete difazier-an-drouizig-0_13.oxt # vim: set sts=4 sw=4 : diff --git a/runtime/spell/en.ascii.spl b/runtime/spell/en.ascii.spl Binary files differindex b0735c61b..6387ee8b4 100644 --- a/runtime/spell/en.ascii.spl +++ b/runtime/spell/en.ascii.spl diff --git a/runtime/spell/en.ascii.sug b/runtime/spell/en.ascii.sug Binary files differindex cede5c7b5..4d967144c 100644 --- a/runtime/spell/en.ascii.sug +++ b/runtime/spell/en.ascii.sug diff --git a/runtime/spell/en.latin1.spl b/runtime/spell/en.latin1.spl Binary files differindex d24b79024..eff63b79f 100644 --- a/runtime/spell/en.latin1.spl +++ b/runtime/spell/en.latin1.spl diff --git a/runtime/spell/en.latin1.sug b/runtime/spell/en.latin1.sug Binary files differindex e4800bf46..ed9535a5c 100644 --- a/runtime/spell/en.latin1.sug +++ b/runtime/spell/en.latin1.sug diff --git a/runtime/spell/en.utf-8.spl b/runtime/spell/en.utf-8.spl Binary files differindex 1a39de145..2c5619a93 100644 --- a/runtime/spell/en.utf-8.spl +++ b/runtime/spell/en.utf-8.spl diff --git a/runtime/spell/en.utf-8.sug b/runtime/spell/en.utf-8.sug Binary files differindex 1add0c6b0..186112457 100644 --- a/runtime/spell/en.utf-8.sug +++ b/runtime/spell/en.utf-8.sug |