diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:04:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:04:56 +0000 |
commit | 34cf2f5f49f769d99416735a4a23315c9d2d70fc (patch) | |
tree | 159ce4ba6ff5a0e786cc6df4963c47f86de4fde3 /runtime/spell/fr | |
parent | 25ceb2274727c22bed19fda2f64eeaea38518d80 (diff) | |
download | vim-34cf2f5f49f769d99416735a4a23315c9d2d70fc.zip |
updated for version 7.0121
Diffstat (limited to 'runtime/spell/fr')
-rw-r--r-- | runtime/spell/fr/main.aap | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/spell/fr/main.aap b/runtime/spell/fr/main.aap index ca160c5a5..4580c9c69 100644 --- a/runtime/spell/fr/main.aap +++ b/runtime/spell/fr/main.aap @@ -4,7 +4,7 @@ @if os.path.exists('../../../src/vim'): VIM = ../../../src/vim @else: - VIM = vim + :progsearch VIM vim SPELLDIR = .. FILES = fr_FR.aff fr_FR.dic @@ -38,8 +38,9 @@ fr_FR.aff fr_FR.dic: {buildcheck=} @if not os.path.exists('fr_FR.orig.aff'): :copy fr_FR.aff fr_FR.orig.aff @if not os.path.exists('fr_FR.orig.dic'): - :copy fr_FR.aff fr_FR.orig.dic - :sys patch <fr_FR.diff + :copy fr_FR.dic fr_FR.orig.dic + @if os.path.exists('fr_FR.diff'): + :sys patch <fr_FR.diff # Generate diff files, so that others can get the OpenOffice files and apply |