diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-29 22:25:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-29 22:25:38 +0000 |
commit | ac6e65f88da446bc764ff13a23d854fd72ffedcf (patch) | |
tree | 4c4cd8700dcb53ac3a236a056320e2caf062a23d /runtime/spell/bg | |
parent | 81f1ecbc4dc885a4757e5cc64002f4b22f397f18 (diff) | |
download | vim-ac6e65f88da446bc764ff13a23d854fd72ffedcf.zip |
updated for version 7.0138
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 5d984be51..2ccea86c6 100644 --- a/runtime/spell/bg/main.aap +++ b/runtime/spell/bg/main.aap @@ -19,7 +19,6 @@ $SPELLDIR/bg.utf-8.spl : $FILES ../README_bg.txt: README_bg_BG.txt :copy $source $target - :sys $VIM $target -e -c "set ff=unix" -c wq # # Fetching the files from OpenOffice.org. @@ -35,8 +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 -c "set ff=unix" -c "update" -c q - :sys $VIM bg_BG.dic -c "set ff=unix" -c "update" -c q + :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 @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'): |