diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
commit | f4cd3e8074641af68bf2b6a8579c3da58f0ac013 (patch) | |
tree | e0d8399f0df9baaaff825e575da4625935c64583 /runtime/spell/fo | |
parent | bb1004ee56bde6345b469568e2bdd86b54b32bf7 (diff) | |
download | vim-git-f4cd3e8074641af68bf2b6a8579c3da58f0ac013.tar.gz |
updated for version 7.0175v7.0175
Diffstat (limited to 'runtime/spell/fo')
-rw-r--r-- | runtime/spell/fo/main.aap | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/spell/fo/main.aap b/runtime/spell/fo/main.aap index b9be542cf..9e3eea42e 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 |