summaryrefslogtreecommitdiffstats
path: root/runtime/spell/he
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-16 23:01:50 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-16 23:01:50 +0000
commit5b8d8fdb526bd21dbac64a3ea815a1e628b93b41 (patch)
treeb5374790a1bada07bc6aa142919591fc4898e0bb /runtime/spell/he
parentae5bce1c127136a650ee25c4c78d3d334cc07859 (diff)
updated for version 7.0131v7.0131
Diffstat (limited to 'runtime/spell/he')
-rw-r--r--runtime/spell/he/main.aap4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/spell/he/main.aap b/runtime/spell/he/main.aap
index 4db930b9f5..7158517451 100644
--- a/runtime/spell/he/main.aap
+++ b/runtime/spell/he/main.aap
@@ -11,11 +11,11 @@ FILES = he_IL.aff he_IL.dic
all: $SPELLDIR/he.utf-8.spl $SPELLDIR/he.iso-8859-8.spl ../README_he.txt
-$SPELLDIR/he.utf-8.spl : $VIM $FILES
+$SPELLDIR/he.utf-8.spl : $FILES
:sys env LANG=he_IL.UTF-8
$VIM -u NONE -e -c "mkspell! $SPELLDIR/he he_IL" -c q
-$SPELLDIR/he.iso-8859-8.spl : $VIM $FILES
+$SPELLDIR/he.iso-8859-8.spl : $FILES
:sys $VIM -u NONE -e -c "set enc=iso-8859-8"
-c "mkspell! $SPELLDIR/he he_IL" -c q