comparison runtime/spell/pt/main.aap @ 2551:5e4b1f442057 vim73

Runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 14:38:12 +0200
parents 4b51e4be14ab
children 82a28df1e2d5
comparison
equal deleted inserted replaced
2550:7c1f73452ea6 2551:5e4b1f442057
57 :delete {r}{f} dictionaries 57 :delete {r}{f} dictionaries
58 :delete {r}{f} META-INF 58 :delete {r}{f} META-INF
59 :delete {f} description.xml 59 :delete {f} description.xml
60 :delete {f} dictionaries.xcu 60 :delete {f} dictionaries.xcu
61 :delete {f} LICENSES.txt 61 :delete {f} LICENSES.txt
62 :sys $VIM pt_PT.dic -u NONE -e -c "%s/\t.*//" -c update -c q 62 # Remove grammer items and the duplicates this causes
63 :sys $VIM pt_PT.dic -u NONE -e -c "%s/\t.*//" -c "2,$$ sort u" -c update -c q
63 :sys $VIM pt_PT.aff -u NONE -e -c "%s/\S\+=\S\+$$//" -c update -c q 64 :sys $VIM pt_PT.aff -u NONE -e -c "%s/\S\+=\S\+$$//" -c update -c q
64 @if not os.path.exists('pt_PT.orig.aff'): 65 @if not os.path.exists('pt_PT.orig.aff'):
65 :copy pt_PT.aff pt_PT.orig.aff 66 :copy pt_PT.aff pt_PT.orig.aff
66 @if not os.path.exists('pt_PT.orig.dic'): 67 @if not os.path.exists('pt_PT.orig.dic'):
67 :copy pt_PT.dic pt_PT.orig.dic 68 :copy pt_PT.dic pt_PT.orig.dic