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/bg | |
parent | f1eeae94fd78f81d85d2abe3d955dc21d5ef979c (diff) | |
download | vim-00a927d62b68a3523cb1c4f9aa3f7683345c8182.zip |
Updated runtime files.
Diffstat (limited to 'runtime/spell/bg')
-rw-r--r-- | runtime/spell/bg/main.aap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/spell/bg/main.aap b/runtime/spell/bg/main.aap index 2ccea86c6..bb34b9a7f 100644 --- a/runtime/spell/bg/main.aap +++ b/runtime/spell/bg/main.aap @@ -34,9 +34,9 @@ bg_BG.aff bg_BG.dic: {buildcheck=} :fetch bg_BG.zip :sys $UNZIP bg_BG.zip :delete bg_BG.zip - :sys $VIM bg_BG.aff -e -c "set ff=unix" -c update -c q - :sys $VIM bg_BG.dic -e -c "set ff=unix" -c update -c q - :sys $VIM README_bg_BG.txt -e -c "set ff=unix" -c update -c q + :sys $VIM bg_BG.aff -u NONE -e -c "set ff=unix" -c update -c q + :sys $VIM bg_BG.dic -u NONE -e -c "set ff=unix" -c update -c q + :sys $VIM README_bg_BG.txt -u NONE -e -c "set ff=unix" -c update -c q @if not os.path.exists('bg_BG.orig.aff'): :copy bg_BG.aff bg_BG.orig.aff @if not os.path.exists('bg_BG.orig.dic'): |