diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-12 22:46:17 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-12 22:46:17 +0000 |
commit | 8d34330fe55d1c5dc3f22a7b92ca27f3fb5d5690 (patch) | |
tree | abc2fbbe84d403714bfd4c61e8b5cd0b5ea9dae2 /src/testdir | |
parent | 1f28b0786776673c392bc3becb912f819b71b1e7 (diff) | |
download | vim-8d34330fe55d1c5dc3f22a7b92ca27f3fb5d5690.zip |
updated for version 7.0108
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test59.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/testdir/test59.in b/src/testdir/test59.in index 5a3753068..61f22d57a 100644 --- a/src/testdir/test59.in +++ b/src/testdir/test59.in @@ -4,10 +4,15 @@ STARTTEST :so small.vim :so mbyte.vim :" +:" Don't want to depend on the locale from the environment. The .aff and .dic +:" text is in latin1, the test text is utf-8. +:set enc=latin1 +:e! +:set fenc= :" 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 :set enc=utf-8 -:/^affstart1/+1,/affend1/-1w Xtest.aff -:/^dicstart/+1,/dicend/-1w Xtest.dic :mkspell Xtest Xtest :" :" use that spell file |