summaryrefslogtreecommitdiffstats
path: root/runtime/spell/fr
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-28 22:28:16 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-28 22:28:16 +0000
commitcfc7d63267e68168b5fb068d8ee1e763ed4aa6a0 (patch)
tree55f9ab4b76bdcf34ef4e79b9e92bdbcb8b54b82d /runtime/spell/fr
parent87e25fdf80c7b45deee9c59389b51503e906d93b (diff)
updated for version 7.0118
Diffstat (limited to 'runtime/spell/fr')
-rw-r--r--runtime/spell/fr/main.aap4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/spell/fr/main.aap b/runtime/spell/fr/main.aap
index 787af73190..ca160c5a58 100644
--- a/runtime/spell/fr/main.aap
+++ b/runtime/spell/fr/main.aap
@@ -13,11 +13,11 @@ all: $(SPELLDIR)/fr.latin1.spl $(SPELLDIR)/fr.utf-8.spl ../README_fr.txt
$(SPELLDIR)/fr.latin1.spl : $(VIM) $(FILES)
:sys env LANG=fr_FR.ISO8859-1
- $(VIM) -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q
+ $(VIM) -u NONE -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q
$(SPELLDIR)/fr.utf-8.spl : $(VIM) $(FILES)
:sys env LANG=fr_FR.UTF-8
- $(VIM) -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q
+ $(VIM) -u NONE -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q
../README_fr.txt : README_fr_FR.txt
:copy $source $target