1Test for sourcing a file with CTRL-V's at the end of the line
2
3STARTTEST
4:/firstline/+1,/lastline/-1w! Xtestfile
5:so Xtestfile
6Gmm__1__2__3__4__5:'m,$s//0/g
7:'m,$w! test.out
8:qa!
9ENDTEST
10
11firstline
12map __1 afirst
13map __2 asecond
14map __3 athird
15map __4 afourth
16map __5 afifth
17map __1 asd
18map __2 asd
19map __3 asd
20map __4 asd
21map __5 asd
22lastline
23
24