summaryrefslogtreecommitdiff
path: root/src/testdir
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-12 22:50:18 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-12 22:50:18 +0000
commite759a7aa9a514626cd0373d1bd4e92777b1730c5 (patch)
tree8de6ce15d11684ec8e5db62b5a8dd731c5c4a174 /src/testdir
parent8d34330fe55d1c5dc3f22a7b92ca27f3fb5d5690 (diff)
downloadvim-e759a7aa9a514626cd0373d1bd4e92777b1730c5.zip
updated for version 7.0108
Diffstat (limited to 'src/testdir')
-rw-r--r--src/testdir/test58.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/testdir/test58.in b/src/testdir/test58.in
index 0575a4440..9e1427067 100644
--- a/src/testdir/test58.in
+++ b/src/testdir/test58.in
@@ -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