diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-07-12 22:01:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-07-12 22:01:11 +0200 |
commit | 30b658179962cc3c9f0a98f071b36b09a36c2b94 (patch) | |
tree | 65394aa7dfead6c415065471e17fefce6c8cd242 /runtime/spell | |
parent | dfef15481db114779fde81dc577319d88557c13a (diff) | |
download | vim-git-30b658179962cc3c9f0a98f071b36b09a36c2b94.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/spell')
-rw-r--r-- | runtime/spell/en.utf-8.spl | bin | 570548 -> 570548 bytes | |||
-rw-r--r-- | runtime/spell/en.utf-8.sug | bin | 556546 -> 556476 bytes | |||
-rw-r--r-- | runtime/spell/hu/main.aap | 7 | ||||
-rw-r--r-- | runtime/spell/spell.vim | 4 |
4 files changed, 8 insertions, 3 deletions
diff --git a/runtime/spell/en.utf-8.spl b/runtime/spell/en.utf-8.spl Binary files differindex 250d4253b..1a39de145 100644 --- a/runtime/spell/en.utf-8.spl +++ b/runtime/spell/en.utf-8.spl diff --git a/runtime/spell/en.utf-8.sug b/runtime/spell/en.utf-8.sug Binary files differindex 70bd9a21b..1add0c6b0 100644 --- a/runtime/spell/en.utf-8.sug +++ b/runtime/spell/en.utf-8.sug diff --git a/runtime/spell/hu/main.aap b/runtime/spell/hu/main.aap index 3890b1eaf..629a4eca8 100644 --- a/runtime/spell/hu/main.aap +++ b/runtime/spell/hu/main.aap @@ -7,19 +7,20 @@ :progsearch VIM vim SPELLDIR = .. +VIMRC = ../spell.vim FILES = hu_HU.aff hu_HU.dic all: $SPELLDIR/hu.iso-8859-2.spl $SPELLDIR/hu.utf-8.spl \ $SPELLDIR/hu.cp1250.spl ../README_hu.txt $SPELLDIR/hu.iso-8859-2.spl : $FILES - :sys env LANG=hu_HU.ISO8859-2 $VIM -u NONE -e -c "mkspell! $SPELLDIR/hu hu_HU" -c q + :sys env LANG=hu_HU.ISO8859-2 $VIM -u $VIMRC -e -c "mkspell! $SPELLDIR/hu hu_HU" -c q $SPELLDIR/hu.utf-8.spl : $FILES - :sys env LANG=hu_HU.UTF-8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/hu hu_HU" -c q + :sys env LANG=hu_HU.UTF-8 $VIM -u $VIMRC -e -c "mkspell! $SPELLDIR/hu hu_HU" -c q $SPELLDIR/hu.cp1250.spl : $FILES - :sys $VIM -u NONE -e -c "set enc=cp1250" -c "mkspell! $SPELLDIR/hu hu_HU" -c q + :sys $VIM -u $VIMRC -e -c "set enc=cp1250" -c "mkspell! $SPELLDIR/hu hu_HU" -c q ../README_hu.txt: README_hu_HU.txt :copy $source $target diff --git a/runtime/spell/spell.vim b/runtime/spell/spell.vim new file mode 100644 index 000000000..375b088b2 --- /dev/null +++ b/runtime/spell/spell.vim @@ -0,0 +1,4 @@ +" Settings for when generating spellfiles. +" +" Assume we have 2 Gbyte RAM available. +set mkspellmem=1800000,6000,1600 |