1 Tests for vertical splits and filler lines in diff mode
8 ddGpkkrXoxxx
\e:w! Xtest2
12 :vert diffsplit Xtest2
13 :" jump to second window for a moment to have filler line appear at start of
15 \x17\x17gg
\x17pgg:let one = winline()
16 j:let one = one . "-" . winline()
17 j:let one = one . "-" . winline()
18 j:let one = one . "-" . winline()
19 j:let one = one . "-" . winline()
20 j:let one = one . "-" . winline()
21 \x17\x17gg:let two = winline()
22 j:let two = two . "-" . winline()
23 j:let two = two . "-" . winline()
24 j:let two = two . "-" . winline()
25 j:let two = two . "-" . winline()
26 \x17\x17gg:let three = winline()
27 j:let three = three . "-" . winline()
28 j:let three = three . "-" . winline()
29 j:let three = three . "-" . winline()
30 j:let three = three . "-" . winline()
31 j:let three = three . "-" . winline()
32 j:let three = three . "-" . winline()
33 \x17\x17:call append("$", one)
34 :call append("$", two)
35 :call append("$", three)