comparison runtime/spell/main.aap @ 29274:d314efe6447a

Update runtime files Commit: https://github.com/vim/vim/commit/a57b553b432855667c9f26edfad95ccfdd24a6b7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 24 11:48:03 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Jun 2022 13:00:09 +0200
parents 661eb972cb22
children
comparison
equal deleted inserted replaced
29273:e29819856cf4 29274:d314efe6447a
14 # Finnish doesn't work, the dictionary fi_FI.zip file contains hyphenation... 14 # Finnish doesn't work, the dictionary fi_FI.zip file contains hyphenation...
15 15
16 diff: $*LANG/diff 16 diff: $*LANG/diff
17 :print Done. 17 :print Done.
18 18
19 # Use "aap publish" to upload the .spl files.
20 SPL_files = eu.utf-8.spl
21
22 UPDIR = rsync://bram@ftp1.nluug.nl//var/ftp/pub/vim/runtime/spell
23 :attr {publish = $UPDIR/%file%} $SPL_files
24
25 @for l in string.split(_no.LANG): 19 @for l in string.split(_no.LANG):
26 :child $l/main.aap 20 :child $l/main.aap
27 21
28 # The existing .spl files need to be generated when the spell file format 22 # The existing .spl files need to be generated when the spell file format
29 # changes. Depending on the Vim executable does that, but results in doing it 23 # changes. Depending on the Vim executable does that, but results in doing it