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/lv | |
parent | f1eeae94fd78f81d85d2abe3d955dc21d5ef979c (diff) | |
download | vim-git-00a927d62b68a3523cb1c4f9aa3f7683345c8182.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/spell/lv')
-rw-r--r-- | runtime/spell/lv/main.aap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/spell/lv/main.aap b/runtime/spell/lv/main.aap index 10cacd82a..460bd2b1f 100644 --- a/runtime/spell/lv/main.aap +++ b/runtime/spell/lv/main.aap @@ -37,9 +37,9 @@ lv_LV.aff lv_LV.dic: {buildcheck=} :sys $UNZIP lv_LV.zip :delete lv_LV.zip :delete changelog.txt gpl.txt lin-lv_LV_add.sh win-lv_LV_add.bat - :sys $VIM lv_LV.aff -e -N -c "%s/\r//" -c update -c q - :sys $VIM lv_LV.dic -e -N -c "%s/\r//" -c update -c q - :sys $VIM README_lv_LV.txt -e -c "set ff=unix" -c update -c q + :sys $VIM lv_LV.aff -u NONE -e -N -c "%s/\r//" -c update -c q + :sys $VIM lv_LV.dic -u NONE -e -N -c "%s/\r//" -c update -c q + :sys $VIM README_lv_LV.txt -u NONE -e -c "set ff=unix" -c update -c q @if not os.path.exists('lv_LV.orig.aff'): :copy lv_LV.aff lv_LV.orig.aff @if not os.path.exists('lv_LV.orig.dic'): |