diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-08-11 18:33:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-08-11 18:33:48 +0200 |
commit | 901e58c243ef4363bb2c13b2c96c7b0acd45e6d1 (patch) | |
tree | 35830887620bf4453501c7606f7a375d0988032a /src/testdir/test61.in | |
parent | 89c17c02cac7594c6bb85900d73b1dc70aa78306 (diff) | |
download | vim-git-901e58c243ef4363bb2c13b2c96c7b0acd45e6d1.tar.gz |
patch 7.4.819v7.4.819
Problem: Beeping when running the tests.
Solution: Fix 41 beeps. (Roland Eggner)
Diffstat (limited to 'src/testdir/test61.in')
-rw-r--r-- | src/testdir/test61.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testdir/test61.in b/src/testdir/test61.in index dc24ab980..b18bbb52c 100644 --- a/src/testdir/test61.in +++ b/src/testdir/test61.in @@ -87,19 +87,19 @@ ggO---:w >>test.out :so small.vim :set nocp viminfo+=nviminfo :enew! -oa +oa: :set ul=100 -ob +ob: :set ul=100 o1a2=setline('.','1234') uu:" -oc +oc: :set ul=100 o1a2=setline('.','1234') u:" -od +od: :set ul=100 o1a2=string(123) u:" |