comparison runtime/doc/quickfix.txt @ 626:732c7ae5743e v7.0180

updated for version 7.0180
author vimboss
date Fri, 13 Jan 2006 22:35:40 +0000
parents 81fe2ccc1207
children e4fa26ce8769
comparison
equal deleted inserted replaced
625:81fe2ccc1207 626:732c7ae5743e
1 *quickfix.txt* For Vim version 7.0aa. Last change: 2006 Jan 11 1 *quickfix.txt* For Vim version 7.0aa. Last change: 2006 Jan 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
121 loaded buffer. That buffer will then be used instead 121 loaded buffer. That buffer will then be used instead
122 of the current buffer. 122 of the current buffer.
123 A range can be specified for the lines to be used. 123 A range can be specified for the lines to be used.
124 Otherwise all lines in the buffer are used. 124 Otherwise all lines in the buffer are used.
125 125
126 *:cex* *:cexpr* 126 *:cex* *:cexpr* *E777*
127 :cex[pr][!] {expr} Create a quickfix list using the result of {expr} and 127 :cex[pr][!] {expr} Create a quickfix list using the result of {expr} and
128 jump to the first error. If {expr} is a String, then 128 jump to the first error. If {expr} is a String, then
129 each new-line terminated line in the String is 129 each new-line terminated line in the String is
130 processed using 'errorformat' and the result is added 130 processed using 'errorformat' and the result is added
131 to the quickfix list. If {expr} is a List, then each 131 to the quickfix list. If {expr} is a List, then each