summaryrefslogtreecommitdiff
path: root/runtime/spell/pt/main.aap
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/spell/pt/main.aap')
-rw-r--r--runtime/spell/pt/main.aap3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/spell/pt/main.aap b/runtime/spell/pt/main.aap
index 2770f931..e54f9d5c 100644
--- a/runtime/spell/pt/main.aap
+++ b/runtime/spell/pt/main.aap
@@ -59,7 +59,8 @@ pt_PT.aff pt_PT.dic: {buildcheck=}
:delete {f} description.xml
:delete {f} dictionaries.xcu
:delete {f} LICENSES.txt
- :sys $VIM pt_PT.dic -u NONE -e -c "%s/\t.*//" -c update -c q
+ # Remove grammer items and the duplicates this causes
+ :sys $VIM pt_PT.dic -u NONE -e -c "%s/\t.*//" -c "2,$$ sort u" -c update -c q
:sys $VIM pt_PT.aff -u NONE -e -c "%s/\S\+=\S\+$$//" -c update -c q
@if not os.path.exists('pt_PT.orig.aff'):
:copy pt_PT.aff pt_PT.orig.aff