diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-14 23:24:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-14 23:24:24 +0200 |
commit | 00a927d62b68a3523cb1c4f9aa3f7683345c8182 (patch) | |
tree | 9138abae11d363aa87818791195edf6e85aef15d /runtime/spell/cy/main.aap | |
parent | f1eeae94fd78f81d85d2abe3d955dc21d5ef979c (diff) | |
download | vim-git-00a927d62b68a3523cb1c4f9aa3f7683345c8182.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/spell/cy/main.aap')
-rw-r--r-- | runtime/spell/cy/main.aap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/spell/cy/main.aap b/runtime/spell/cy/main.aap index ce6cb840f..1c1d20d9f 100644 --- a/runtime/spell/cy/main.aap +++ b/runtime/spell/cy/main.aap @@ -36,9 +36,9 @@ cy_GB.aff cy_GB.dic: {buildcheck=} :fetch cy_GB.zip :sys $UNZIP cy_GB.zip :delete cy_GB.zip - :sys $VIM cy_GB.aff -e -c "set ff=unix" -c update -c q - :sys $VIM cy_GB.dic -e -c "set ff=unix" -c update -c q - :sys $VIM README_cy_GB.txt -e -c "set ff=unix" -c update -c q + :sys $VIM cy_GB.aff -u NONE -e -c "set ff=unix" -c update -c q + :sys $VIM cy_GB.dic -u NONE -e -c "set ff=unix" -c update -c q + :sys $VIM README_cy_GB.txt -u NONE -e -c "set ff=unix" -c update -c q @if not os.path.exists('cy_GB.orig.aff'): :copy cy_GB.aff cy_GB.orig.aff @if not os.path.exists('cy_GB.orig.dic'): |