commit | 9d2c8c1a66c2f354f06065d8261ac87e6c407097 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 16:00:00 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 16:00:00 2007 +0000 |
tree | 6dfee2d9b0bb5a1baa1f69bbf761c53f658e4a14 | |
parent | 719939c888fe583419eec652a7cc71172bf3afb1 [diff] [blame] |
updated for version 7.1-120
diff --git a/src/testdir/test58.in b/src/testdir/test58.in index 467c7b5..9600e83 100644 --- a/src/testdir/test58.in +++ b/src/testdir/test58.in
@@ -86,6 +86,7 @@ :$put =str `m]s:let [str, a] = spellbadword() :$put =str +:unlet str a :" :" Postponed prefixes :call TestOne('2', '1') @@ -100,6 +101,10 @@ :" NOSLITSUGS :call TestOne('8', '8') :" +:" clean up for valgrind +:delfunc TestOne +:set spl= enc=latin1 +:" gg:/^test output:/,$wq! test.out ENDTEST