diff src/testdir/test_autoformat_join.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 75f222d67cea
children
line wrap: on
line diff
--- a/src/testdir/test_autoformat_join.in
+++ b/src/testdir/test_autoformat_join.in
@@ -3,7 +3,7 @@ Tests for setting the '[,'] marks when j
 STARTTEST
 :so small.vim
 :/^\t\t/
-0gqj
+0gqj:
 :let a=string(getpos("'[")).'/'.string(getpos("']"))
 :/^This line/;'}-join
 :let b=string(getpos("'[")).'/'.string(getpos("']"))