comparison runtime/spell/pt/main.aap @ 18750:82a28df1e2d5

Update runtime files. Commit: https://github.com/vim/vim/commit/91359014b359cf816bf943fe2c7d492996263def Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 17:57:03 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 18:00:05 +0100
parents 5e4b1f442057
children
comparison
equal deleted inserted replaced
18749:8217e179eb58 18750:82a28df1e2d5
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 # Remove grammer items and the duplicates this causes 62 # Remove grammar 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.dic -u NONE -e -c "%s/\t.*//" -c "2,$$ sort u" -c update -c q
64 :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
65 @if not os.path.exists('pt_PT.orig.aff'): 65 @if not os.path.exists('pt_PT.orig.aff'):
66 :copy pt_PT.aff pt_PT.orig.aff 66 :copy pt_PT.aff pt_PT.orig.aff
67 @if not os.path.exists('pt_PT.orig.dic'): 67 @if not os.path.exists('pt_PT.orig.dic'):