summaryrefslogtreecommitdiff
path: root/runtime/spell
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:38:52 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:38:52 +0000
commit10c56952d8d29365e178baa4e0db785493041595 (patch)
tree7330479a65e48a2c92c135a37e106686f484f6ce /runtime/spell
parent335437bb249a46c51109251ff50f1b9aa8828fc4 (diff)
downloadvim-git-10c56952d8d29365e178baa4e0db785493041595.tar.gz
updated for version 7.1b
Diffstat (limited to 'runtime/spell')
-rw-r--r--runtime/spell/pt/main.aap7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/spell/pt/main.aap b/runtime/spell/pt/main.aap
index 9256a9b2b..78270e96b 100644
--- a/runtime/spell/pt/main.aap
+++ b/runtime/spell/pt/main.aap
@@ -36,8 +36,9 @@ PT_FNAME = myspell.pt-latest.zip
# Fetching the pt_BR files from BrOffice.org (Brazilian OOo) 2.1. Should be
# updated really soon.
#
-BR_DIR = http://www.deso-se.com.br/downloads/download.php?arquivo=pt_BR-2700g
-BR_FNAME = pt_BR-2700g.zip
+BR_BASENAME = pt_BR-2007-04-11
+BR_DIR = http://www.deso-se.com.br/downloads/download.php?arquivo=$BR_BASENAME
+BR_FNAME = $(BR_BASENAME).zip
:attr {fetch = $BR_DIR} $BR_FNAME
@@ -94,7 +95,7 @@ pt_BR.aff pt_BR.dic: {buildcheck=}
# Removing /* ... */ header to avoid warnings. Write it to the README file, it
# contains the copyright notice.
- :sys $VIM pt_BR.aff -e -c "set ff=unix" -c "/\/\*/,/\*\//w README_pt_BR.txt" -c "/\/\*/,/\*\//+1d" -c update -c q
+ :sys $VIM pt_BR.aff -e -c "set ff=unix" -c "/\/\*/,/\*\//w! README_pt_BR.txt" -c "/\/\*/,/\*\//+1d" -c update -c q
#:sys $VIM README_pt_BR.txt -e -c "set ff=unix" -c update -c q
@if not os.path.exists('pt_BR.orig.aff'):