diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-24 22:46:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-24 22:46:53 +0000 |
commit | 76b92b2830841fd4e05006cc3cad1d8f0bc8101b (patch) | |
tree | 16537209b06903af71cfe22119a491ba82039da2 /src/testdir | |
parent | c01140a1a069caf3ced83eac7d4866048c4b723e (diff) | |
download | vim-git-76b92b2830841fd4e05006cc3cad1d8f0bc8101b.tar.gz |
updated for version 7.0bv7.0b
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test61.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test61.in b/src/testdir/test61.in index 749d8ad04..172c36e8e 100644 --- a/src/testdir/test61.in +++ b/src/testdir/test61.in @@ -30,7 +30,7 @@ g-:.w >>test.out :" :/^222/w >>test.out :" Delay for three seconds and go some seconds forward and backward -:sleep 2 +:sleep 3 Aa:set ul=100 Ab:set ul=100 Ac:set ul=100 |