diff src/testdir/test58.in @ 415:165c628aa9fc v7.0108

updated for version 7.0108
author vimboss
date Tue, 12 Jul 2005 22:50:18 +0000
parents 289b19a6f2ed
children f713fc55bf7b
line wrap: on
line diff
--- a/src/testdir/test58.in
+++ b/src/testdir/test58.in
@@ -3,10 +3,12 @@ Tests for spell checking.     vim: set f
 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