diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-03 22:21:25 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 00:23:03 +0300 |
| commit | 2eae5db069dc171f74cd863487655f6a88e5384d (patch) | |
| tree | 2d9d05e09978a2a44acbfbb8d651f240df3ca052 /uvim/runtime/spell/da | |
| parent | 473d922faed49241a5d29d9e37dc4819cd512006 (diff) | |
| download | Project-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.tar.gz Project-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.zip | |
NOISSUE rebrand vim to MNV's not Vim
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'uvim/runtime/spell/da')
| -rw-r--r-- | uvim/runtime/spell/da/main.aap | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/uvim/runtime/spell/da/main.aap b/uvim/runtime/spell/da/main.aap index 4c371b246f..ab91c5ab69 100644 --- a/uvim/runtime/spell/da/main.aap +++ b/uvim/runtime/spell/da/main.aap @@ -1,10 +1,10 @@ -# Aap recipe for Danish Vim spell files. +# Aap recipe for Danish MNV spell files. -# Use a freshly compiled Vim if it exists. -@if os.path.exists('../../../src/vim'): - VIM = ../../../src/vim +# Use a freshly compiled MNV if it exists. +@if os.path.exists('../../../src/mnv'): + MNV = ../../../src/mnv @else: - :progsearch VIM vim + :progsearch MNV mnv SPELLDIR = .. FILES = da_DK.aff da_DK.dic @@ -13,11 +13,11 @@ all: $SPELLDIR/da.latin1.spl $SPELLDIR/da.utf-8.spl ../README_da.txt $SPELLDIR/da.latin1.spl : $FILES :sys env LANG=da_DK.ISO8859-1 - $VIM -u NONE -e -c "mkspell! $SPELLDIR/da da_DK" -c q + $MNV -u NONE -e -c "mkspell! $SPELLDIR/da da_DK" -c q $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 + $MNV -u NONE -e -c "mkspell! $SPELLDIR/da da_DK" -c q ../README_da.txt : README Copyright :cat $source >! $target @@ -45,7 +45,7 @@ da_DK.aff da_DK.dic: {buildcheck=} # Generate diff files, so that others can get the OpenOffice files and apply -# the diffs to get the Vim versions. +# the diffs to get the MNV versions. diff: :assertpkg diff @@ -76,4 +76,4 @@ check: :delete da_DK.zip -# vim: set sts=4 sw=4 : +# mnv: set sts=4 sw=4 : |
