comparison runtime/spell/ms/main.aap @ 2152:b9e314fe473f

Updated runtime files.
author Bram Moolenaar <bram@zimbu.org>
date Fri, 14 May 2010 23:24:24 +0200
parents 52e76e2b5b65
children
comparison
equal deleted inserted replaced
2151:ae22c450546c 2152:b9e314fe473f
34 ms_MY.aff ms_MY.dic: {buildcheck=} 34 ms_MY.aff ms_MY.dic: {buildcheck=}
35 :assertpkg unzip patch 35 :assertpkg unzip patch
36 :fetch ms_MY.zip 36 :fetch ms_MY.zip
37 :sys $UNZIP ms_MY.zip 37 :sys $UNZIP ms_MY.zip
38 :delete ms_MY.zip 38 :delete ms_MY.zip
39 :sys $VIM ms_MY.aff -e -c "set ff=unix" -c update -c q 39 :sys $VIM ms_MY.aff -u NONE -e -c "set ff=unix" -c update -c q
40 :sys $VIM ms_MY.dic -e -c "set ff=unix" -c update -c q 40 :sys $VIM ms_MY.dic -u NONE -e -c "set ff=unix" -c update -c q
41 @if not os.path.exists('ms_MY.orig.aff'): 41 @if not os.path.exists('ms_MY.orig.aff'):
42 :copy ms_MY.aff ms_MY.orig.aff 42 :copy ms_MY.aff ms_MY.orig.aff
43 @if not os.path.exists('ms_MY.orig.dic'): 43 @if not os.path.exists('ms_MY.orig.dic'):
44 :copy ms_MY.dic ms_MY.orig.dic 44 :copy ms_MY.dic ms_MY.orig.dic
45 @if os.path.exists('ms_MY.diff'): 45 @if os.path.exists('ms_MY.diff'):