summaryrefslogtreecommitdiff
path: root/runtime/spell/it
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/it
parentae5bce1c127136a650ee25c4c78d3d334cc07859 (diff)
downloadvim-git-5b8d8fdb526bd21dbac64a3ea815a1e628b93b41.tar.gz
updated for version 7.0131v7.0131
Diffstat (limited to 'runtime/spell/it')
-rw-r--r--runtime/spell/it/main.aap6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/spell/it/main.aap b/runtime/spell/it/main.aap
index ef541c45b..eaced6802 100644
--- a/runtime/spell/it/main.aap
+++ b/runtime/spell/it/main.aap
@@ -1,4 +1,4 @@
-# Aap recipe for French Vim spell files.
+# Aap recipe for Italian Vim spell files.
# Use a freshly compiled Vim if it exists.
@if os.path.exists('../../../src/vim'):
@@ -11,11 +11,11 @@ FILES = it_IT.aff it_IT.dic
all: $SPELLDIR/it.latin1.spl $SPELLDIR/it.utf-8.spl ../README_it.txt
-$SPELLDIR/it.latin1.spl : $VIM $FILES
+$SPELLDIR/it.latin1.spl : $FILES
:sys env LANG=it_IT.ISO8859-1
$VIM -u NONE -e -c "mkspell! $SPELLDIR/it it_IT" -c q
-$SPELLDIR/it.utf-8.spl : $VIM $FILES
+$SPELLDIR/it.utf-8.spl : $FILES
:sys env LANG=it_IT.UTF-8
$VIM -u NONE -e -c "mkspell! $SPELLDIR/it it_IT" -c q