diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-16 23:01:50 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-16 23:01:50 +0000 |
commit | 5b8d8fdb526bd21dbac64a3ea815a1e628b93b41 (patch) | |
tree | b5374790a1bada07bc6aa142919591fc4898e0bb /runtime/spell/da | |
parent | ae5bce1c127136a650ee25c4c78d3d334cc07859 (diff) | |
download | vim-5b8d8fdb526bd21dbac64a3ea815a1e628b93b41.zip |
updated for version 7.0131
Diffstat (limited to 'runtime/spell/da')
-rw-r--r-- | runtime/spell/da/da_DK.diff | 16 | ||||
-rw-r--r-- | runtime/spell/da/main.aap | 6 |
2 files changed, 19 insertions, 3 deletions
diff --git a/runtime/spell/da/da_DK.diff b/runtime/spell/da/da_DK.diff new file mode 100644 index 000000000..afcb8d3bc --- /dev/null +++ b/runtime/spell/da/da_DK.diff @@ -0,0 +1,16 @@ +*** da_DK.orig.aff Sun Aug 14 20:04:31 2005 +--- da_DK.aff Mon Aug 15 14:03:06 2005 +*************** +*** 6,7 **** +--- 6,16 ---- + ++ FOL àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþßÿ ++ LOW àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþßÿ ++ UPP ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßÿ ++ ++ SOFOFROM abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþßÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ¿ ++ SOFOTO ebctefghejklnnepkrstevvkesebctefghejklnnepkrstevvkeseeeeeeeceeeeeeeedneeeeeeeeeeepseeeeeeeeceeeeeeeedneeeeeeeeeeep? ++ ++ MIDWORD '- ++ + # Foranstilling af u- diff --git a/runtime/spell/da/main.aap b/runtime/spell/da/main.aap index 53e371648..b84a80f93 100644 --- a/runtime/spell/da/main.aap +++ b/runtime/spell/da/main.aap @@ -1,4 +1,4 @@ -# Aap recipe for French Vim spell files. +# Aap recipe for Danish Vim spell files. # Use a freshly compiled Vim if it exists. @if os.path.exists('../../../src/vim'): @@ -11,11 +11,11 @@ FILES = da_DK.aff da_DK.dic all: $SPELLDIR/da.latin1.spl $SPELLDIR/da.utf-8.spl ../README_da.txt -$SPELLDIR/da.latin1.spl : $VIM $FILES +$SPELLDIR/da.latin1.spl : $FILES :sys env LANG=da_DK.ISO8859-1 $VIM -u NONE -e -c "mkspell! $SPELLDIR/da da_DK" -c q -$SPELLDIR/da.utf-8.spl : $VIM $FILES +$SPELLDIR/da.utf-8.spl : $FILES :sys env LANG=da_DK.UTF-8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/da da_DK" -c q |