diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-28 22:36:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-28 22:36:45 +0000 |
commit | 661b1820956743fd67f957f8dbbc45a93fe38dc9 (patch) | |
tree | 5c1a259895d6a8af91b166c0c103706eb8233096 /runtime/spell/en | |
parent | cfc7d63267e68168b5fb068d8ee1e763ed4aa6a0 (diff) | |
download | vim-661b1820956743fd67f957f8dbbc45a93fe38dc9.zip |
updated for version 7.0118
Diffstat (limited to 'runtime/spell/en')
-rw-r--r-- | runtime/spell/en/main.aap | 10 |
1 files changed, 5 insertions, 5 deletions
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 |