From 661b1820956743fd67f957f8dbbc45a93fe38dc9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 28 Jul 2005 22:36:45 +0000 Subject: updated for version 7.0118 --- runtime/spell/en/main.aap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'runtime/spell/en') diff --git a/runtime/spell/en/main.aap b/runtime/spell/en/main.aap index 03aae6d41..b3bbb2439 100644 --- a/runtime/spell/en/main.aap +++ b/runtime/spell/en/main.aap @@ -18,16 +18,16 @@ all: $(SPELLDIR)/en.latin1.spl $(SPELLDIR)/en.utf-8.spl \ $(SPELLDIR)/en.latin1.spl : $(VIM) $(FILES) :sys env LANG=en_US.ISO8859-1 - $(VIM) -e -c "mkspell! $(SPELLDIR)/en en_US en_AU en_CA en_GB - en_NZ" -c q + $(VIM) -u NONE -e -c "mkspell! $(SPELLDIR)/en + en_US en_AU en_CA en_GB en_NZ" -c q $(SPELLDIR)/en.utf-8.spl : $(VIM) $(FILES) :sys env LANG=en_US.UTF-8 - $(VIM) -e -c "mkspell! $(SPELLDIR)/en en_US en_AU en_CA en_GB - en_NZ" -c q + $(VIM) -u NONE -e -c "mkspell! $(SPELLDIR)/en + en_US en_AU en_CA en_GB en_NZ" -c q $(SPELLDIR)/en.ascii.spl : $(VIM) $(FILES) - :sys $(VIM) -e -c "mkspell! -ascii $(SPELLDIR)/en + :sys $(VIM) -u NONE -e -c "mkspell! -ascii $(SPELLDIR)/en en_US en_AU en_CA en_GB en_NZ" -c q ../README_en.txt: README_en_US.txt README_en_AU.txt -- cgit v1.2.3