commit | 901e58c243ef4363bb2c13b2c96c7b0acd45e6d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 18:33:48 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 18:33:48 2015 +0200 |
tree | 35830887620bf4453501c7606f7a375d0988032a | |
parent | 89c17c02cac7594c6bb85900d73b1dc70aa78306 [diff] [blame] |
patch 7.4.819 Problem: Beeping when running the tests. Solution: Fix 41 beeps. (Roland Eggner)
diff --git a/src/testdir/test82.in b/src/testdir/test82.in index 8503f54..5ee9116 100644 --- a/src/testdir/test82.in +++ b/src/testdir/test82.in
@@ -9,7 +9,7 @@ : qa! :endif :set enc=utf8 -ggdG +ggdG: : :function! Ch(a, op, b, expected) : if eval(printf('"%s" %s "%s"', a:a, a:op, a:b)) != a:expected