diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-24 22:21:52 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-24 22:21:52 +0000 |
commit | c01140a1a069caf3ced83eac7d4866048c4b723e (patch) | |
tree | 0620c08894dcaf985d74e3cb76c682aecd7fb8ae /runtime/spell/es/main.aap | |
parent | db552d60ec4613d5537d3ebdcc4130f1591c0589 (diff) | |
download | vim-c01140a1a069caf3ced83eac7d4866048c4b723e.zip |
updated for version 7.0b
Diffstat (limited to 'runtime/spell/es/main.aap')
-rw-r--r-- | runtime/spell/es/main.aap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/spell/es/main.aap b/runtime/spell/es/main.aap index 9abb72c82..9ff082ce5 100644 --- a/runtime/spell/es/main.aap +++ b/runtime/spell/es/main.aap @@ -49,7 +49,7 @@ es_ES.aff es_ES.dic: {buildcheck=} :fetch $ZIPFILE_ES :sys $UNZIP $ZIPFILE_ES :delete add-to--dictionary.lst.example - #:delete $ZIPFILE_ES + :delete $ZIPFILE_ES @if not os.path.exists('es_ES.orig.aff'): :copy es_ES.aff es_ES.orig.aff @if not os.path.exists('es_ES.orig.dic'): @@ -62,7 +62,7 @@ es_MX.aff es_MX.dic: {buildcheck=} :fetch $ZIPFILE_MX :print No copyright information for es_MX wordlist >! README_es_MX.txt :sys $UNZIP $ZIPFILE_MX - #:delete $ZIPFILE_MX + :delete $ZIPFILE_MX :sys $VIM -e -c "set ff=unix | wq" es_MX.dic @if not os.path.exists('es_MX.orig.aff'): :copy es_MX.aff es_MX.orig.aff |