diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-15 21:41:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-15 21:41:48 +0000 |
commit | ae5bce1c127136a650ee25c4c78d3d334cc07859 (patch) | |
tree | 992edb0baaa4a6a4156fbfb77d4f6382cd3f5999 /runtime/spell/yi | |
parent | 90cfdbe040320952e6b542d0633987f082b0f158 (diff) | |
download | vim-ae5bce1c127136a650ee25c4c78d3d334cc07859.zip |
updated for version 7.0130
Diffstat (limited to 'runtime/spell/yi')
-rw-r--r-- | runtime/spell/yi/main.aap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/spell/yi/main.aap b/runtime/spell/yi/main.aap index 8160e8383..31d057e01 100644 --- a/runtime/spell/yi/main.aap +++ b/runtime/spell/yi/main.aap @@ -14,7 +14,7 @@ all: $SPELLDIR/yi.utf-8.spl ../README_yi.txt $SPELLDIR/yi.utf-8.spl : $VIM $FILES :sys $VIM -u NONE -e -c "set enc=utf-8" - -c "mkspell! $(SPELLDIR)/yi yi" -c q + -c "mkspell! $SPELLDIR/yi yi" -c q ../README_yi.txt : README.txt :copy $source $target |