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/test59.in b/src/testdir/test59.in index bd63796..dcdb62b 100644 --- a/src/testdir/test59.in +++ b/src/testdir/test59.in
@@ -90,6 +90,7 @@ :$put =str `m]s:let [str, a] = spellbadword() :$put =str +:unlet str a :" :" Postponed prefixes :call TestOne('2', '1') @@ -101,6 +102,10 @@ :call TestOne('6', '6') :call TestOne('7', '7') :" +:" clean up for valgrind +:delfunc TestOne +:set spl= enc=latin1 +:" gg:/^test output:/,$wq! test.out ENDTEST