diff src/testdir/test82.in @ 7003:bc269cf15ccd v7.4.819

patch 7.4.819 Problem: Beeping when running the tests. Solution: Fix 41 beeps. (Roland Eggner)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Aug 2015 18:33:48 +0200
parents 46cf49cc9289
children
line wrap: on
line diff
--- a/src/testdir/test82.in
+++ b/src/testdir/test82.in
@@ -9,7 +9,7 @@ STARTTEST
 : 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