1Test for 'errorformat'.  This will fail if the quickfix feature was disabled.
2
3STARTTEST
4:so small.vim
5:/start of errorfile/,/end of errorfile/w! Xerrorfile
6:/start of testfile/,/end of testfile/w! Xtestfile
7:cf Xerrorfile
8rA
9:cn
10rB
11:cn
12rC
13:cn
14rD
15:cn
16rE
17:w! test.out             " Write contents of this file
18:qa!
19ENDTEST
20
21start of errorfile
22"Xtestfile", line 4.12: 1506-045 (S) Undeclared identifier fd_set.
23"Xtestfile", line 7 col 19; this is an error
24gcc -c -DHAVE_CONFIsing-prototypes -I/usr/X11R6/include  version.c
25Xtestfile:13: parse error before `asd'
26make: *** [vim] Error 1
27in file "Xtestfile" linenr 16: there is an error
28
292 returned
30"Xtestfile", linenr 19: yet another problem
31
32Does anyone know what is the problem and how to correction it?
33end of errorfile
34
35start of testfile
36line 2  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
37line 3  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
38line 4  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
39line 5  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
40line 6  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
41line 7  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
42line 8  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
43line 9  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
44line 10 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
45line 11 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
46line 12 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
47line 13 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
48line 14 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
49line 15 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
50line 16 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
51line 17 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
52line 18 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
53line 19 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
54line 20 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
55line 21 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
56line 22 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
57end of testfile
58