0
0
mirror of https://github.com/vim/vim.git synced 2025-11-07 10:17:28 -05:00

updated for version 7.0108

This commit is contained in:
Bram Moolenaar
2005-07-12 22:50:18 +00:00
parent 8d34330fe5
commit e759a7aa9a
8 changed files with 69 additions and 45 deletions

View File

@@ -3,10 +3,12 @@ Tests for spell checking. vim: set ft=vim :
STARTTEST
:so small.vim
:"
:" First generate a .spl file from a .dic and a .aff file.
:" Don't want to depend on the locale from the environment
:set enc=latin1
:/^affstart1/+1,/affend1/-1w Xtest.aff
:/^dicstart/+1,/dicend/-1w Xtest.dic
:e!
:" First generate a .spl file from a .dic and a .aff file.
gg:/^affstart1/+1,/^affend1/-1w Xtest.aff
gg:/^dicstart/+1,/^dicend/-1w Xtest.dic
:mkspell Xtest Xtest
:"
:" use that spell file