summaryrefslogtreecommitdiffstats
path: root/runtime/spell/fo
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-22 22:47:02 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-22 22:47:02 +0000
commitf4cd3e8074641af68bf2b6a8579c3da58f0ac013 (patch)
treee0d8399f0df9baaaff825e575da4625935c64583 /runtime/spell/fo
parentbb1004ee56bde6345b469568e2bdd86b54b32bf7 (diff)
updated for version 7.0175v7.0175
Diffstat (limited to 'runtime/spell/fo')
-rw-r--r--runtime/spell/fo/main.aap3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/spell/fo/main.aap b/runtime/spell/fo/main.aap
index b9be542cf1..9e3eea42ee 100644
--- a/runtime/spell/fo/main.aap
+++ b/runtime/spell/fo/main.aap
@@ -16,8 +16,7 @@ $SPELLDIR/fo.latin1.spl : $FILES
$VIM -u NONE -e -c "mkspell! $SPELLDIR/fo fo_FO" -c q
$SPELLDIR/fo.utf-8.spl : $FILES
- :sys env LANG=fo_FO.UTF-8
- $VIM -u NONE -e -c "mkspell! $SPELLDIR/fo fo_FO" -c q
+ :sys $VIM -u NONE -e -c "set enc=utf-8" -c "mkspell! $SPELLDIR/fo fo_FO" -c q
../README_fo.txt : README_fo_FO.txt Copyright
:cat $source >! $target