diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-09-25 16:00:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-09-25 16:00:00 +0000 |
commit | 9d2c8c1a66c2f354f06065d8261ac87e6c407097 (patch) | |
tree | 6dfee2d9b0bb5a1baa1f69bbf761c53f658e4a14 /src/testdir/test59.in | |
parent | 719939c888fe583419eec652a7cc71172bf3afb1 (diff) | |
download | vim-git-9d2c8c1a66c2f354f06065d8261ac87e6c407097.tar.gz |
updated for version 7.1-120v7.1.120
Diffstat (limited to 'src/testdir/test59.in')
-rw-r--r-- | src/testdir/test59.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testdir/test59.in b/src/testdir/test59.in index bd6379683..dcdb62b28 100644 --- a/src/testdir/test59.in +++ b/src/testdir/test59.in @@ -90,6 +90,7 @@ gg:/^addstart/+1,/^addend/-1w! Xtest.utf-8.add :$put =str `m]s:let [str, a] = spellbadword() :$put =str +:unlet str a :" :" Postponed prefixes :call TestOne('2', '1') @@ -101,6 +102,10 @@ gg:/^addstart/+1,/^addend/-1w! Xtest.utf-8.add :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 |