summaryrefslogtreecommitdiffstats
path: root/runtime/spell/pl
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-09 21:08:57 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-09 21:08:57 +0000
commit35fdbb540aa6f7572557cd88b21c5ee2e9c8c70e (patch)
tree2ee9f79196afa6f3b737e463c767ccd70f5d311a /runtime/spell/pl
parenta466c99842c4b482c847b6336aae458509963dcd (diff)
updated for version 7.0106
Diffstat (limited to 'runtime/spell/pl')
-rw-r--r--runtime/spell/pl/main.aap4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/spell/pl/main.aap b/runtime/spell/pl/main.aap
index 9d786528d8..6df6df7943 100644
--- a/runtime/spell/pl/main.aap
+++ b/runtime/spell/pl/main.aap
@@ -18,10 +18,8 @@ $(SPELLDIR)/pl.iso-8859-2.spl : $(VIM) $(FILES)
$(SPELLDIR)/pl.utf-8.spl : $(VIM) $(FILES)
:sys env LANG=pl_PL.UTF-8 $(VIM) -e -c "mkspell! $(SPELLDIR)/pl pl_PL" -c q
-# On Unix 'encoding' can't be "cp1250", use "8bit-cp1250" instead.
$(SPELLDIR)/pl.cp1250.spl : $(VIM) $(FILES)
- :sys $(VIM) -e -c "set enc=8bit-cp1250" -c "mkspell! $(SPELLDIR)/pl pl_PL" -c q
- :move {f} $(SPELLDIR)/pl.8bit-cp1250.spl $(SPELLDIR)/pl.cp1250.spl
+ :sys $(VIM) -e -c "set enc=cp1250" -c "mkspell! $(SPELLDIR)/pl pl_PL" -c q
../README_pl.txt: README_pl_PL.txt
:copy $source $target