comparison 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
comparison
equal deleted inserted replaced
7002:6db4f492c515 7003:bc269cf15ccd
1 Tests for setting the '[,'] marks when joining lines. 1 Tests for setting the '[,'] marks when joining lines.
2 2
3 STARTTEST 3 STARTTEST
4 :so small.vim 4 :so small.vim
5 :/^\t\t/ 5 :/^\t\t/
6 0gqj 6 0gqj:
7 :let a=string(getpos("'[")).'/'.string(getpos("']")) 7 :let a=string(getpos("'[")).'/'.string(getpos("']"))
8 :/^This line/;'}-join 8 :/^This line/;'}-join
9 :let b=string(getpos("'[")).'/'.string(getpos("']")) 9 :let b=string(getpos("'[")).'/'.string(getpos("']"))
10 :$put ='First test: Start/End '.string(a) 10 :$put ='First test: Start/End '.string(a)
11 :$put ='Second test: Start/End '.string(b) 11 :$put ='Second test: Start/End '.string(b)