Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
c3d2c447
Commit
c3d2c447
authored
14 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
Updated Dutch spell files to use latest OpenOffic.org version.
parent
3737f898
Loading
Loading
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runtime/spell/nl/main.aap
+43
-25
43 additions, 25 deletions
runtime/spell/nl/main.aap
runtime/spell/nl/nl_NL.diff
+70
-84984
70 additions, 84984 deletions
runtime/spell/nl/nl_NL.diff
with
113 additions
and
85009 deletions
runtime/spell/nl/main.aap
+
43
−
25
View file @
c3d2c447
...
...
@@ -19,22 +19,22 @@ $SPELLDIR/nl.utf-8.spl : $FILES
:sys env LANG=nl_NL.UTF-8
$VIM -u NONE -e -c "mkspell! $SPELLDIR/nl nl_NL" -c q
../README_nl.txt : README_
nl_
NL.txt README_
vim
.txt
../README_nl.txt : README_NL.txt README_
EN
.txt
:cat $source >! $target
#
# Fetching the files from OpenOffice.org.
#
OODIR = http://
ftp
.services.openoffice.org/
pub/OpenOffice.org/contrib/dictionaries
:attr {fetch = $OODIR/%file%} nl
_NL.zip
OODIR = http://
extensions
.services.openoffice.org/
e-files/1456/5
:attr {fetch = $OODIR/%file%} nl
-dict.oxt
# The files don't depend on the .zip file so that we can delete it.
# Only download the zip file if the targets don't exist.
nl_NL.aff nl_NL.dic: {buildcheck=}
:assertpkg unzip patch
:fetch nl
_NL.zip
:sys $UNZIP nl
_NL.zip
:
delete nl_NL.zip
:fetch nl
-dict.oxt
:sys $UNZIP nl
-dict.oxt
:
update cleanunused
@if not os.path.exists('nl_NL.orig.aff'):
:copy nl_NL.aff nl_NL.orig.aff
@if not os.path.exists('nl_NL.orig.dic'):
...
...
@@ -42,6 +42,23 @@ nl_NL.aff nl_NL.dic: {buildcheck=}
@if os.path.exists('nl_NL.diff'):
:sys patch <nl_NL.diff
# Delete all the files unpacked from the archive
clean: cleanunused
:delete {f} nl_NL.dic
:delete {f} nl_NL.aff
:delete {f} README_EN.txt
:delete {f} README_NL.txt
# Delete all the files from the archive that are not used, including the
# archive itself.
cleanunused:
:delete {f} nl-dict.oxt
:delete {f} description.xml
:delete {f} Dictionaries.xcu
:delete {f} hyph_nl_NL.dic
:delete {r}{f} description
:delete {r}{f} images
:delete {r}{f} META-INF
# Generate diff files, so that others can get the OpenOffice files and apply
# the diffs to get the Vim versions.
...
...
@@ -54,25 +71,26 @@ diff:
# Check for updated OpenOffice spell files. When there are changes the
# ".new.aff" and ".new.dic" files are left behind for manual inspection.
check:
:assertpkg unzip diff
:fetch nl_NL.zip
:mkdir tmp
:cd tmp
@try:
@import stat
:sys $UNZIP ../nl_NL.zip
:sys {force} diff ../nl_NL.orig.aff nl_NL.aff >d
@if os.stat('d')[stat.ST_SIZE] > 0:
:copy nl_NL.aff ../nl_NL.new.aff
:sys {force} diff ../nl_NL.orig.dic nl_NL.dic >d
@if os.stat('d')[stat.ST_SIZE] > 0:
:copy nl_NL.dic ../nl_NL.new.dic
@finally:
:cd ..
:delete {r}{f}{q} tmp
:delete nl_NL.zip
# Currently doesn't work.
#check:
# :assertpkg unzip diff
# :fetch nl_NL.zip
# :mkdir tmp
# :cd tmp
# @try:
# @import stat
# :sys $UNZIP ../nl_NL.zip
# :sys {force} diff ../nl_NL.orig.aff nl_NL.aff >d
# @if os.stat('d')[stat.ST_SIZE] > 0:
# :copy nl_NL.aff ../nl_NL.new.aff
# :sys {force} diff ../nl_NL.orig.dic nl_NL.dic >d
# @if os.stat('d')[stat.ST_SIZE] > 0:
# :copy nl_NL.dic ../nl_NL.new.dic
# @finally:
# :cd ..
# :delete {r}{f}{q} tmp
# :delete nl_NL.zip
# vim: set sts=4 sw=4 :
This diff is collapsed.
Click to expand it.
runtime/spell/nl/nl_NL.diff
+
70
−
84984
View file @
c3d2c447
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment